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

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

1.1     ! nbrk        1: # $OpenBSD: GENERIC,v 1.13 2007/05/31 23:18:25 uwe 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                landisk sh
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: option         SH4                     # processor family; MANDATORY
        !            17: option                 SH7751R                 # processor type; MANDATORY
        !            18:
        !            19: # CPU-related options.
        !            20: option         PCLOCK=33333333         # 33.33MHz clock
        !            21: option         DONT_INIT_BSC
        !            22: #option                DONT_INIT_PCIBSC
        !            23:
        !            24: option         PCIVERBOSE
        !            25: option         USBVERBOSE
        !            26:
        !            27: #config                bsd     swap generic
        !            28: config         bsd     root on wd0a
        !            29:
        !            30: mainbus0 at root
        !            31: cpu0   at mainbus?
        !            32:
        !            33: # PCI bus support
        !            34: shpcic*        at mainbus?                     # SH7751 PCIC
        !            35: pci0   at shpcic?
        !            36:
        !            37: # SH bus
        !            38: shb*   at mainbus?
        !            39:
        !            40: # ob-board I/O bus
        !            41: obio0  at mainbus?
        !            42:
        !            43: # Serial Devices
        !            44: option SCIFCONSOLE
        !            45: option SCIFCN_SPEED=9600
        !            46: scif0  at shb?
        !            47:
        !            48: # Power switch
        !            49: power0 at obio?
        !            50:
        !            51: rsclock0 at shb?
        !            52:
        !            53: wdc0   at obio? port 0x14000000 irq 10         # CF
        !            54: wd*    at wdc? flags 0x0000
        !            55:
        !            56: # Network Interfaces
        !            57:
        !            58: # PCI network interfaces
        !            59: re*    at pci?                         # Realtek 8139C+/8169/8169S/8110S
        !            60: rl*    at pci?                         # Realtek 8129/8139
        !            61:
        !            62: # MII/PHY support
        !            63: acphy* at mii?                         # Altima AC101 PHYs
        !            64: amphy* at mii?                         # AMD 79C873 PHYs
        !            65: eephy* at mii?                         # Marvell 88E1000 series PHY
        !            66: rgephy*        at mii?                         # Realtek 8169S/8110S PHY
        !            67: rlphy* at mii?                         # Realtek 8139/8201L PHYs
        !            68: urlphy*        at mii?                         # Realtek RTL8150L internal PHYs
        !            69: ukphy* at mii?                         # generic unknown PHYs
        !            70:
        !            71: # PCIIDE
        !            72: pciide*                at pci?
        !            73: wd*            at pciide?
        !            74: atapiscsi*     at pciide? flags 0x0000
        !            75: scsibus*       at atapiscsi?
        !            76:
        !            77: # USB Controller and Devices
        !            78:
        !            79: # PCI USB controllers
        !            80: ehci*  at pci?                         # Enhanced Host Controller
        !            81: ohci*  at pci?                         # Open Host Controller
        !            82:
        !            83: # USB bus support
        !            84: usb*   at ehci?
        !            85: usb*   at ohci?
        !            86:
        !            87: # USB Hubs
        !            88: uhub*  at usb?
        !            89: uhub*  at uhub? port ? configuration ? interface ?
        !            90: umodem*        at uhub?                # USB Modems/Serial
        !            91: ucom*  at umodem?
        !            92: uvisor*        at uhub?                # Handspring Visor
        !            93: ucom*  at uvisor?
        !            94: uvscom*        at uhub?                # SUNTAC Slipper U VS-10U serial
        !            95: ucom*  at uvscom?
        !            96: ubsa*  at uhub?                # Belkin serial adapter
        !            97: ucom*  at ubsa?
        !            98: uftdi* at uhub?                # FTDI FT8U100AX serial adapter
        !            99: ucom*  at uftdi?
        !           100: uplcom* at uhub?               # I/O DATA USB-RSAQ2 serial adapter
        !           101: ucom*  at uplcom?
        !           102: umct*  at uhub?                # MCT USB-RS232 serial adapter
        !           103: ucom*  at umct?
        !           104: uslcom*        at uhub?                # Silicon Laboratories CP210x serial
        !           105: ucom*  at uslcom?
        !           106: uark*  at uhub?                # Arkmicro ARK3116 serial
        !           107: ucom*  at uark?
        !           108: moscom*        at uhub?                # MosChip MCS7703 serial
        !           109: ucom*  at moscom?
        !           110: uipaq* at uhub?                # iPAQ serial adapter
        !           111: ucom*  at uipaq?
        !           112: umsm*  at uhub?                # Qualcomm MSM EVDO
        !           113: ucom*  at umsm?
        !           114: uaudio* at uhub?               # USB Audio
        !           115: audio* at uaudio?
        !           116: #umidi*        at uhub?                # USB MIDI
        !           117: #midi* at umidi?
        !           118: ulpt*  at uhub?                # USB Printers
        !           119: umass* at uhub?                # USB Mass Storage devices
        !           120: scsibus* at umass?
        !           121: atapiscsi* at umass?
        !           122: uhidev*        at uhub?                # Human Interface Devices
        !           123: #ums*  at uhidev?              # USB mouse
        !           124: #wsmouse* at ums? mux 0
        !           125: #ukbd* at uhidev?              # USB keyboard
        !           126: #wskbd*        at ukbd? mux 1
        !           127: ucycom*        at uhidev?              # Cypress serial
        !           128: ucom*  at ucycom?
        !           129: uhid*  at uhidev?              # USB generic HID support
        !           130: aue*   at uhub?                # ADMtek AN986 Pegasus Ethernet
        !           131: atu*   at uhub?                # Atmel AT76c50x based 802.11b
        !           132: axe*   at uhub?                # ASIX Electronics AX88172 USB Ethernet
        !           133: cue*   at uhub?                # CATC USB-EL1201A based Ethernet
        !           134: kue*   at uhub?                # Kawasaki KL5KUSB101B based Ethernet
        !           135: cdce*  at uhub?                # CDC Ethernet
        !           136: upl*   at uhub?                # Prolific PL2301/PL2302 host-to-host `network'
        !           137: udav*  at uhub?                # Davicom DM9601 based Ethernet
        !           138: url*   at uhub?                # Realtek RTL8150L based adapters
        !           139: wi*    at uhub?                # WaveLAN IEEE 802.11DS
        !           140: urio*  at uhub?                # Diamond Multimedia Rio 500
        !           141: #uscanner* at uhub?            # USB Scanners
        !           142: #usscanner* at uhub?           # USB SCSI scanners, e.g., HP5300
        !           143: #scsibus* at usscanner?
        !           144: #uyap* at uhub?                # Y@P firmware loader
        !           145: udsbr* at uhub?                # D-Link DSB-R100 radio
        !           146: radio* at udsbr?               # USB radio
        !           147: ugen*  at uhub?                # USB Generic driver
        !           148: uath*  at uhub?                # Atheros AR5005UG/AR5005UX
        !           149: ural*  at uhub?                # Ralink RT2500USB
        !           150: rum*   at uhub?                # Ralink RT2501USB/RT2601USB
        !           151: zyd*   at uhub?                # Zydas ZD1211
        !           152: #option        NATM
        !           153: #ueagle* at uhub?              # Analog Devices Eagle ADSL
        !           154: udcf*  at uhub?                # Gude Expert mouseCLOCK
        !           155: #uow*  at uhub?                # Maxim/Dallas DS2490 1-Wire adapter
        !           156: #onewire* at uow?
        !           157:
        !           158: # Bluetooth controllers
        !           159: #ubt*  at uhub?                # USB Bluetooth
        !           160:
        !           161: # Bluetooth bus support
        !           162: #bthub*        at ubt?
        !           163:
        !           164: sd*    at scsibus?                     # SCSI disk drives
        !           165: cd*    at scsibus?                     # SCSI CD-ROM drives

CVSweb