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

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

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.2 2006/05/20 12:06:51 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                aviion m88k
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: # Processor type
        !            17: option         M88100
        !            18: #option                M88110
        !            19:
        !            20: # Supported models
        !            21: option         AV400           # 100, 200, 300, 400, 3000, 4000, 4300
        !            22: #option                AV530           # 4600, 530
        !            23: #option                AV5000          # 5000, 6000
        !            24: #option                AV6280          # 6280, 8000-8
        !            25:
        !            26: # Define this if your 88100 processor has the xxx.usr bug (mask C82N)
        !            27: option         ERRATA__XXX_USR
        !            28:
        !            29: config         bsd             swap generic
        !            30:
        !            31: #
        !            32: # devices
        !            33: #
        !            34:
        !            35: mainbus0 at root
        !            36:
        !            37: #
        !            38: # Onboard devices for all 88100-based machines
        !            39: #
        !            40:
        !            41: syscon0 at mainbus0 addr 0xfff00000
        !            42: nvram0 at syscon? offset 0x80000
        !            43: dart0  at syscon? offset 0x82000 ipl 3         # serial ports
        !            44: #avkbd0        at syscon? offset 0x82800
        !            45: #wskbd*        at avkbd?
        !            46: #avfb0 at syscon? offset 0x89000
        !            47:
        !            48: #
        !            49: # AV400 onboard devices
        !            50: #
        !            51:
        !            52: dart1  at syscon? offset 0x82c00 ipl 3
        !            53: vme0   at syscon? offset 0x85000               # VME bridge
        !            54: #aic0  at syscon? offset 0x8a000 ipl 2
        !            55: le0    at syscon? offset 0x8c000 ipl 1         # on-board ethernet
        !            56:
        !            57: #
        !            58: # AV530 onboard devices
        !            59: #
        !            60:
        !            61: dart1  at syscon? offset 0x82040 ipl 3
        !            62: #ssi0  at syscon? offset 0x8d000 ipl 3
        !            63: #oosiop0       at syscon? offset 0xb0000 ipl 2
        !            64: #ile0  at syscon? offset 0xb00c0 ipl 1
        !            65: #ile1  at syscon? offset 0xb0140 ipl 1
        !            66:
        !            67: #
        !            68: # VME devices
        !            69: #
        !            70:
        !            71: # Interphase Hawk Ethernet
        !            72: le*    at vme? a32 0x00900000 a16 0x4000 ipl 1 # artwork X0A factory settings
        !            73: le*    at vme? a32 0x55540000 a16 0x8600 ipl 1 # artwork X0B factory settings
        !            74: le*    at vme? a32 0x55900000 a16 0x4000 ipl 1
        !            75: le*    at vme? a32 0x55980000 a16 0x5000 ipl 1
        !            76:
        !            77: # AV5000 VME Ethernet
        !            78: #ile*  at vme? a32 0x55900000 a16 0x4000 ipl 1
        !            79: #ile*  at vme? a32 0x55980000 a16 0x5000 ipl 1
        !            80:
        !            81: # VDA/255 Serial Host Adapter (on-board on model 4300)
        !            82: #vda0  at vme? a32 0x60000000

CVSweb