files.isa revision 1.129 1 1.129 gmcgarry # $NetBSD: files.isa,v 1.129 2003/06/02 03:57:16 gmcgarry Exp $
2 1.1 cgd #
3 1.33 pk # Config file and device description for machine-independent ISA code.
4 1.1 cgd # Included by ports that need it. Requires that the SCSI files be
5 1.1 cgd # defined first.
6 1.1 cgd
7 1.1 cgd # ports should specify appropriate major numbers for the following
8 1.1 cgd # devices:
9 1.1 cgd # mcd, scd, wd, wt
10 1.1 cgd
11 1.52 thorpej device isa {[port = -1], [size = 0],
12 1.13 thorpej [iomem = -1], [iosiz = 0],
13 1.36 augustss [irq = -1], [drq = -1], [drq2 = -1]}
14 1.13 thorpej attach isa at isabus
15 1.110 lukem file dev/isa/isa.c isa needs-flag
16 1.1 cgd
17 1.2 cgd # ISA DMA controller
18 1.1 cgd define isadma
19 1.110 lukem file dev/isa/isadma.c isadma needs-flag
20 1.1 cgd
21 1.2 cgd #
22 1.2 cgd # 8250/16[45]50-based multi-port serial boards
23 1.2 cgd #
24 1.2 cgd
25 1.1 cgd define commulti {[slave = -1]}
26 1.2 cgd
27 1.2 cgd # AST 4-port board
28 1.52 thorpej device ast: commulti
29 1.13 thorpej attach ast at isa
30 1.1 cgd file dev/isa/ast.c ast
31 1.81 christos
32 1.81 christos # TC-800 8-port board
33 1.81 christos device tcom: commulti
34 1.81 christos attach tcom at isa
35 1.81 christos file dev/isa/tcom.c tcom
36 1.2 cgd
37 1.2 cgd # BOCA 8-port board
38 1.52 thorpej device boca: commulti
39 1.13 thorpej attach boca at isa
40 1.1 cgd file dev/isa/boca.c boca
41 1.101 explorer
42 1.101 explorer # Addonics FlexPort multiport serial card
43 1.101 explorer device addcom: commulti
44 1.101 explorer attach addcom at isa with addcom_isa
45 1.101 explorer file dev/isa/addcom_isa.c addcom
46 1.2 cgd
47 1.2 cgd # IBM RT PC 4-port board
48 1.52 thorpej device rtfps: commulti
49 1.13 thorpej attach rtfps at isa
50 1.1 cgd file dev/isa/rtfps.c rtfps
51 1.92 mcr
52 1.92 mcr # BOCA 6-port board (3x 16552)
53 1.110 lukem device ioat: commulti
54 1.110 lukem attach ioat at isa
55 1.110 lukem file dev/isa/ioat66.c ioat
56 1.106 jdolecek
57 1.106 jdolecek # MOXA 8-port board
58 1.110 lukem device moxa: commulti
59 1.106 jdolecek attach moxa at isa with moxa_isa
60 1.106 jdolecek file dev/isa/moxa_isa.c moxa
61 1.1 cgd
62 1.2 cgd #
63 1.2 cgd # Serial and parallel drivers
64 1.2 cgd #
65 1.28 mycroft
66 1.13 thorpej attach com at isa with com_isa
67 1.28 mycroft file dev/isa/com_isa.c com_isa
68 1.28 mycroft
69 1.28 mycroft attach com at commulti with com_multi
70 1.28 mycroft file dev/isa/com_multi.c com_multi
71 1.1 cgd
72 1.24 christos # Cyclades Cyclom-8/16/32
73 1.24 christos attach cy at isa with cy_isa
74 1.24 christos file dev/isa/cy_isa.c cy_isa
75 1.2 cgd
76 1.39 is # PC-style parallel ports (XXX what chip?)
77 1.39 is # XXX chip driver should be defined elsewhere
78 1.52 thorpej device lpt
79 1.110 lukem file dev/ic/lpt.c lpt needs-flag
80 1.39 is
81 1.39 is # PC-style parallel ports: ISA bus attachment
82 1.39 is attach lpt at isa with lpt_isa
83 1.39 is file dev/isa/lpt_isa.c lpt_isa
84 1.1 cgd
85 1.2 cgd #
86 1.2 cgd # SCSI host adapters
87 1.2 cgd #
88 1.84 dante
89 1.84 dante # AdvanSys 514x family
90 1.84 dante # device declaration in sys/conf/files
91 1.110 lukem attach adv at isa with adv_isa: isadma
92 1.110 lukem file dev/isa/adv_isa.c adv_isa
93 1.2 cgd
94 1.2 cgd # Adaptec AHA-154x family
95 1.26 mycroft # device declaration in sys/conf/files
96 1.23 mycroft attach aha at isa with aha_isa: isadma
97 1.26 mycroft file dev/isa/aha_isa.c aha_isa
98 1.2 cgd
99 1.21 mycroft # Adaptec AIC-6[32]60 ICs
100 1.38 christos # device declaration in sys/conf/files
101 1.38 christos attach aic at isa with aic_isa: isadma
102 1.38 christos file dev/isa/aic_isa.c aic_isa
103 1.30 pk
104 1.30 pk # Qlogic ESP406/FAS408 boards
105 1.100 mycroft # device declaration in sys/conf/files
106 1.100 mycroft attach esp at isa with esp_isa: isadma
107 1.30 pk file dev/isa/esp_isa.c esp_isa
108 1.2 cgd
109 1.22 mycroft # BusLogic BT-[45]4x ISA family
110 1.22 mycroft # device declaration in sys/conf/files
111 1.22 mycroft attach bha at isa with bha_isa: isadma
112 1.22 mycroft file dev/isa/bha_isa.c bha_isa
113 1.96 ad
114 1.96 ad # DPT SmartCache/SmartRAID III/IV ISA family
115 1.96 ad # device declaration in sys/conf/files
116 1.96 ad attach dpt at isa with dpt_isa: isadma
117 1.96 ad file dev/isa/dpt_isa.c dpt_isa
118 1.2 cgd
119 1.2 cgd # Seagate ST0[12] ICs
120 1.52 thorpej device sea: scsi, isadma
121 1.13 thorpej attach sea at isa
122 1.1 cgd file dev/isa/seagate.c sea
123 1.2 cgd
124 1.2 cgd # UltraStor UHA-[13]4f boards
125 1.22 mycroft # device declaration in sys/conf/files
126 1.22 mycroft attach uha at isa with uha_isa: isadma
127 1.22 mycroft file dev/isa/uha_isa.c uha_isa
128 1.2 cgd
129 1.17 mycroft # Western Digital WD7000 and Future Domain TMC-7000 boards
130 1.52 thorpej device wds: scsi, isadma
131 1.13 thorpej attach wds at isa
132 1.17 mycroft file dev/isa/wds.c wds
133 1.78 christos
134 1.2 cgd #
135 1.2 cgd # Other ISA disk controllers
136 1.2 cgd #
137 1.2 cgd
138 1.4 mycroft # Mitsumi CD-ROM controllers
139 1.52 thorpej device mcd: disk
140 1.13 thorpej attach mcd at isa
141 1.110 lukem file dev/isa/mcd.c mcd needs-flag
142 1.119 lukem defflag MCD_PROMISC # enable "promiscuous" match
143 1.2 cgd
144 1.4 mycroft # Sony CDU-3[13]A CD-ROM drives
145 1.52 thorpej device scd: disk
146 1.13 thorpej attach scd at isa
147 1.110 lukem file dev/isa/scd.c scd needs-flag
148 1.49 cgd
149 1.128 mycroft attach wdc at isa with wdc_isa
150 1.110 lukem file dev/isa/wdc_isa.c wdc_isa
151 1.2 cgd
152 1.2 cgd # Wangtek- and Archive-compatible tape controller boards
153 1.52 thorpej device wt: tape, isadma
154 1.13 thorpej attach wt at isa
155 1.110 lukem file dev/isa/wt.c wt needs-flag
156 1.129 gmcgarry
157 1.129 gmcgarry #
158 1.129 gmcgarry # GPIB controllers
159 1.129 gmcgarry #
160 1.129 gmcgarry
161 1.129 gmcgarry device cec: gpibdev
162 1.129 gmcgarry attach cec at isa
163 1.129 gmcgarry file dev/isa/cec.c cec
164 1.1 cgd
165 1.2 cgd #
166 1.2 cgd # ISA networking drivers
167 1.2 cgd #
168 1.2 cgd
169 1.47 bouyer # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
170 1.47 bouyer # MUST be first: probe is non invasive, and registers are clobbered
171 1.47 bouyer # by other drivers's probe
172 1.112 jdolecek # device declaration in sys/conf/files
173 1.112 jdolecek attach we at isa with we_isa
174 1.112 jdolecek file dev/isa/if_we_isa.c we_isa
175 1.47 bouyer
176 1.2 cgd # 3Com common probe code
177 1.1 cgd define elink
178 1.1 cgd file dev/isa/elink.c elink
179 1.1 cgd
180 1.42 thorpej # 3Com 3C503
181 1.52 thorpej device ec: ether, ifnet, arp, dp8390nic
182 1.42 thorpej attach ec at isa
183 1.42 thorpej file dev/isa/if_ec.c ec
184 1.2 cgd
185 1.2 cgd # 3Com 3C505
186 1.52 thorpej device eg: ether, ifnet, arp
187 1.13 thorpej attach eg at isa
188 1.1 cgd file dev/isa/if_eg.c eg
189 1.2 cgd
190 1.2 cgd # 3Com 3C501
191 1.52 thorpej device el: ether, ifnet, arp
192 1.13 thorpej attach el at isa
193 1.1 cgd file dev/isa/if_el.c el
194 1.2 cgd
195 1.18 thorpej # 3Com 3C509 Ethernet controller
196 1.28 mycroft # device declaration in sys/conf/files
197 1.18 thorpej attach ep at isa with ep_isa: elink
198 1.18 thorpej file dev/isa/if_ep_isa.c ep_isa
199 1.95 chopps
200 1.95 chopps # SDL Communications N2 PCI Network Interface
201 1.95 chopps # device in sys/conf/files
202 1.95 chopps attach ntwoc at isa with ntwoc_isa
203 1.95 chopps file dev/isa/if_ntwoc_isa.c ntwoc_isa
204 1.95 chopps
205 1.54 enami
206 1.54 enami # Allied Telesis MB8695-based boards
207 1.54 enami # (Allied Telesis AT1700)
208 1.113 jdolecek # device in sys/conf/files
209 1.113 jdolecek attach ate at isa with ate_isa
210 1.114 jdolecek file dev/isa/if_ate.c ate_isa
211 1.65 thorpej
212 1.65 thorpej # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
213 1.118 yamt define cs_isa_common
214 1.118 yamt file dev/isa/cs89x0isa.c cs_isa_common
215 1.118 yamt attach cs at isa with cs_isa: cs_isa_common, isadma
216 1.65 thorpej file dev/isa/if_cs_isa.c cs_isa
217 1.54 enami
218 1.54 enami # Fujitsu MB86960-based boards
219 1.54 enami # (Fujitsu FMV-180 series)
220 1.127 tsutsui # device in sys/conf/files
221 1.127 tsutsui attach fmv at isa with fmv_isa
222 1.127 tsutsui file dev/isa/if_fmv_isa.c fmv_isa
223 1.2 cgd
224 1.2 cgd # HP Lan Ethernet controllers
225 1.2 cgd # XXX currently broken
226 1.27 is #device hp: ether, ifnet, arp
227 1.13 thorpej #attach hp at isa
228 1.1 cgd #file dev/isa/if_hp.c hp
229 1.2 cgd
230 1.19 is # Intel i82595-based boards.
231 1.19 is # (Intel EtherExpress PRO)
232 1.110 lukem device iy: ether, ifnet, arp
233 1.19 is attach iy at isa
234 1.110 lukem file dev/isa/if_iy.c iy
235 1.89 is
236 1.89 is # the probe routine of this "recognizes" the iy. Probe after it.
237 1.89 is # NCR 5380-based boards
238 1.98 mycroft attach nca at isa with nca_isa
239 1.98 mycroft file dev/isa/nca_isa.c nca_isa
240 1.2 cgd
241 1.2 cgd # AMD am7990 (Lance) -based boards
242 1.2 cgd # (BICC Isolan, NE2100, DEPCA)
243 1.20 thorpej # device declaration in sys/conf/files
244 1.110 lukem device nele {}
245 1.110 lukem attach nele at isa
246 1.110 lukem attach le at nele with le_nele: le24, isadma
247 1.110 lukem device bicc {}
248 1.110 lukem attach bicc at isa
249 1.110 lukem attach le at bicc with le_bicc: le24, isadma
250 1.110 lukem file dev/isa/if_le_isa.c nele | bicc
251 1.58 drochner attach depca at isa with depca_isa
252 1.110 lukem file dev/isa/depca_isa.c depca
253 1.34 matt
254 1.34 matt # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
255 1.110 lukem attach lc at isa with lc_isa
256 1.110 lukem file dev/isa/if_lc_isa.c lc_isa
257 1.40 thorpej
258 1.40 thorpej # Novell NE1000, NE2000, and clones
259 1.79 thorpej attach ne at isa with ne_isa: rtl80x9
260 1.40 thorpej file dev/isa/if_ne_isa.c ne_isa
261 1.44 thorpej
262 1.44 thorpej # SMC91Cxx Ethernet Controllers
263 1.44 thorpej attach sm at isa with sm_isa
264 1.44 thorpej file dev/isa/if_sm_isa.c sm_isa
265 1.46 bouyer
266 1.53 pk # 3Com 3C507
267 1.53 pk device ef: ether, ifnet, arp, elink, i82586
268 1.53 pk attach ef at isa
269 1.110 lukem file dev/isa/if_ef.c ef
270 1.53 pk
271 1.53 pk # AT&T StarLan boards
272 1.53 pk device ai: ether, ifnet, arp, i82586
273 1.53 pk attach ai at isa
274 1.110 lukem file dev/isa/if_ai.c ai
275 1.53 pk
276 1.53 pk # EtherExpress/16
277 1.53 pk device ix: ether, ifnet, arp, i82586
278 1.53 pk attach ix at isa
279 1.110 lukem file dev/isa/if_ix.c ix
280 1.83 bad
281 1.83 bad # TROPIC based Token-Ring (IBM/3COM)
282 1.83 bad define tr_isa
283 1.83 bad file dev/isa/if_tr_isa.c tr_isa
284 1.83 bad attach tr at isa with tr_isa: tr_isa, elink
285 1.83 bad file dev/isa/if_tribm_isa.c tr_isa
286 1.83 bad file dev/isa/if_trtcm_isa.c tr_isa
287 1.91 matt
288 1.91 matt # ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card
289 1.91 matt attach wl at isa with wl_isa: i82586, wavelan
290 1.91 matt file dev/isa/if_wl_isa.c wl_isa
291 1.1 cgd
292 1.2 cgd #
293 1.2 cgd # ISA Sound hardware
294 1.2 cgd #
295 1.2 cgd
296 1.68 augustss # MPU401 MIDI UART compatibles
297 1.85 augustss attach mpu at isa with mpu_isa
298 1.87 augustss file dev/isa/mpu_isa.c mpu_isa
299 1.68 augustss
300 1.2 cgd # the SoundBlaster DSP, or close likenesses; used by other drivers
301 1.72 augustss define sbdsp { }
302 1.1 cgd file dev/isa/sbdsp.c sbdsp
303 1.2 cgd
304 1.2 cgd # SoundBlaster family
305 1.124 augustss device sb: audiobus, isadma, sbdsp, mulaw, auconv, midibus
306 1.110 lukem file dev/isa/sb.c sb needs-flag
307 1.25 christos
308 1.25 christos attach sb at isa with sb_isa
309 1.110 lukem file dev/isa/sb_isa.c sb_isa needs-flag
310 1.72 augustss
311 1.72 augustss attach opl at sbdsp with opl_sb
312 1.72 augustss file dev/isa/opl_sb.c opl_sb
313 1.87 augustss
314 1.87 augustss attach mpu at sbdsp with mpu_sb
315 1.87 augustss file dev/isa/mpu_sb.c mpu_sb
316 1.2 cgd
317 1.2 cgd # ProAudio Spectrum
318 1.124 augustss device pas: audiobus, isadma, sbdsp, mulaw, auconv
319 1.13 thorpej attach pas at isa
320 1.110 lukem file dev/isa/pas.c pas needs-flag
321 1.1 cgd
322 1.6 brezak # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
323 1.74 pk file dev/isa/ad1848_isa.c ad1848
324 1.2 cgd
325 1.8 brezak # ICS2101 mixer chip support; used by other drivers
326 1.8 brezak define ics2101
327 1.8 brezak file dev/isa/ics2101.c ics2101
328 1.8 brezak
329 1.8 brezak
330 1.6 brezak # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
331 1.52 thorpej device pss {[port = -1], [size = 0],
332 1.13 thorpej [iomem = -1], [iosiz = 0],
333 1.13 thorpej [irq = -1], [drq = -1]}
334 1.13 thorpej attach pss at isa
335 1.124 augustss device sp: audiobus, isadma, ad1848, auconv
336 1.13 thorpej attach sp at pss
337 1.110 lukem file dev/isa/pss.c pss needs-flag
338 1.2 cgd
339 1.2 cgd # Microsoft Windows Sound System
340 1.124 augustss device wss { } : audiobus, isadma, ad1848, auconv
341 1.110 lukem file dev/isa/wss.c wss needs-flag
342 1.51 augustss
343 1.51 augustss attach wss at isa with wss_isa
344 1.110 lukem file dev/isa/wss_isa.c wss_isa needs-flag
345 1.88 augustss
346 1.88 augustss attach opl at wss with opl_wss
347 1.88 augustss file dev/isa/opl_wss.c opl_wss
348 1.59 augustss
349 1.68 augustss # ESS Technology ES1887/ES888/ES1888
350 1.124 augustss device ess { } : audiobus, isadma, mulaw, auconv, midibus
351 1.110 lukem file dev/isa/ess.c ess needs-flag
352 1.68 augustss
353 1.68 augustss attach ess at isa with ess_isa
354 1.110 lukem file dev/isa/ess_isa.c ess_isa needs-flag
355 1.73 augustss
356 1.73 augustss attach opl at ess with opl_ess
357 1.73 augustss file dev/isa/opl_ess.c opl_ess
358 1.76 augustss
359 1.76 augustss # Yamaha OPL2/OPL3 FM synth
360 1.76 augustss attach opl at isa with opl_isa
361 1.76 augustss file dev/isa/opl_isa.c opl_isa
362 1.68 augustss
363 1.59 augustss # Yamaha OPL3-SA3
364 1.124 augustss device ym { }: audiobus, isadma, ad1848, auconv
365 1.90 itohy file dev/isa/ym.c ym
366 1.117 lukem defparam opt_ym.h YM_POWER_MODE YM_POWER_OFF_SEC
367 1.90 itohy
368 1.90 itohy attach opl at ym with opl_ym
369 1.90 itohy file dev/isa/opl_ym.c opl_ym
370 1.90 itohy
371 1.90 itohy attach mpu at ym with mpu_ym
372 1.110 lukem file dev/isa/mpu_ym.c mpu_ym needs-flag
373 1.8 brezak
374 1.8 brezak # Gravis UltraSound & UltraSound MAX.
375 1.64 drochner # Use the "drq2" keyword in a config file to specify an extra DMA
376 1.8 brezak # channel for full-duplex operation.
377 1.124 augustss device gus: audiobus, isadma, ics2101, ad1848, mulaw, auconv
378 1.13 thorpej attach gus at isa
379 1.110 lukem file dev/isa/gus.c gus needs-flag
380 1.61 augustss
381 1.61 augustss # Sierra's Aria chipset.
382 1.61 augustss # (e.g. Prometheus Aria 16)
383 1.124 augustss device aria: audiobus, mulaw, auconv
384 1.61 augustss attach aria at isa
385 1.115 thorpej file dev/isa/aria.c aria
386 1.102 augustss
387 1.102 augustss # Creative Music System (CMS)
388 1.102 augustss device cms: midibus
389 1.102 augustss attach cms at isa
390 1.116 thorpej file dev/isa/cms.c cms
391 1.31 hpeyerl
392 1.31 hpeyerl #
393 1.31 hpeyerl # PlanetConnect satellite receiver driver.
394 1.31 hpeyerl #
395 1.110 lukem device satlink: isadma
396 1.110 lukem attach satlink at isa
397 1.110 lukem file dev/isa/satlink.c satlink needs-flag
398 1.55 drochner
399 1.93 thorpej # ISA PC keyboard controller
400 1.110 lukem attach pckbc at isa with pckbc_isa
401 1.111 thorpej file dev/isa/pckbc_isa.c pckbc_isa
402 1.57 drochner
403 1.57 drochner # generic ISA VGA
404 1.57 drochner attach vga at isa with vga_isa
405 1.110 lukem file dev/isa/vga_isa.c vga_isa needs-flag
406 1.94 drochner
407 1.94 drochner # generic EGA
408 1.110 lukem device ega: wsemuldisplaydev, pcdisplayops
409 1.94 drochner attach ega at isa
410 1.110 lukem file dev/isa/ega.c ega needs-flag
411 1.60 drochner
412 1.60 drochner # generic PC graphics adapter (MGA, CGA, ...)
413 1.110 lukem device pcdisplay: wsemuldisplaydev, pcdisplayops
414 1.60 drochner attach pcdisplay at isa
415 1.110 lukem file dev/isa/pcdisplay.c pcdisplay needs-flag
416 1.104 thorpej
417 1.104 thorpej # Middle Digital, Inc. PC-Weasel serial console board.
418 1.104 thorpej # XXX This is a little gross... this is to conditionally compile
419 1.104 thorpej # support for the PC-Weasel into the `pcdisplay' driver,
420 1.104 thorpej # but we can't use an `option', because options can't have
421 1.104 thorpej # attributes.
422 1.105 thorpej defpseudo pcweasel: sysmon_wdog
423 1.120 thorpej file dev/isa/weasel_isa.c pcweasel needs-flag
424 1.121 augustss
425 1.121 augustss # Sound Forte RadioLink SF16-FMR2 FM Radio Card
426 1.122 drochner device sf2r: radiodev, tea5757
427 1.121 augustss attach sf2r at isa
428 1.121 augustss file dev/isa/sf16fmr2.c sf2r
429 1.121 augustss
430 1.121 augustss # Aztech/PackardBell FM Radio Card
431 1.122 drochner device az: radiodev, lm700x
432 1.121 augustss attach az at isa
433 1.121 augustss file dev/isa/aztech.c az
434 1.121 augustss
435 1.121 augustss # AIMS Lab Radiotrack & compatible
436 1.122 drochner device rt: radiodev, lm700x
437 1.121 augustss attach rt at isa
438 1.121 augustss file dev/isa/radiotrack.c rt
439 1.121 augustss
440 1.121 augustss # AIMS Lab Radiotrack II FM Radio Card
441 1.122 drochner device rtii: radiodev, tea5757
442 1.121 augustss attach rtii at isa
443 1.121 augustss file dev/isa/radiotrack2.c rtii
444 1.57 drochner
445 1.57 drochner # PC PPI + TIMER 1 (speaker interface)
446 1.110 lukem device pcppi {}
447 1.110 lukem attach pcppi at isa
448 1.110 lukem file dev/isa/pcppi.c pcppi needs-flag
449 1.110 lukem device spkr
450 1.110 lukem attach spkr at pcppi
451 1.110 lukem file dev/isa/spkr.c spkr needs-flag
452 1.110 lukem attach midi at pcppi with midi_pcppi: midisyn
453 1.110 lukem file dev/isa/midi_pcppi.c midi_pcppi
454 1.97 groo
455 1.97 groo #
456 1.97 groo # Environmental monitors
457 1.97 groo #
458 1.97 groo
459 1.97 groo # LM78 temp/fanspeed monitor
460 1.110 lukem attach lm at isa with lm_isa
461 1.110 lukem file dev/isa/lm_isa.c lm_isa
462 1.97 groo
463 1.107 martin # ISDN devices
464 1.110 lukem attach isic at isa with isic_isa
465 1.110 lukem file dev/isa/isic_isa.c isic_isa
466 1.110 lukem attach daic at isa with daic_isa
467 1.110 lukem file dev/isa/daic_isa.c daic_isa
468 1.107 martin
469 1.119 lukem defflag opt_isicisa.h ISICISA_TEL_S0_8 ISICISA_TEL_S0_16 ISICISA_TEL_S0_16_3
470 1.107 martin ISICISA_AVM_A1 ISICISA_USR_STI ISICISA_ITKIX1
471 1.107 martin
472 1.110 lukem file dev/isa/isic_isa_tel_s08.c isic_isa
473 1.110 lukem file dev/isa/isic_isa_tel_s016.c isic_isa
474 1.110 lukem file dev/isa/isic_isa_tel_s0163.c isic_isa
475 1.110 lukem file dev/isa/isic_isa_avm_a1.c isic_isa
476 1.110 lukem file dev/isa/isic_isa_usr_sti.c isic_isa
477 1.110 lukem file dev/isa/isic_isa_itk_ix1.c isic_isa
478 1.123 jdolecek
479 1.123 jdolecek # Game adapter (joystick)
480 1.123 jdolecek attach joy at isa with joy_isa
481 1.123 jdolecek file dev/isa/joy_isa.c joy_isa
482 1.125 drochner
483 1.125 drochner # NSC PC87366 Super IO / monitor chip
484 1.125 drochner device nsclpcsio: sysmon_envsys
485 1.125 drochner attach nsclpcsio at isa with nsclpcsio_isa
486 1.125 drochner file dev/isa/nsclpcsio_isa.c nsclpcsio_isa
487 1.126 isaki
488 1.126 isaki # USB Controller
489 1.126 isaki attach slhci at isa with slhci_isa
490 1.126 isaki file dev/isa/slhci_isa.c slhci_isa
491 1.67 thorpej
492 1.67 thorpej #
493 1.67 thorpej # ISA Plug 'n Play autoconfiguration glue.
494 1.67 thorpej # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED. This is because
495 1.67 thorpej # ISA PnP devices often use `device' declarations listed in this file.
496 1.67 thorpej #
497 1.110 lukem include "dev/isapnp/files.isapnp"
498 1.107 martin
499