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