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

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

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.13 2007/02/09 14:26:09 aoyama 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                luna88k m88k
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       64                      # estimated number of users
        !            15:
        !            16: # Processor type
        !            17: option         M88100          # 88100 support; mandatory
        !            18:
        !            19: # Number of maximum processors
        !            20: option         MAX_CPUS=4      # may have up to 4 processors
        !            21:
        !            22: # Define this if your processor has the xxx.usr bug (mask C82N)
        !            23: option         ERRATA__XXX_USR
        !            24:
        !            25:
        !            26: config         bsd             swap generic
        !            27:
        !            28: #
        !            29: # devices
        !            30: #
        !            31:
        !            32: mainbus0       at root
        !            33: clock0         at mainbus0
        !            34: lcd0           at mainbus0
        !            35: le0            at mainbus0
        !            36: sio0           at mainbus0
        !            37: siotty0                at sio0
        !            38: ws0            at sio0
        !            39: fb0            at mainbus0
        !            40: spc0           at mainbus0
        !            41: spc1           at mainbus0
        !            42:
        !            43: # Workstation Console attachments
        !            44: wsdisplay*     at fb?
        !            45: wskbd*         at ws?
        !            46: wsmouse*       at ws?
        !            47:
        !            48: # SCSI bus support
        !            49: scsibus*       at spc?
        !            50:
        !            51: # SCSI devices
        !            52: sd*            at scsibus?
        !            53: st*            at scsibus?
        !            54: cd*            at scsibus?
        !            55: ch*            at scsibus?
        !            56: ss*            at scsibus?
        !            57: safte*         at scsibus?
        !            58: ses*           at scsibus?
        !            59: uk*            at scsibus?

CVSweb