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

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

1.1     ! nbrk        1: #      $OpenBSD: GENERIC,v 1.194 2007/06/22 10:55:28 martin 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                alpha
        !            13: include                "../../../conf/GENERIC"
        !            14: maxusers       32                      # estimated number of users
        !            15:
        !            16: # CPU Support
        !            17: option         DEC_3000_500    # Flamingo etc: 3000/[4-9]00*
        !            18: option         DEC_3000_300    # Pelican etc:  3000/300*
        !            19: option         DEC_2100_A50    # Avanti etc:   AlphaStation 400, 200, etc.
        !            20: option         DEC_KN20AA      # KN20AA:       AlphaStation 600
        !            21: option         DEC_KN300       # KN300:        AlphaServer 4100 and 1200
        !            22: option         DEC_AXPPCI_33   # NoName:       AXPpci33, etc.
        !            23: option         DEC_EB164       # EB164:        AlphaPC 164
        !            24: option         DEC_EB64PLUS    # EB64+:        AlphaPC 64, etc.
        !            25: option         DEC_2000_300    # "Jensen":     2000/300 (DECpc AXP 150)
        !            26: option         DEC_550         # Miata:        Digital Personal Workstation
        !            27: option         DEC_1000        # Mikasa etc:   Digital AlphaServer 1000
        !            28: option         DEC_1000A       # Corelle etc:  Digital AlphaServer 800/1000A
        !            29: option         DEC_6600        # EV6:          XP1000, 264DP OEM Board
        !            30: option         API_UP1000      # EV6:          Alpha Processor UP1000
        !            31:
        !            32: option         COMPAT_OSF1     # OSF/1 binary compatibility
        !            33:
        !            34: # Misc. options
        !            35: option         EISAVERBOSE             # recognize "unknown" EISA devices
        !            36: option         PCIVERBOSE              # recognize "unknown" PCI devices
        !            37: option         TCVERBOSE               # recognize "unknown" TC devices
        !            38: option         USBVERBOSE
        !            39:
        !            40: # Wscons options
        !            41: option WSDISPLAY_COMPAT_USL            # VT handling
        !            42: option WSDISPLAY_COMPAT_RAWKBD         # provide raw scancodes; needed for X11
        !            43: option WSDISPLAY_DEFAULTSCREENS=6      # initial number of text consoles
        !            44: option WSDISPLAY_COMPAT_PCVT           # emulate some ioctls; needed for X11
        !            45:
        !            46: option         APERTURE                # in-kernel aperture driver for XFree86
        !            47: option         USER_PCICONF            # user-space PCI configuration
        !            48:
        !            49: config         bsd     swap generic
        !            50:
        !            51: mainbus0 at    root
        !            52: cpu*   at      mainbus0
        !            53:
        !            54: # PCI USB Controllers
        !            55: ehci*  at pci?                         # Enhanced Host Controller
        !            56: uhci*  at pci?                         # Universal Host Controller (Intel)
        !            57: ohci*  at pci?                         # Open Host Controller
        !            58:
        !            59: # USB bus support
        !            60: usb*   at ehci?
        !            61: usb*   at uhci?
        !            62: usb*   at ohci?
        !            63:
        !            64: # USB devices
        !            65: uhub*  at usb?                         # USB Hubs
        !            66: uhub*  at uhub?                        # USB Hubs
        !            67: umodem*        at uhub?                        # USB Modems/Serial
        !            68: ucom*  at umodem?
        !            69: uvisor*        at uhub?                        # Handspring Visor
        !            70: ucom*  at uvisor?
        !            71: uvscom*        at uhub?                        # SUNTAC Slipper U VS-10U serial
        !            72: ucom*  at uvscom?
        !            73: ubsa*  at uhub?                        # Belkin serial adapter
        !            74: ucom*  at ubsa?
        !            75: uftdi* at uhub?                        # FTDI FT8U100AX serial adapter
        !            76: ucom*  at uftdi?
        !            77: uplcom* at uhub?                       # I/O DATA USB-RSAQ2 serial adapter
        !            78: ucom*  at uplcom?
        !            79: umct*  at uhub?                        # MCT USB-RS232 serial adapter
        !            80: ucom*  at umct?
        !            81: uslcom*        at uhub?                        # Silicon Laboratories CP210x serial
        !            82: ucom*  at uslcom?
        !            83: uark*  at uhub?                        # Arkmicro ARK3116 serial
        !            84: ucom*  at uark?
        !            85: uipaq* at uhub?                        # iPAQ serial adapter
        !            86: ucom*  at uipaq?
        !            87: uaudio* at uhub?                       # USB Audio
        !            88: audio* at uaudio?
        !            89: umidi* at uhub?                        # USB MIDI
        !            90: midi*  at umidi?
        !            91: ulpt*  at uhub?                        # USB Printers
        !            92: umass* at uhub?                        # USB Mass Storage devices
        !            93: scsibus* at umass?
        !            94: atapiscsi* at umass?
        !            95: uhidev*        at uhub?                        # Human Interface Devices
        !            96: ums*   at uhidev?                      # USB mouse
        !            97: wsmouse* at ums? mux 0
        !            98: ukbd*  at uhidev?                      # USB keyboard
        !            99: wskbd* at ukbd? mux 1
        !           100: ucycom*        at uhidev?                      # Cypress serial
        !           101: ucom*  at ucycom?
        !           102: uhid*  at uhidev?                      # USB generic HID support
        !           103: aue*   at uhub?                        # ADMtek AN986 Pegasus Ethernet
        !           104: #atu*  at uhub?                        # Atmel AT76c50x based 802.11b
        !           105: axe*   at uhub?                        # ASIX Electronics AX88172 USB Ethernet
        !           106: cue*   at uhub?                        # CATC USB-EL1201A based Ethernet
        !           107: kue*   at uhub?                        # Kawasaki KL5KUSB101B based Ethernet
        !           108: cdce*  at uhub?                        # CDC Ethernet
        !           109: udav*  at uhub?                        # Davicom DM9601 based Ethernet
        !           110: upl*   at uhub?                        # Prolific PL2301/PL2302 host-to-host `network'
        !           111: url*   at uhub?                        # Realtek RTL8150L based adapters
        !           112: wi*    at uhub?                        # WaveLAN IEEE 802.11DS
        !           113: urio*  at uhub?                        # Diamond Multimedia Rio 500
        !           114: uscanner* at uhub?                     # USB Scanners
        !           115: usscanner* at uhub?                    # USB SCSI scanners, e.g., HP5300
        !           116: scsibus* at usscanner?
        !           117: #uyap* at uhub?                        # Y@P firmware loader
        !           118: udsbr* at uhub?                        # D-Link DSB-R100 radio
        !           119: radio* at udsbr?                       # USB radio
        !           120: ugen*  at uhub?                        # USB Generic driver
        !           121: uath*  at uhub?                        # Atheros AR5005UG/AR5005UX
        !           122: ural*  at uhub?                        # Ralink RT2500USB
        !           123: rum*   at uhub?                        # Ralink RT2501USB/RT2601USB
        !           124: uow*   at uhub?                        # Maxim/Dallas DS2490 1-Wire adapter
        !           125: onewire* at uow?
        !           126:
        !           127: # Bluetooth controllers
        !           128: #ubt*  at uhub?                        # USB Bluetooth
        !           129:
        !           130: # Bluetooth bus support
        !           131: #bthub*        at ubt?
        !           132:
        !           133: # EV6 Tsunami Core Logic
        !           134: tsc*   at      mainbus0
        !           135:
        !           136: # TURBOchannel host bus adapter support
        !           137: tcasic*        at      mainbus0
        !           138:
        !           139: # MCBUS bus support
        !           140: mcbus* at      mainbus0
        !           141: mcmem* at      mcbus? mid ?
        !           142:
        !           143: # TURBOchannel bus support
        !           144: tc*    at      tcasic?
        !           145:
        !           146: # TURBOchannel devices
        !           147: ioasic*        at      tc?
        !           148: mcclock* at    ioasic?
        !           149: le*    at      ioasic?
        !           150: scc0   at      ioasic?
        !           151: scc1   at      ioasic?
        !           152: tcds*  at      tc?
        !           153: asc*   at      tcds?
        !           154: scsibus* at asc?
        !           155: asc*   at      tc?
        !           156: #cfb*  at      tc?
        !           157: #sfb*  at      tc?
        !           158: le*    at      tc?
        !           159: fta*   at      tc?                     # DEC DEFTA FDDI cards
        !           160:
        !           161: # PCI host bus adapter support
        !           162: apecs* at      mainbus?
        !           163: cia*   at      mainbus?
        !           164: irongate* at   mainbus?
        !           165: lca*   at      mainbus?
        !           166: tsp*   at      tsc?
        !           167: mcpcia*        at      mcbus? mid ?
        !           168:
        !           169: # PCI bus support
        !           170: pci*   at      apecs?
        !           171: pci*   at      cia?
        !           172: pci*   at      irongate?
        !           173: pci*   at      lca?
        !           174: pci*   at      ppb?
        !           175: pci*   at      tsp?
        !           176: pci*   at      mcpcia?
        !           177:
        !           178: # PCI devices
        !           179: ppb*   at pci?                         # PCI-PCI bridges
        !           180: sio*   at pci?                         # Intel PCI-ISA bridge
        !           181: pceb*  at pci?                         # Intel PCI-EISA bridge
        !           182:
        !           183: cy*    at pci?                         # PCI cyclom card
        !           184:
        !           185: # PCI SCSI devices
        !           186: ahc*   at pci?                         # Adaptec 2940 SCSI controllers
        !           187: scsibus* at ahc?
        !           188: isp*   at pci?                         # Qlogic ISP [12]0x0 SCSI/FibreChannel
        !           189: scsibus* at isp?
        !           190: siop*  at pci?                         # NCR 53c8xx SCSI
        !           191: scsibus* at siop?
        !           192: pcscp* at pci?                         # AMD 53c974 PCscsi-PCI SCSI
        !           193: scsibus* at pcscp?
        !           194: twe*   at pci?                         # 3ware Escalade RAID controllers
        !           195: scsibus* at twe?
        !           196: mpi*   at pci?                         # LSI Logic Message Passing Interface
        !           197: scsibus* at mpi?
        !           198: sili*  at pci?                         # Silicon Image 3124/3132/3531 SATA
        !           199: scsibus* at sili?
        !           200:
        !           201: #UNTESTED: the following drivers are untested.
        !           202: adw*   at pci?                         # AdvanSys ULTRA WIDE SCSI
        !           203: scsibus* at adw?
        !           204: ciss*  at pci?                         # Compaq Smart ARRAY [56]* RAID controllers
        !           205: scsibus* at ciss?
        !           206: gdt*   at pci?                         # ICP Vortex GDT RAID controllers
        !           207: scsibus* at gdt?
        !           208: #adv*  at pci?                         # AdvanSys 1200A/B and ULTRA SCSI
        !           209: #scsibus* at adv?
        !           210: #ami*  at pci?                         # AMI MegaRAID controllers
        !           211: #scsibus*      at ami?
        !           212:
        !           213: # Networking devices
        !           214: lmc*   at pci?                         # Lan Media Corp SSI/T3/HSSI
        !           215: san*   at pci?                         # Sangoma PCI AFT card
        !           216: pcn*   at pci?                         # AMD PCnet-PCI Ethernet
        !           217: de*    at pci?                         # 21x4[012]-based Ethernet
        !           218: dc*    at pci?                         # 21143, "tulip" clone ethernet
        !           219: ne*    at pci?                         # NE2000-compat ethernet cards
        !           220: fxp*   at pci?                         # EtherExpress 10/100B ethernet
        !           221: ep*    at pci?                         # 3COM 3c59x
        !           222: xl*    at pci?                         # 3COM 3c9xx
        !           223: txp*   at pci?                         # 3COM 3CR990
        !           224: fpa*   at pci?                         # DEC DEFPA FDDI cards
        !           225: bge*   at pci?                         # Broadcom BCM57xx (aka Tigon3)
        !           226: vge*   at pci?                         # VIA VT612x
        !           227: re*    at pci?                         # Realtek 8169/8169S/8110S
        !           228: stge*  at pci?                         # Sundance TC9021 GigE
        !           229: lge*   at pci?                         # Level1 LXT1001 GigE
        !           230: hme*   at pci?                         # Sun Happy Meal
        !           231: ti*    at pci?                         # Alteon Tigon 1Gb ethernet
        !           232: rl*    at pci?                         # RealTek 81[23]9 ethernet
        !           233: vr*    at pci?                         # VIA Rhine ethernet
        !           234: em*    at pci?                         # Intel Pro/1000 ethernet
        !           235: #ixgb* at pci?                         # Intel Pro/10Gb ethernet
        !           236: sis*   at pci?                         # SiS 900/7016 ethernet
        !           237: mtd*   at pci?                         # Myson MTD800/803/891
        !           238: epic*  at pci?                         # SMC EPIC/100 ethernet
        !           239: skc*   at pci?                         # SysKonnect GEnesis 984x
        !           240: sk*    at skc?                         #  each port of above
        !           241: mskc*  at pci?                         # Marvell Yukon-2
        !           242: msk*   at mskc?                        #  each port of above
        !           243: tl*    at pci?                         # Compaq Thunderlan ethernet
        !           244: ste*   at pci?                         # Sundance ST201 ethernet
        !           245: musycc*        at pci?                         # Conexant HDLC controller
        !           246: art*   at musycc?                      # Accoom Artery E1/T1 cards
        !           247: xge*   at pci?                         # Neterion Xframe-I/II 10Gb ethernet
        !           248: sf*    at pci?                         # Adaptec AIC-6915 ethernet
        !           249: wb*    at pci?                         # Winbond W89C840F ethernet
        !           250:
        !           251: # Wireless network cards
        !           252: acx*   at pci?                         # TI ACX100/ACX111 (802.11b/g)
        !           253: an*    at pci?                         # Aironet IEEE 802.11DS
        !           254: ath*   at pci?                         # Atheros AR5k (802.11)
        !           255: atw*   at pci?                         # ADMtek ADM8211 (802.11)
        !           256: pgt*   at pci?                         # Prism54 (only full-mac varients)
        !           257: ral*   at pci?                         # Ralink RT2500/RT2501/RT2600
        !           258: #rtw*  at pci?                         # Realtek 8180
        !           259: wi*    at pci?                         # WaveLAN IEEE 802.11DS
        !           260: malo*  at pci?                         # Marvell Libertas
        !           261:
        !           262: vga*   at pci?                         # PCI VGA graphics
        !           263: tga*   at pci?                         # DEC ZLXp-E[123] graphics
        !           264:
        !           265: # Media Independent Interface (mii) drivers
        !           266: eephy* at mii?                         # Marvell PHYs for Intel GigE
        !           267: exphy* at mii?                         # 3Com internal PHYs
        !           268: inphy* at mii?                         # Intel 82555 PHYs
        !           269: iophy* at mii?                         # Intel 82553 PHYs
        !           270: icsphy*        at mii?                         # ICS 1890 PHYs
        !           271: lxtphy*        at mii?                         # Level1 LXT970 PHYs
        !           272: nsphy* at mii?                         # NS and compatible PHYs
        !           273: nsphyter* at mii?                      # NS and compatible PHYs
        !           274: qsphy* at mii?                         # Quality Semi QS6612 PHYs
        !           275: luphy* at mii?                         # Lucent LU6612 PHY
        !           276: sqphy* at mii?                         # Seeq 8x220 PHYs
        !           277: rlphy* at mii?                         # RealTek 8139 internal PHYs
        !           278: mtdphy*        at mii?                         # Myson MTD972 PHYs
        !           279: dcphy* at mii?                         # Digital Clone PHYs
        !           280: acphy* at mii?                         # Altima AC101 PHYs
        !           281: amphy* at mii?                         # AMD 79C873 PHYs
        !           282: tqphy* at mii?                         # TDK 78Q212x PHYs
        !           283: bmtphy*        at mii?                         # Broadcom 10/100 PHYs
        !           284: brgphy*        at mii?                         # Broadcom Gigabit PHYs
        !           285: xmphy* at mii?                         # XaQti XMAC-II PHYs
        !           286: urlphy*        at mii?                         # Realtek RTL8150L internal PHY
        !           287: rgephy*        at mii?                         # Realtek 8169S/8110S PHY
        !           288: ciphy* at mii?                         # Cicada CS8201 10/100/1000 copper PHY
        !           289: ukphy* at mii?                         # "unknown" PHYs
        !           290:
        !           291: # sensors
        !           292: alipm* at pci?
        !           293: iic*   at alipm?
        !           294:
        !           295: adc*   at iic?                         # Analog Devices AD7416/AD7417/7418
        !           296: admtemp* at iic?                       # Analog Devices ADM1021
        !           297: admlc* at iic?                         # Analog Devices ADM1024
        !           298: admtm* at iic?                         # Analog Devices ADM1025
        !           299: admtmp*        at iic?                         # Analog Devices ADM1030
        !           300: admtt* at iic?                         # Analog Devices ADM1031
        !           301: adt*   at iic?                         # Analog Devices ADT7460
        !           302: lm*    at iic?                         # LM78/79 and clones
        !           303: lmenv* at iic?                         # National Semiconductor LM87
        !           304: lmtemp*        at iic?                         # NS LM75/LM77 temperature sensor
        !           305: maxds* at iic?                         # Maxim DS1631
        !           306: maxtmp*        at iic?                         # Maxim MAX6642/MAX6690
        !           307:
        !           308: # ISA/EISA bus support
        !           309: isa*   at      pceb?
        !           310: eisa*  at      pceb?
        !           311: isa*   at      sio?
        !           312: isadma0        at      isa?
        !           313: isapnp0        at      isa?
        !           314:
        !           315: # ISA devices
        !           316: mcclock* at isa? port 0x70
        !           317: pcppi* at isa?                         # PC prog. periph. interface
        !           318: spkr0  at pcppi?                       # IBM BASIC emulation
        !           319: midi*  at pcppi?
        !           320: pckbc* at isa?                         # PC keyboard controller
        !           321: pckbd* at pckbc?                       # PC keyboard (kbd port)
        !           322: pms*   at pckbc?                       # PS/2-style mouse (aux port)
        !           323: pmsi*  at pckbc?                       # PS/2 "Intelli"mouse
        !           324: com*   at isa? port 0x3f8 irq 4        # standard serial ports
        !           325: com*   at isa? port 0x2f8 irq 3
        !           326: lpt*   at isa? port 0x3bc irq 7        # standard parallel port
        !           327: vga*   at isa?                         # ISA (EISA: XXX) VGA
        !           328: we0    at isa? port 0x280 iomem 0xd0000 irq 9  # WD/SMC 80x3 ethernet
        !           329: we1    at isa? port 0x300 iomem 0xcc000 irq 10 #
        !           330: ec0    at isa? port 0x250 iomem 0xd8000 irq 9  # 3C503 ethernet cards
        !           331: ne0    at isa? port 0x240 irq 9        # NE[12]000 ethernet cards
        !           332: ne1    at isa? port 0x300 irq 10       # NE[12]000 ethernet cards
        !           333: ne2    at isa? port 0x280 irq 9        # NE[12]000 ethernet cards
        !           334: ep*    at isa?                         # 3C509 ethernet cards
        !           335: ep*    at isapnp?                      # 3C509 ethernet cards
        !           336: #wss*  at isa? port 0x530 irq 9 drq 0  # Windows Sound System
        !           337: lc0    at isa? port 0x200              # DEC EtherWorks
        !           338: lc1    at isa? port 0x280              # DEC EtherWorks
        !           339:
        !           340: cy0    at isa? iomem 0xd4000 irq 12    # ISA cyclom card
        !           341: fdc0   at isa? port 0x3f0 irq 6 drq 2  # floppy controller
        !           342: fd*    at fdc?
        !           343:
        !           344: #aic0  at isa? port 0x340 irq 11       # Adaptec 152[02] SCSI
        !           345: #scsibus* at aic?
        !           346:
        !           347: # option for using CD1400 handshaking for incoming data
        !           348: # requires a special cable that exchanges the RTS and DTR lines
        !           349: # options CY_HW_RTS
        !           350: #ahc0  at isa?                         # Adaptec 284x SCSI controllers
        !           351:
        !           352: # EISA devices
        !           353: fea*   at eisa?                        # DEC DEFEA FDDI cards
        !           354: ahc*   at eisa?                        # Adaptec 274x, aic7770 SCSI
        !           355:
        !           356: # SCSI devices
        !           357: cd*    at scsibus?
        !           358: sd*    at scsibus?
        !           359: ss*    at scsibus?
        !           360: st*    at scsibus?
        !           361: ch*    at scsibus?
        !           362: safte* at scsibus?
        !           363: ses*   at scsibus?
        !           364: uk*    at scsibus?
        !           365:
        !           366: # IDE controllers
        !           367: pciide* at pci? flags 0x0000
        !           368: wdc0   at isa? port 0x1f0 irq 14 flags 0x00
        !           369: wdc1   at isa? port 0x170 irq 15 flags 0x00
        !           370: wd*    at wdc? flags 0x0000
        !           371: wd*    at pciide? flags 0x0000
        !           372:
        !           373: # ATAPI<->SCSI
        !           374: atapiscsi* at wdc?
        !           375: atapiscsi* at pciide?
        !           376: scsibus* at atapiscsi?
        !           377:
        !           378: # Audio devices
        !           379: eap*   at pci?                         # Ensoniq AudioPCI S5016
        !           380: emu*   at pci?                         # SB Live!
        !           381:
        !           382: puc*   at pci?                         # PCI "universal" comm device
        !           383: com*   at puc?
        !           384:
        !           385: # UNTESTED.  The following drivers are untested
        !           386: eso*   at pci?                         # ESS Solo-1 PCI AudioDrive
        !           387: sv*    at pci?                         # S3 SonicVibes (S3 617)
        !           388: cmpci* at pci?                         # C-Media CMI8338/8738
        !           389: fms*   at pci?                         # Forte Media FM801
        !           390: auvia* at pci?                         # VIA VT82C686A
        !           391: ##
        !           392:
        !           393: # OPL[23] FM synthesizers
        !           394: opl*   at eso?
        !           395: opl*   at cmpci?
        !           396:
        !           397: # MIDI support
        !           398: midi*  at opl?                         # OPL FM synth
        !           399: midi*  at eap?
        !           400:
        !           401: #Audio Support
        !           402: audio* at eap?
        !           403: audio* at emu?
        !           404: audio* at eso?
        !           405: audio* at sv?
        !           406: audio* at cmpci?
        !           407: audio* at fms?
        !           408: audio* at auvia?
        !           409: audio* at uaudio?
        !           410:
        !           411: bktr0  at pci?
        !           412:
        !           413: # FM-Radio support
        !           414: radio* at bktr?
        !           415:
        !           416: # Workstation Console attachments
        !           417: #wsdisplay*    at      cfb?
        !           418: #wsdisplay*    at      sfb?
        !           419: wsdisplay*     at      vga?
        !           420: wsdisplay*     at      tga?
        !           421: wskbd*         at      pckbd? mux 1
        !           422: wsmouse*       at      pms? mux 0
        !           423: wsmouse*       at      pmsi? mux 0
        !           424:
        !           425: # crypto support
        !           426: hifn*  at pci?                         # Hi/fn 7751 crypto card
        !           427: lofn*  at pci?                         # Hi/fn 6500 crypto card
        !           428: nofn*  at pci?                         # Hi/fn 7814/7851/7854 crypto card
        !           429: ubsec* at pci?                         # Bluesteel Networks 5xxx crypto card
        !           430: safe*  at pci?                         # SafeNet SafeXcel 1141/1741
        !           431: #ises* at pci?                         # Pijnenburg PCC-ISES
        !           432:
        !           433: # 1-Wire devices
        !           434: option ONEWIREVERBOSE
        !           435: owid*  at onewire?                     # ID
        !           436: owsbm* at onewire?                     # Smart Battery Monitor
        !           437: owtemp* at onewire?                    # Temperature
        !           438:
        !           439: #pseudo-device raid            4       # RAIDframe disk driver
        !           440: pseudo-device  crypto          1
        !           441: pseudo-device  sequencer       1
        !           442: pseudo-device  hotplug         1       # devices hot plugging
        !           443: pseudo-device  wsmux           2       # mouse & keyboard multiplexor

CVSweb