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

Annotation of sys/arch/mvme88k/conf/GENERIC, Revision 1.1

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.52 2006/05/28 11:09:56 miod Exp $
        !             2: #
        !             3: # For further information on compiling OpenBSD kernels, see the config(8)
        !             4: # man page.
        !             5: #
        !             6: # For further information on hardware support for this architecture, see
        !             7: # the intro(4) man page.  For further information about kernel options
        !             8: # for this architecture, see the options(4) man page.  For an explanation
        !             9: # of each device driver in this file see the section 4 man page for the
        !            10: # device.
        !            11:
        !            12: machine                mvme88k m88k
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: # Processor type
        !            17: option         M88100
        !            18: option         M88110
        !            19:
        !            20: option         MVME187                 # support for 187 (requires M88100)
        !            21: option         MVME188                 # support for 188 (requires M88100)
        !            22: option         MVME197                 # support for 197 (requires M88110)
        !            23:
        !            24: # Define this if your processor has the xxx.usr bug (mask C82N)
        !            25: option         ERRATA__XXX_USR
        !            26:
        !            27:
        !            28: config         bsd             swap generic
        !            29:
        !            30: #
        !            31: # devices
        !            32: #
        !            33:
        !            34: mainbus0 at root
        !            35:
        !            36: # MVME1x7 devices
        !            37: pcctwo0 at mainbus0 addr 0xfff00000            # MVME187
        !            38: bussw0 at mainbus0 addr 0xfff00000             # MVME197
        !            39: sram0  at mainbus0 addr 0xffe00000             # MVME187
        !            40: pcctwo0 at bussw0 offset 0x00000               # MVME197
        !            41: nvram0 at pcctwo0 offset 0xc0000
        !            42: vme0   at pcctwo0 offset 0x40000
        !            43: ie0    at pcctwo0 offset 0x46000 ipl 3
        !            44: osiop0 at pcctwo0 offset 0x47000 ipl 2
        !            45: cl0    at pcctwo0 offset 0x45000 ipl 3
        !            46: cl1    at pcctwo0 offset 0x45200 ipl 3         # M8120 only
        !            47: #lptwo0        at pcctwo0 offset 0x45000 ipl 1
        !            48: memc0  at pcctwo0 offset 0x43000
        !            49: memc1  at pcctwo0 offset 0x43100
        !            50:
        !            51: # MVME188 devices
        !            52: syscon0 at mainbus0 addr 0xfff00000            # MVME188
        !            53: nvram0 at syscon0 offset 0x80000
        !            54: dart0  at syscon0 offset 0x82000 ipl 3
        !            55: vme0   at syscon0 offset 0x85000
        !            56:
        !            57: vmes0  at vme0
        !            58: vmel0  at vme0
        !            59:
        !            60: vx0    at vmes0 addr 0xff780000 ipl 3
        !            61: vx1    at vmes0 addr 0xff790000 ipl 3
        !            62: vx2    at vmes0 addr 0xff7a0000 ipl 3
        !            63: vx3    at vmes0 addr 0xff7b0000 ipl 3
        !            64: le0    at vmes0 addr 0xffff1200 ipl 3
        !            65: le1    at vmes0 addr 0xffff1400 ipl 3
        !            66: le2    at vmes0 addr 0xffff1600 ipl 3
        !            67: vs0    at vmes0 addr 0xffff9000 ipl 2
        !            68: vs1    at vmes0 addr 0xffff9800 ipl 2
        !            69: vs2    at vmes0 addr 0xffff4800 ipl 2
        !            70: vs3    at vmes0 addr 0xffff5800 ipl 2
        !            71: vs4    at vmes0 addr 0xffff7000 ipl 2
        !            72: vs5    at vmes0 addr 0xffff7800 ipl 2
        !            73:
        !            74: scsibus* at vs?
        !            75: scsibus* at osiop?
        !            76:
        !            77: sd*    at scsibus?
        !            78: st*    at scsibus?
        !            79: cd*    at scsibus?
        !            80: ch*    at scsibus?
        !            81: ss*    at scsibus?
        !            82: safte* at scsibus?
        !            83: ses*   at scsibus?
        !            84: uk*    at scsibus?

CVSweb