[BACK]Return to files.mvme88k CVS log [TXT][DIR] Up to [local] / sys / arch / mvme88k / conf

Annotation of sys/arch/mvme88k/conf/files.mvme88k, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: files.mvme88k,v 1.41 2006/05/02 21:43:07 miod Exp $
        !             2: #
        !             3: maxpartitions 16
        !             4:
        !             5: device mainbus {[addr = -1]}
        !             6: attach mainbus at root
        !             7:
        !             8: device bussw {[offset = -1], [ipl = 0]}
        !             9: attach bussw at mainbus
        !            10: file   arch/mvme88k/dev/bussw.c                        bussw needs-count
        !            11:
        !            12: device pcctwo {[offset = -1], [ipl = 0]}
        !            13: attach pcctwo at bussw, mainbus
        !            14: file   arch/mvme88k/dev/pcctwo.c                       pcctwo needs-count
        !            15:
        !            16: device syscon {[offset = -1], [ipl = 0]}
        !            17: attach syscon at mainbus
        !            18: file   arch/mvme88k/dev/syscon.c                       syscon needs-count
        !            19:
        !            20: device memc
        !            21: attach memc at pcctwo
        !            22: file   arch/mvme88k/dev/memc.c                         memc
        !            23:
        !            24: device sram
        !            25: attach sram at mainbus
        !            26: file   arch/mvme88k/dev/sram.c                         sram needs-count
        !            27:
        !            28: device nvram
        !            29: attach nvram at pcctwo, syscon
        !            30: file   arch/mvme88k/dev/nvram.c                        nvram needs-count
        !            31:
        !            32: device cl: tty
        !            33: attach cl at pcctwo
        !            34: file   arch/mvme88k/dev/cl.c                           cl needs-count
        !            35:
        !            36: device dart: tty
        !            37: attach dart at syscon
        !            38: file   arch/mvme88k/dev/dart.c                         dart needs-count
        !            39:
        !            40: include        "../../../scsi/files.scsi"
        !            41:
        !            42: major  {sd = 4}
        !            43: major  {st = 5}
        !            44: major  {cd = 6}
        !            45: major  {rd = 7}
        !            46: major  {vnd = 8}
        !            47:
        !            48: attach osiop at pcctwo with osiop_pcctwo
        !            49: file   arch/mvme88k/dev/osiop_pcctwo.c                 osiop_pcctwo
        !            50:
        !            51: device vme {}
        !            52: attach vme at pcctwo, syscon
        !            53: device vmes {[addr = -1], [vec = -1], [ipl = 0]}
        !            54: attach vmes at vme
        !            55: device vmel {[addr = -1], [vec = -1], [ipl = 0]}
        !            56: attach vmel at vme
        !            57: file   arch/mvme88k/dev/vme.c                          vme | vmes | vmel
        !            58: file   arch/mvme88k/dev/vmes.c                         vmes needs-count
        !            59: file   arch/mvme88k/dev/vmel.c                         vmel needs-count
        !            60:
        !            61: # list of standard files
        !            62: file   dev/cninit.c
        !            63:
        !            64: file   arch/mvme88k/mvme88k/autoconf.c
        !            65: file   arch/mvme88k/mvme88k/bus_dma.c
        !            66: file   arch/mvme88k/mvme88k/clock.c
        !            67: file   arch/mvme88k/mvme88k/conf.c
        !            68: file   arch/mvme88k/mvme88k/db_machdep.c               ddb
        !            69: file   arch/mvme88k/mvme88k/disksubr.c
        !            70: file   arch/mvme88k/mvme88k/eh.S
        !            71: file   arch/mvme88k/mvme88k/machdep.c
        !            72: file   arch/mvme88k/mvme88k/m187_machdep.c             mvme187
        !            73: file   arch/mvme88k/mvme88k/m188_machdep.c             mvme188
        !            74: file   arch/mvme88k/mvme88k/m197_machdep.c             mvme197
        !            75: file   arch/mvme88k/mvme88k/m1x7_machdep.c             mvme187 | mvme197
        !            76: file   arch/mvme88k/mvme88k/m88110.c                   m88110
        !            77: file   arch/mvme88k/mvme88k/m8820x.c                   m88100
        !            78: file   arch/mvme88k/mvme88k/m88410.c                   m88110
        !            79: file   arch/mvme88k/mvme88k/mem.c
        !            80: file   arch/mvme88k/mvme88k/pmap_bootstrap.c
        !            81: file   arch/mvme88k/mvme88k/pmap_table.c
        !            82: file   arch/mvme88k/dev/bugio.c
        !            83: file   arch/mvme88k/dev/mainbus.c
        !            84: file   arch/mvme88k/dev/memdevs.c                      nvram | sram
        !            85:
        !            86: attach ie at pcctwo: ifnet, ether
        !            87: file   arch/mvme88k/dev/if_ie.c                        ie
        !            88:
        !            89: attach le at vmes
        !            90: file   arch/mvme88k/dev/if_le.c                        le
        !            91:
        !            92: #device        vp: ether, ifnet, ifmedia
        !            93: #attach        vp at vmes
        !            94: #file  arch/mvme88k/dev/if_vp.c                        vp
        !            95:
        !            96: device vx: tty
        !            97: attach vx at vmes
        !            98: file   arch/mvme88k/dev/vx.c                           vx needs-count
        !            99:
        !           100: device vs: scsi
        !           101: attach vs at vmes
        !           102: file   arch/mvme88k/dev/vs.c                           vs

CVSweb