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

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

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.48 2006/02/14 18:11:03 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                mac68k m68k
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: # Mac-specific options
        !            17: option         M68040
        !            18: option         M68030
        !            19: option         M68020          # Must have 68851 PMMU
        !            20: option         FPSP
        !            21: option         FPU_EMULATE
        !            22: option         COMPAT_SUNOS    # SunOS m68k binary compatibility
        !            23: option         ADBVERBOSE
        !            24: option WSDISPLAY_COMPAT_RAWKBD         # provide raw scancodes; needed for X11
        !            25:
        !            26: config         bsd     swap generic
        !            27:
        !            28: mainbus0       at root
        !            29:
        !            30: # on-board I/O
        !            31: obio0          at mainbus?
        !            32:
        !            33: adb0           at obio?
        !            34: akbd*          at adb?         # ADB keyboard
        !            35: ams*           at adb?         # ADB mouse
        !            36:
        !            37: asc0           at obio?        # ASC/EASC audio
        !            38: esp0           at obio?        # SCSI NCR 53C9x
        !            39: esp1           at obio?        # SCSI NCR 53C9x
        !            40: macfb*         at obio?        # Internal video hardware
        !            41: mc*            at obio?        # MACE ethernet on Centris/Quadra 660av
        !            42: sn*            at obio?        # Internal ethernet
        !            43: zsc0           at obio?        # Zilog serial chip
        !            44: zstty*         at zsc?
        !            45:
        !            46: # nubus boards
        !            47: nubus0         at mainbus?
        !            48:
        !            49: ae*            at nubus?       # Most Apple Ethernet Cards
        !            50: macfb*         at nubus?       # NuBus video cards
        !            51: sn*            at nubus?       # SONIC-based ethernet cards
        !            52: #sm*           at nubus?       # SMC 91cxx-based ethernet cards
        !            53:
        !            54: #nsphy*                at mii? phy?
        !            55: #ukphy*                at mii? phy?
        !            56:
        !            57: # workstation console
        !            58: wsdisplay*     at macfb?
        !            59: wskbd*         at akbd? mux 1
        !            60: wsmouse*       at ams? mux 0
        !            61:
        !            62: # Enable only one of ncrscsi or sbc
        !            63: ncrscsi0       at obio?                # SCSI NCR 5380
        !            64: sbc0           at obio? disable flags 0x1      # MI NCR 5380 SCSI Bus Controller
        !            65:
        !            66: scsibus*       at esp?
        !            67: scsibus*       at ncrscsi?
        !            68: scsibus*       at sbc?
        !            69:
        !            70: sd*            at scsibus?     # SCSI disk drives
        !            71: st*            at scsibus?     # SCSI tape drives
        !            72: cd*            at scsibus?     # SCSI CD-ROM drives
        !            73: ch*            at scsibus?     # SCSI autochangers
        !            74: ss*            at scsibus?     # SCSI scanners
        !            75: safte*         at scsibus?     # SCSI accessed fault-tolerant enclosures
        !            76: ses*           at scsibus?     # SCSI enclosure services
        !            77: uk*            at scsibus?     # SCSI unknown
        !            78:
        !            79: pseudo-device  wsmux   2

CVSweb