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

Annotation of sys/arch/aviion/conf/AV400, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: AV400,v 1.2 2006/05/20 12:06:18 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:
                     19: # Supported models
                     20: option         AV400           # 100, 200, 300, 400, 3000, 4000, 4300
                     21:
                     22: # Define this if your 88100 processor has the xxx.usr bug (mask C82N)
                     23: option         ERRATA__XXX_USR
                     24:
                     25: config         bsd             swap generic
                     26:
                     27: #
                     28: # devices
                     29: #
                     30:
                     31: mainbus0 at root
                     32:
                     33: #
                     34: # Onboard devices for all 88100-based machines
                     35: #
                     36:
                     37: syscon0 at mainbus0 addr 0xfff00000
                     38: nvram0 at syscon? offset 0x80000
                     39: dart0  at syscon? offset 0x82000 ipl 3         # serial ports
                     40: #avkbd0        at syscon? offset 0x82800
                     41: #wskbd*        at avkbd?
                     42: #avfb0 at syscon? offset 0x89000
                     43:
                     44: #
                     45: # AV400 onboard devices
                     46: #
                     47:
                     48: dart1  at syscon? offset 0x82c00 ipl 3
                     49: vme0   at syscon? offset 0x85000               # VME bridge
                     50: #aic0  at syscon? offset 0x8a000 ipl 2
                     51: le0    at syscon? offset 0x8c000 ipl 1         # on-board ethernet
                     52:
                     53: #
                     54: # VME devices
                     55: #
                     56:
                     57: # Interphase Hawk Ethernet
                     58: le*    at vme? a32 0x00900000 a16 0x4000 ipl 1 # artwork X0A factory settings
                     59: le*    at vme? a32 0x55540000 a16 0x8600 ipl 1 # artwork X0B factory settings
                     60: le*    at vme? a32 0x55900000 a16 0x4000 ipl 1
                     61: le*    at vme? a32 0x55980000 a16 0x5000 ipl 1

CVSweb