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