1 1.23 christos # $NetBSD: OPENBLOCKS266_OPT,v 1.23 2017/05/24 20:23:04 christos 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.13 kiyohara 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.13 kiyohara 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.13 kiyohara njata* at cardbus? function ? flags 0x01 # Workbit NinjaATA-32 50 1.13 kiyohara siisata* at cardbus? function ? # SiI SteelVine controllers 51 1.4 itohy 52 1.1 kiyohara # ATA (IDE) bus support 53 1.13 kiyohara 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.13 kiyohara 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.13 kiyohara 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.13 kiyohara amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs 104 1.13 kiyohara bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs 105 1.13 kiyohara 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.13 kiyohara 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.13 kiyohara 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.13 kiyohara lxtphy* at mii? phy ? # Level One LXT-970 PHYs 118 1.13 kiyohara 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.13 kiyohara pnaphy* at mii? phy ? # generic HomePNA PHYs 122 1.1 kiyohara qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 123 1.13 kiyohara 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.13 kiyohara 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.13 kiyohara # 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.13 kiyohara 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.13 kiyohara # USB TEMPer and TEMPerHUM 166 1.13 kiyohara uthum* at uhidev? reportid ? 167 1.13 kiyohara 168 1.3 skrll # USB serial adapter 169 1.13 kiyohara 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.13 kiyohara # USB LCDs and USB-VGA adaptors 175 1.13 kiyohara udl* at uhub? port ? # DisplayLink DL-1x0/1x5 176 1.13 kiyohara wsdisplay* at udl? 177 1.13 kiyohara 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.13 kiyohara umodem* at uhub? port ? configuration ? 183 1.1 kiyohara ucom* at umodem? 184 1.1 kiyohara 185 1.12 plunky # Option N.V. Wireless WAN modems 186 1.12 plunky uhso* at uhub? port ? configuration ? 187 1.12 plunky 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.13 kiyohara uaudio* at uhub? port ? configuration ? 194 1.15 matt audio* at uaudio? 195 1.1 kiyohara 196 1.22 christos spkr* at audio? # PC speaker (synthesized) 197 1.20 nat 198 1.1 kiyohara # USB MIDI 199 1.1 kiyohara umidi* at uhub? port ? configuration ? 200 1.18 uebayasi midi* at midibus? 201 1.1 kiyohara 202 1.1 kiyohara # USB IrDA 203 1.1 kiyohara # USB-IrDA bridge spec 204 1.1 kiyohara uirda* at uhub? port ? configuration ? interface ? 205 1.1 kiyohara irframe* at uirda? 206 1.1 kiyohara 207 1.13 kiyohara stuirda* at uhub? port ? configuration ? interface ? 208 1.13 kiyohara irframe* at stuirda? 209 1.13 kiyohara 210 1.1 kiyohara # SigmaTel STIr4200 USB/IrDA Bridge 211 1.1 kiyohara ustir* at uhub? port ? 212 1.1 kiyohara irframe* at ustir? 213 1.1 kiyohara 214 1.1 kiyohara # USB Ethernet adapters 215 1.1 kiyohara aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters 216 1.1 kiyohara axe* at uhub? port ? # ASIX AX88172 based adapters 217 1.1 kiyohara cdce* at uhub? port ? # CDC, Ethernet Networking Control Model 218 1.1 kiyohara cue* at uhub? port ? # CATC USB-EL1201A based adapters 219 1.1 kiyohara kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters 220 1.1 kiyohara udav* at uhub? port ? # Davicom DM9601 based adapters 221 1.1 kiyohara url* at uhub? port ? # Realtek RTL8150L based adapters 222 1.1 kiyohara 223 1.1 kiyohara # USB 802.11b adapters 224 1.1 kiyohara atu* at uhub? port ? # Atmel AT76C50XX based adapters 225 1.17 jakllsch ural* at uhub? port ? # Ralink Technology RT2500USB 802.11a/b/g 226 1.7 kiyohara rum* at uhub? port ? # Ralink Technology RT2501/RT2601 802.11a/b/g 227 1.7 kiyohara zyd* at uhub? port ? # Zydas ZD1211 228 1.1 kiyohara 229 1.1 kiyohara # Prolific PL2301/PL2302 host-to-host adapter 230 1.1 kiyohara upl* at uhub? port ? 231 1.1 kiyohara 232 1.1 kiyohara # Serial adapters 233 1.1 kiyohara ubsa* at uhub? port ? # Belkin serial adapter 234 1.1 kiyohara ucom* at ubsa? portno ? 235 1.1 kiyohara 236 1.13 kiyohara uchcom* at uhub? port ? # WinChipHead CH341/CH340 serial adapter 237 1.13 kiyohara ucom* at uchcom? portno ? 238 1.13 kiyohara 239 1.1 kiyohara uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter 240 1.1 kiyohara ucom* at uftdi? portno ? 241 1.1 kiyohara 242 1.1 kiyohara uipaq* at uhub? port ? # iPAQ PDAs 243 1.1 kiyohara ucom* at uipaq? portno ? 244 1.1 kiyohara 245 1.1 kiyohara umct* at uhub? port ? # MCT USB-RS232 serial adapter 246 1.1 kiyohara ucom* at umct? portno ? 247 1.1 kiyohara 248 1.13 kiyohara uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter 249 1.1 kiyohara ucom* at uplcom? portno ? 250 1.1 kiyohara 251 1.7 kiyohara uslsa* at uhub? port ? # Silicon Labs USB-RS232 serial adapter 252 1.7 kiyohara ucom* at uslsa? portno ? 253 1.7 kiyohara 254 1.13 kiyohara uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter 255 1.1 kiyohara ucom* at uvscom? portno ? 256 1.1 kiyohara 257 1.13 kiyohara # RIM BlackBerry 258 1.13 kiyohara uberry* at uhub? port ? 259 1.13 kiyohara 260 1.1 kiyohara # Diamond Multimedia Rio 500 261 1.1 kiyohara urio* at uhub? port ? 262 1.1 kiyohara 263 1.1 kiyohara # USB Handspring Visor 264 1.13 kiyohara uvisor* at uhub? port ? 265 1.1 kiyohara ucom* at uvisor? 266 1.1 kiyohara 267 1.1 kiyohara # Kyocera AIR-EDGE PHONE 268 1.1 kiyohara ukyopon* at uhub? port ? 269 1.1 kiyohara ucom* at ukyopon? portno ? 270 1.1 kiyohara 271 1.1 kiyohara # USB scanners 272 1.19 gdt #uscanner* at uhub? port ? 273 1.1 kiyohara 274 1.1 kiyohara # USB scanners that use SCSI emulation, e.g., HP5300 275 1.1 kiyohara usscanner* at uhub? port ? 276 1.1 kiyohara 277 1.7 kiyohara # Topfield TF5000PVR range of DVB recorders 278 1.13 kiyohara utoppy* at uhub? port ? 279 1.7 kiyohara 280 1.1 kiyohara # Y@P firmware loader 281 1.1 kiyohara uyap* at uhub? port ? 282 1.1 kiyohara 283 1.1 kiyohara # D-Link DSB-R100 USB radio 284 1.1 kiyohara udsbr* at uhub? port ? 285 1.1 kiyohara radio* at udsbr? 286 1.1 kiyohara 287 1.1 kiyohara # USB Generic driver 288 1.1 kiyohara ugen* at uhub? port ? 289 1.1 kiyohara 290 1.13 kiyohara # USB 3G datacards 291 1.23 christos umodeswitch* at uhub? port ? 292 1.13 kiyohara u3g* at uhub? port ? 293 1.13 kiyohara ucom* at u3g? 294 1.13 kiyohara 295 1.13 kiyohara # USB generic serial port (e.g., data over cellular) 296 1.13 kiyohara ugensa* at uhub? port ? 297 1.13 kiyohara ucom* at ugensa? 298 1.13 kiyohara 299 1.13 kiyohara # Video capture devices 300 1.13 kiyohara 301 1.13 kiyohara pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam 302 1.13 kiyohara uvideo* at uhub? # USB Video Class capture devices 303 1.13 kiyohara video* at videobus? 304 1.13 kiyohara 305 1.1 kiyohara # CardBus IEEE1394 controllers 306 1.13 kiyohara fwohci* at cardbus? function ? # IEEE1394 Open Host Controller 307 1.1 kiyohara 308 1.7 kiyohara ieee1394if* at fwohci? 309 1.13 kiyohara fwip* at ieee1394if? # IP over IEEE1394 310 1.1 kiyohara sbp* at ieee1394if? euihi ? euilo ? 311 1.1 kiyohara 312 1.1 kiyohara 313 1.7 kiyohara # Bluetooth Controller and Device support 314 1.7 kiyohara 315 1.7 kiyohara # Bluetooth PCMCIA Controllers 316 1.13 kiyohara bt3c* at pcmcia? function ? # 3Com 3CRWB6096-A 317 1.13 kiyohara btbc* at pcmcia? function ? # AnyCom BlueCard LSE041/039/139 318 1.7 kiyohara 319 1.7 kiyohara # Bluetooth USB Controllers 320 1.7 kiyohara ubt* at uhub? port ? 321 1.16 jakllsch aubtfwl* at uhub? port ? 322 1.7 kiyohara 323 1.7 kiyohara # Bluetooth Device Hub 324 1.9 kiyohara bthub* at bcsp? 325 1.7 kiyohara bthub* at bt3c? 326 1.7 kiyohara bthub* at btbc? 327 1.7 kiyohara bthub* at btuart? 328 1.7 kiyohara bthub* at ubt? 329 1.7 kiyohara 330 1.7 kiyohara # Bluetooth HID support 331 1.7 kiyohara bthidev* at bthub? 332 1.7 kiyohara 333 1.7 kiyohara # Bluetooth Mouse 334 1.7 kiyohara btms* at bthidev? reportid ? 335 1.7 kiyohara wsmouse* at btms? mux 0 336 1.7 kiyohara 337 1.7 kiyohara # Bluetooth Keyboard 338 1.7 kiyohara btkbd* at bthidev? reportid ? 339 1.7 kiyohara wskbd* at btkbd? console ? mux 1 340 1.7 kiyohara 341 1.14 plunky # Bluetooth Apple Magic Mouse 342 1.14 plunky btmagic* at bthub? 343 1.14 plunky wsmouse* at btmagic? mux 0 344 1.14 plunky 345 1.7 kiyohara # Bluetooth Audio support 346 1.7 kiyohara btsco* at bthub? 347 1.7 kiyohara 348 1.7 kiyohara 349 1.1 kiyohara # 350 1.1 kiyohara # Pseudo devices 351 1.1 kiyohara # 352 1.1 kiyohara 353 1.7 kiyohara # miscellaneous pseudo-devices 354 1.9 kiyohara pseudo-device bcsp # BlueCore Serial Protocol 355 1.7 kiyohara pseudo-device btuart # Bluetooth HCI UART (H4) 356 1.7 kiyohara 357 1.1 kiyohara # wscons pseudo-devices 358 1.1 kiyohara pseudo-device wsmux # mouse & keyboard multiplexor 359