Home | History | Annotate | Line # | Download | only in conf
OPENBLOCKS266_OPT revision 1.13
      1 #	$NetBSD: OPENBLOCKS266_OPT,v 1.13 2010/03/10 17:40:31 kiyohara Exp $
      2 #
      3 
      4 include		"arch/evbppc/conf/OPENBLOCKS266"
      5 
      6 cbb*	at pci? dev ? function ?
      7 cardslot* at cbb?
      8 cardbus* at cardslot?
      9 pcmcia* at cardslot?
     10 
     11 
     12 # PCMCIA serial interfaces
     13 com*	at pcmcia? function ?		# Modems and serial cards
     14 
     15 pcmcom* at pcmcia? function ?		# PCMCIA multi-port serial cards
     16 com*	at pcmcom? slave ?		# ...and the slave devices
     17 
     18 # CardBus serial interfaces
     19 com*	at cardbus? function ?		# Modems and serial cards
     20 
     21 
     22 # PCMCIA SCSI controllers
     23 aic*	at pcmcia? function ?		# Adaptec APA-1460 SCSI
     24 esp*	at pcmcia? function ?		# Qlogic ESP406/FAS408 SCSI
     25 spc*	at pcmcia? function ?		# Fujitsu MB87030/MB89352 SCSI
     26 
     27 # CardBus SCSI cards
     28 adv*	at cardbus? function ?		# AdvanSys 1200[A,B], 9xx[U,UA] SCSI
     29 ahc*	at cardbus? function ?		# Adaptec ADP-1480
     30 njs*	at cardbus? function ?		# Workbit NinjaSCSI-32
     31 
     32 # SCSI bus support
     33 scsibus* at scsi?
     34 
     35 # SCSI devices
     36 sd*	at scsibus? target ? lun ?	# SCSI disk drives
     37 st*	at scsibus? target ? lun ?	# SCSI tape drives
     38 cd*	at scsibus? target ? lun ?	# SCSI CD-ROM drives
     39 ch*	at scsibus? target ? lun ?	# SCSI autochangers
     40 ses*	at scsibus? target ? lun ?	# SCSI Enclosure Services devices
     41 ss*	at scsibus? target ? lun ?	# SCSI scanners
     42 uk*	at scsibus? target ? lun ?	# SCSI unknown
     43 
     44 
     45 # PCMCIA IDE controllers
     46 wdc*	at pcmcia? function ?
     47 
     48 # CardBus IDE controllers
     49 njata*	at cardbus? function ? flags 0x01	# Workbit NinjaATA-32
     50 siisata* at cardbus? function ?			# SiI SteelVine controllers
     51 
     52 # ATA (IDE) bus support
     53 atabus* at ata?
     54 options ATADEBUG
     55 
     56 # IDE drives
     57 wd*	at atabus? drive ? flags 0x0000
     58 
     59 # ATAPI bus support
     60 atapibus* at atapi?
     61 
     62 # ATAPI devices
     63 # flags have the same meaning as for IDE drives.
     64 cd*	at atapibus? drive ? flags 0x0000	# ATAPI CD-ROM drives
     65 sd*	at atapibus? drive ? flags 0x0000	# ATAPI disk drives
     66 st*	at atapibus? drive ? flags 0x0000	# ATAPI tape drives
     67 uk*	at atapibus? drive ? flags 0x0000	# ATAPI unknown
     68 
     69 
     70 # PCMCIA network interfaces
     71 an*	at pcmcia? function ?		# Aironet PC4500/PC4800 (802.11)
     72 awi*	at pcmcia? function ?		# BayStack 650/660 (802.11FH/DS)
     73 cnw*	at pcmcia? function ?		# Xircom/Netwave AirSurfer
     74 cs*	at pcmcia? function ?		# CS89xx Ethernet
     75 ep*	at pcmcia? function ?		# 3Com 3c589 and 3c562 Ethernet
     76 mbe*	at pcmcia? function ?		# MB8696x based Ethernet
     77 ne*	at pcmcia? function ?		# NE2000-compatible Ethernet
     78 ray*	at pcmcia? function ?		# Raytheon Raylink (802.11)
     79 sm*	at pcmcia? function ?		# Megahertz Ethernet
     80 # tr at pcmcia has problems with Cardbus bridges
     81 #tr*	at pcmcia? function ?		# TROPIC based Token-Ring
     82 wi*	at pcmcia? function ?		# Lucent/Intersil WaveLan IEEE (802.11)
     83 xirc*	at pcmcia? function ?		# Xircom CreditCard Ethernet
     84 com*	at xirc?
     85 xi*	at xirc?
     86 mhzc*	at pcmcia? function ?		# Megahertz Ethernet/Modem combo cards
     87 com*	at mhzc?
     88 sm*	at mhzc?
     89 
     90 # CardBus network cards
     91 ath*	at cardbus? function ?		# Atheros 5210/5211/5212 802.11
     92 atw*	at cardbus? function ?		# ADMtek ADM8211 (802.11)
     93 ex*	at cardbus? function ?		# 3Com 3c575TX
     94 fxp*	at cardbus? function ?		# Intel i8255x
     95 ral*	at cardbus? function ?		# Ralink Technology RT25x0 802.11a/b/g
     96 re*	at cardbus? function ?		# Realtek 8139C+/8169/8169S/8110S
     97 rtk*	at cardbus? function ?		# Realtek 8129/8139
     98 rtw*	at cardbus? function ?		# Realtek 8180L (802.11)
     99 tlp*	at cardbus? function ?		# DECchip 21143
    100 
    101 # MII/PHY support
    102 acphy*	at mii? phy ?			# Altima AC101 and AMD Am79c874 PHYs
    103 amhphy* at mii? phy ?			# AMD 79c901 Ethernet PHYs
    104 bmtphy* at mii? phy ?			# Broadcom BCM5201 and BCM5202 PHYs
    105 brgphy* at mii? phy ?			# Broadcom BCM5400-family PHYs
    106 ciphy*	at mii? phy ?			# Cicada CS8201 Gig-E PHYs
    107 dmphy*	at mii? phy ?			# Davicom DM9101 PHYs
    108 exphy*	at mii? phy ?			# 3Com internal PHYs
    109 gentbi* at mii? phy ?			# Generic Ten-Bit 1000BASE-[CLS]X PHYs
    110 glxtphy* at mii? phy ?			# Level One LXT-1000 PHYs
    111 gphyter* at mii? phy ?			# NS83861 Gig-E PHY
    112 icsphy* at mii? phy ?			# Integrated Circuit Systems ICS189x
    113 igphy*	at mii? phy ?			# Intel IGP01E1000
    114 ikphy*	at mii? phy ?			# Intel 82563 PHYs
    115 inphy*	at mii? phy ?			# Intel 82555 PHYs
    116 iophy*	at mii? phy ?			# Intel 82553 PHYs
    117 lxtphy* at mii? phy ?			# Level One LXT-970 PHYs
    118 makphy* at mii? phy ?			# Marvell Semiconductor 88E1000 PHYs
    119 nsphy*	at mii? phy ?			# NS83840 PHYs
    120 nsphyter* at mii? phy ?			# NS83843 PHYs
    121 pnaphy* at mii? phy ?			# generic HomePNA PHYs
    122 qsphy*	at mii? phy ?			# Quality Semiconductor QS6612 PHYs
    123 rgephy* at mii? phy ?			# Realtek 8169S/8110S internal PHYs
    124 rlphy*	at mii? phy ?			# Realtek 8139/8201L PHYs
    125 sqphy*	at mii? phy ?			# Seeq 80220/80221/80223 PHYs
    126 tlphy*	at mii? phy ?			# ThunderLAN PHYs
    127 tqphy*	at mii? phy ?			# TDK Semiconductor PHYs
    128 ukphy*	at mii? phy ?			# generic unknown PHYs
    129 urlphy* at mii? phy ?			# Realtek RTL8150L internal PHYs
    130 
    131 
    132 # CardBus USB controllers
    133 ehci*	at cardbus? function ?		# Enhanced Host Controller
    134 ohci*	at cardbus? function ?		# Open Host Controller
    135 uhci*	at cardbus? function ?		# Universal Host Controller (Intel)
    136 
    137 # PCMCIA USB controllers
    138 slhci*	at pcmcia? function ?		# ScanLogic SL811HS
    139 
    140 # USB bus support
    141 usb*	at ehci?
    142 usb*	at ohci?
    143 usb*	at slhci?
    144 usb*	at uhci?
    145 
    146 # USB Hubs
    147 uhub*	at usb?
    148 uhub*	at uhub? port ?
    149 
    150 # USB HID device
    151 uhidev* at uhub? port ? configuration ? interface ?
    152 
    153 # USB Mice
    154 ums*	at uhidev? reportid ?
    155 wsmouse* at ums? mux 0
    156 
    157 # USB eGalax touch-panel
    158 uep*	at uhub? port ?
    159 wsmouse* at uep? mux 0
    160 
    161 # USB Keyboards
    162 ukbd*	at uhidev? reportid ?
    163 wskbd*	at ukbd? console ? mux 1
    164 
    165 # USB TEMPer and TEMPerHUM
    166 uthum*	at uhidev? reportid ?
    167 
    168 # USB serial adapter
    169 ucycom* at uhidev? reportid ?
    170 
    171 # USB Generic HID devices
    172 uhid*	at uhidev? reportid ?
    173 
    174 # USB LCDs and USB-VGA adaptors
    175 udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
    176 wsdisplay* at udl?
    177 
    178 # USB Printer
    179 ulpt*	at uhub? port ? configuration ? interface ?
    180 
    181 # USB Modem
    182 umodem* at uhub? port ? configuration ?
    183 ucom*	at umodem?
    184 
    185 # Option N.V. Wireless WAN modems
    186 uhso*	at uhub? port ? configuration ?
    187 
    188 # USB Mass Storage
    189 umass*	at uhub? port ? configuration ? interface ?
    190 wd*	at umass?
    191 
    192 # USB audio
    193 uaudio* at uhub? port ? configuration ?
    194 
    195 # USB MIDI
    196 umidi*	at uhub? port ? configuration ?
    197 
    198 # USB IrDA
    199 # USB-IrDA bridge spec
    200 uirda*	at uhub? port ? configuration ? interface ?
    201 irframe* at uirda?
    202 
    203 stuirda* at uhub? port ? configuration ? interface ?
    204 irframe* at stuirda?
    205 
    206 # SigmaTel STIr4200 USB/IrDA Bridge
    207 ustir*	at uhub? port ?
    208 irframe* at ustir?
    209 
    210 # USB Ethernet adapters
    211 aue*	at uhub? port ?		# ADMtek AN986 Pegasus based adapters
    212 axe*	at uhub? port ?		# ASIX AX88172 based adapters
    213 cdce*	at uhub? port ?		# CDC, Ethernet Networking Control Model
    214 cue*	at uhub? port ?		# CATC USB-EL1201A based adapters
    215 kue*	at uhub? port ?		# Kawasaki LSI KL5KUSB101B based adapters
    216 udav*	at uhub? port ?		# Davicom DM9601 based adapters
    217 url*	at uhub? port ?		# Realtek RTL8150L based adapters
    218 
    219 # USB 802.11b adapters
    220 atu*	at uhub? port ?		# Atmel AT76C50XX based adapters
    221 ral*	at uhub? port ?		# Ralink Technology RT25x0 802.11a/b/g
    222 rum*	at uhub? port ?		# Ralink Technology RT2501/RT2601 802.11a/b/g
    223 zyd*	at uhub? port ?		# Zydas ZD1211
    224 
    225 # Prolific PL2301/PL2302 host-to-host adapter
    226 upl*	at uhub? port ?
    227 
    228 # Serial adapters
    229 ubsa*	at uhub? port ?		# Belkin serial adapter
    230 ucom*	at ubsa? portno ?
    231 
    232 uchcom* at uhub? port ?		# WinChipHead CH341/CH340 serial adapter
    233 ucom*	at uchcom? portno ?
    234 
    235 uftdi*	at uhub? port ?		# FTDI FT8U100AX serial adapter
    236 ucom*	at uftdi? portno ?
    237 
    238 uipaq*	at uhub? port ?		# iPAQ PDAs
    239 ucom*	at uipaq? portno ?
    240 
    241 umct*	at uhub? port ?		# MCT USB-RS232 serial adapter
    242 ucom*	at umct? portno ?
    243 
    244 uplcom* at uhub? port ?		# I/O DATA USB-RSAQ2 serial adapter
    245 ucom*	at uplcom? portno ?
    246 
    247 uslsa*	at uhub? port ?		# Silicon Labs USB-RS232 serial adapter
    248 ucom*	at uslsa? portno ?
    249 
    250 uvscom* at uhub? port ?		# SUNTAC Slipper U VS-10U serial adapter
    251 ucom*	at uvscom? portno ?
    252 
    253 # RIM BlackBerry
    254 uberry* at uhub? port ?
    255 
    256 # Diamond Multimedia Rio 500
    257 urio*	at uhub? port ?
    258 
    259 # USB Handspring Visor
    260 uvisor* at uhub? port ?
    261 ucom*	at uvisor?
    262 
    263 # Kyocera AIR-EDGE PHONE
    264 ukyopon* at uhub? port ?
    265 ucom*	at ukyopon? portno ?
    266 
    267 # USB scanners
    268 uscanner* at uhub? port ?
    269 
    270 # USB scanners that use SCSI emulation, e.g., HP5300
    271 usscanner* at uhub? port ?
    272 
    273 # Topfield TF5000PVR range of DVB recorders
    274 utoppy* at uhub? port ?
    275 
    276 # Y@P firmware loader
    277 uyap*	at uhub? port ?
    278 
    279 # D-Link DSB-R100 USB radio
    280 udsbr*	at uhub? port ?
    281 radio*	at udsbr?
    282 
    283 # USB Generic driver
    284 ugen*	at uhub? port ?
    285 
    286 # USB 3G datacards
    287 u3ginit* at uhub? port ?
    288 u3g*	at uhub? port ?
    289 ucom*	at u3g?
    290 
    291 # USB generic serial port (e.g., data over cellular)
    292 ugensa* at uhub? port ?
    293 ucom*	at ugensa?
    294 
    295 # Video capture devices
    296 
    297 pseye*	at uhub?		# Sony PLAYSTATION(R) Eye webcam
    298 uvideo* at uhub?		# USB Video Class capture devices
    299 video*	at videobus?
    300 
    301 # CardBus IEEE1394 controllers
    302 fwohci* at cardbus? function ?	# IEEE1394 Open Host Controller
    303 
    304 ieee1394if* at fwohci?
    305 fwip*	at ieee1394if?		# IP over IEEE1394
    306 sbp*	at ieee1394if? euihi ? euilo ?
    307 
    308 
    309 # Bluetooth Controller and Device support
    310 
    311 # Bluetooth PCMCIA Controllers
    312 bt3c* at pcmcia? function ?	# 3Com 3CRWB6096-A
    313 btbc* at pcmcia? function ?	# AnyCom BlueCard LSE041/039/139
    314 
    315 # Bluetooth USB Controllers
    316 ubt* at uhub? port ?
    317 
    318 # Bluetooth Device Hub
    319 bthub*	at bcsp?
    320 bthub*	at bt3c?
    321 bthub*	at btbc?
    322 bthub*	at btuart?
    323 bthub*	at ubt?
    324 
    325 # Bluetooth HID support
    326 bthidev* at bthub?
    327 
    328 # Bluetooth Mouse
    329 btms*	at bthidev? reportid ?
    330 wsmouse* at btms? mux 0
    331 
    332 # Bluetooth Keyboard
    333 btkbd*	at bthidev? reportid ?
    334 wskbd*	at btkbd? console ? mux 1
    335 
    336 # Bluetooth Audio support
    337 btsco*	at bthub?
    338 
    339 
    340 #
    341 # Pseudo devices
    342 #
    343 
    344 # miscellaneous pseudo-devices
    345 pseudo-device	bcsp			# BlueCore Serial Protocol
    346 pseudo-device	btuart			# Bluetooth HCI UART (H4)
    347 
    348 # wscons pseudo-devices
    349 pseudo-device	wsmux			# mouse & keyboard multiplexor
    350