OPENBLOCKS266_OPT revision 1.3 1 # $NetBSD: OPENBLOCKS266_OPT,v 1.3 2006/08/14 06:22:33 skrll 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
26 # CardBus SCSI cards
27 #adv* at cardbus? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
28 #ahc* at cardbus? function ? # Adaptec ADP-1480
29 #njs* at cardbus? function ? # Workbit NinjaSCSI-32
30
31 # SCSI bus support
32 scsibus* at scsi?
33
34 # SCSI devices
35 sd* at scsibus? target ? lun ? # SCSI disk drives
36 st* at scsibus? target ? lun ? # SCSI tape drives
37 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
38 ch* at scsibus? target ? lun ? # SCSI autochangers
39 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
40 ss* at scsibus? target ? lun ? # SCSI scanners
41 uk* at scsibus? target ? lun ? # SCSI unknown
42
43
44 # PCMCIA IDE controllers
45 wdc* at pcmcia? function ?
46
47 # ATA (IDE) bus support
48 atabus* at ata?
49
50 # IDE drives
51 wd* at atabus? drive ? flags 0x0000
52
53 # ATAPI bus support
54 atapibus* at atapi?
55
56 # ATAPI devices
57 # flags have the same meaning as for IDE drives.
58 cd* at atapibus? drive ? flags 0x0000 # ATAPI CD-ROM drives
59 sd* at atapibus? drive ? flags 0x0000 # ATAPI disk drives
60 st* at atapibus? drive ? flags 0x0000 # ATAPI tape drives
61 uk* at atapibus? drive ? flags 0x0000 # ATAPI unknown
62
63
64 # PCMCIA network interfaces
65 an* at pcmcia? function ? # Aironet PC4500/PC4800 (802.11)
66 awi* at pcmcia? function ? # BayStack 650/660 (802.11FH/DS)
67 cnw* at pcmcia? function ? # Xircom/Netwave AirSurfer
68 cs* at pcmcia? function ? # CS89xx Ethernet
69 ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
70 mbe* at pcmcia? function ? # MB8696x based Ethernet
71 ne* at pcmcia? function ? # NE2000-compatible Ethernet
72 ray* at pcmcia? function ? # Raytheon Raylink (802.11)
73 sm* at pcmcia? function ? # Megahertz Ethernet
74 # tr at pcmcia has problems with Cardbus bridges
75 #tr* at pcmcia? function ? # TROPIC based Token-Ring
76 wi* at pcmcia? function ? # Lucent/Intersil WaveLan IEEE (802.11)
77 xirc* at pcmcia? function ? # Xircom CreditCard Ethernet
78 com* at xirc?
79 xi* at xirc?
80 mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
81 com* at mhzc?
82 sm* at mhzc?
83
84 # CardBus network cards
85 #ath* at cardbus? function ? # Atheros 5210/5211/5212 802.11
86 #atw* at cardbus? function ? # ADMtek ADM8211 (802.11)
87 #ex* at cardbus? function ? # 3Com 3C575TX
88 #fxp* at cardbus? function ? # Intel i8255x
89 #rtk* at cardbus? function ? # Realtek 8129/8139
90 #rtw* at cardbus? function ? # Realtek 8180L (802.11)
91 #tlp* at cardbus? function ? # DECchip 21143
92
93 # MII/PHY support
94 acphy* at mii? phy ? # Altima AC101 and AMD Am79c874 PHYs
95 amhphy* at mii? phy ? # AMD 79c901 Ethernet PHYs
96 bmtphy* at mii? phy ? # Broadcom BCM5201 and BCM5202 PHYs
97 brgphy* at mii? phy ? # Broadcom BCM5400-family PHYs
98 ciphy* at mii? phy ? # Cicada CS8201 Gig-E PHYs
99 dmphy* at mii? phy ? # Davicom DM9101 PHYs
100 exphy* at mii? phy ? # 3Com internal PHYs
101 gentbi* at mii? phy ? # Generic Ten-Bit 1000BASE-[CLS]X PHYs
102 glxtphy* at mii? phy ? # Level One LXT-1000 PHYs
103 gphyter* at mii? phy ? # NS83861 Gig-E PHY
104 icsphy* at mii? phy ? # Integrated Circuit Systems ICS189x
105 igphy* at mii? phy ? # Intel IGP01E1000
106 inphy* at mii? phy ? # Intel 82555 PHYs
107 iophy* at mii? phy ? # Intel 82553 PHYs
108 lxtphy* at mii? phy ? # Level One LXT-970 PHYs
109 makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
110 nsphy* at mii? phy ? # NS83840 PHYs
111 nsphyter* at mii? phy ? # NS83843 PHYs
112 pnaphy* at mii? phy ? # generic HomePNA PHYs
113 qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
114 sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
115 tlphy* at mii? phy ? # ThunderLAN PHYs
116 tqphy* at mii? phy ? # TDK Semiconductor PHYs
117 ukphy* at mii? phy ? # generic unknown PHYs
118 urlphy* at mii? phy ? # Realtek RTL8150L internal PHYs
119
120
121 # CardBus USB controllers
122 ehci* at cardbus? function ? # Enhanced Host Controller
123 ohci* at cardbus? function ? # Open Host Controller
124 uhci* at cardbus? function ? # Universal Host Controller (Intel)
125
126 # USB bus support
127 usb* at ehci?
128 usb* at ohci?
129 usb* at uhci?
130
131 # USB Hubs
132 uhub* at usb?
133 uhub* at uhub? port ? configuration ? interface ?
134
135 # USB HID device
136 uhidev* at uhub? port ? configuration ? interface ?
137
138 # USB Mice
139 ums* at uhidev? reportid ?
140 wsmouse* at ums? mux 0
141
142 # USB eGalax touch-panel
143 uep* at uhub? port ?
144 wsmouse* at uep? mux 0
145
146 # USB Keyboards
147 ukbd* at uhidev? reportid ?
148 wskbd* at ukbd? console ? mux 1
149
150 # USB serial adapter
151 ucycom* at uhidev? reportid ?
152
153 # USB Generic HID devices
154 uhid* at uhidev? reportid ?
155
156 # USB Printer
157 ulpt* at uhub? port ? configuration ? interface ?
158
159 # USB Modem
160 umodem* at uhub? port ? configuration ?
161 ucom* at umodem?
162
163 # USB Mass Storage
164 umass* at uhub? port ? configuration ? interface ?
165 wd* at umass?
166
167 # USB audio
168 uaudio* at uhub? port ? configuration ?
169
170 # USB MIDI
171 umidi* at uhub? port ? configuration ?
172
173 # USB IrDA
174 # USB-IrDA bridge spec
175 uirda* at uhub? port ? configuration ? interface ?
176 irframe* at uirda?
177
178 # SigmaTel STIr4200 USB/IrDA Bridge
179 ustir* at uhub? port ?
180 irframe* at ustir?
181
182 # USB Ethernet adapters
183 aue* at uhub? port ? # ADMtek AN986 Pegasus based adapters
184 axe* at uhub? port ? # ASIX AX88172 based adapters
185 cdce* at uhub? port ? # CDC, Ethernet Networking Control Model
186 cue* at uhub? port ? # CATC USB-EL1201A based adapters
187 kue* at uhub? port ? # Kawasaki LSI KL5KUSB101B based adapters
188 udav* at uhub? port ? # Davicom DM9601 based adapters
189 url* at uhub? port ? # Realtek RTL8150L based adapters
190
191 # USB 802.11b adapters
192 atu* at uhub? port ? # Atmel AT76C50XX based adapters
193
194 # Prolific PL2301/PL2302 host-to-host adapter
195 upl* at uhub? port ?
196
197 # Serial adapters
198 ubsa* at uhub? port ? # Belkin serial adapter
199 ucom* at ubsa? portno ?
200
201 uftdi* at uhub? port ? # FTDI FT8U100AX serial adapter
202 ucom* at uftdi? portno ?
203
204 uipaq* at uhub? port ? # iPAQ PDAs
205 ucom* at uipaq? portno ?
206
207 umct* at uhub? port ? # MCT USB-RS232 serial adapter
208 ucom* at umct? portno ?
209
210 uplcom* at uhub? port ? # I/O DATA USB-RSAQ2 serial adapter
211 ucom* at uplcom? portno ?
212
213 uvscom* at uhub? port ? # SUNTAC Slipper U VS-10U serial adapter
214 ucom* at uvscom? portno ?
215
216 # Diamond Multimedia Rio 500
217 urio* at uhub? port ?
218
219 # USB Handspring Visor
220 uvisor* at uhub? port ?
221 ucom* at uvisor?
222
223 # Kyocera AIR-EDGE PHONE
224 ukyopon* at uhub? port ?
225 ucom* at ukyopon? portno ?
226
227 # USB scanners
228 uscanner* at uhub? port ?
229
230 # USB scanners that use SCSI emulation, e.g., HP5300
231 usscanner* at uhub? port ?
232
233 # Y@P firmware loader
234 uyap* at uhub? port ?
235
236 # D-Link DSB-R100 USB radio
237 udsbr* at uhub? port ?
238 radio* at udsbr?
239
240 # USB Generic driver
241 ugen* at uhub? port ?
242
243
244 # PCMCIA audio devices
245 #esl* at pcmcia? function ? # ESS 1688 AudioDrive
246
247 # OPL[23] FM synthesizers
248 #opl* at esl?
249
250 # Audio support
251 audio* at audiobus?
252
253 # MIDI support
254 midi* at midibus?
255
256
257 # CardBus IEEE1394 controllers
258 fwohci* at cardbus? function ? # IEEE1394 Open Host Controller
259
260 ieee1394if* at fwohci?
261 fwip* at ieee1394if? # IP over IEEE1394
262 sbp* at ieee1394if? euihi ? euilo ?
263
264
265 #
266 # Pseudo devices
267 #
268
269 # wscons pseudo-devices
270 pseudo-device wsmux # mouse & keyboard multiplexor
271