files.isa revision 1.60.2.3 1 1.60.2.3 bouyer # $NetBSD: files.isa,v 1.60.2.3 1998/06/25 10:50:25 bouyer 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.1 cgd 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.1 cgd 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.2 cgd
32 1.2 cgd # BOCA 8-port board
33 1.52 thorpej device boca: commulti
34 1.13 thorpej attach boca at isa
35 1.1 cgd file dev/isa/boca.c boca
36 1.2 cgd
37 1.2 cgd # IBM RT PC 4-port board
38 1.52 thorpej device rtfps: commulti
39 1.13 thorpej attach rtfps at isa
40 1.1 cgd file dev/isa/rtfps.c rtfps
41 1.1 cgd
42 1.2 cgd #
43 1.2 cgd # Serial and parallel drivers
44 1.2 cgd #
45 1.28 mycroft
46 1.13 thorpej attach com at isa with com_isa
47 1.28 mycroft file dev/isa/com_isa.c com_isa
48 1.28 mycroft
49 1.28 mycroft attach com at commulti with com_multi
50 1.28 mycroft file dev/isa/com_multi.c com_multi
51 1.1 cgd
52 1.24 christos # Cyclades Cyclom-8/16/32
53 1.24 christos attach cy at isa with cy_isa
54 1.24 christos file dev/isa/cy_isa.c cy_isa
55 1.2 cgd
56 1.39 is # PC-style parallel ports (XXX what chip?)
57 1.39 is # XXX chip driver should be defined elsewhere
58 1.52 thorpej device lpt
59 1.39 is file dev/ic/lpt.c lpt needs-flag
60 1.39 is
61 1.39 is # PC-style parallel ports: ISA bus attachment
62 1.39 is attach lpt at isa with lpt_isa
63 1.39 is file dev/isa/lpt_isa.c lpt_isa
64 1.1 cgd
65 1.2 cgd #
66 1.2 cgd # SCSI host adapters
67 1.2 cgd #
68 1.2 cgd
69 1.2 cgd # Adaptec AHA-154x family
70 1.26 mycroft # device declaration in sys/conf/files
71 1.23 mycroft attach aha at isa with aha_isa: isadma
72 1.26 mycroft file dev/isa/aha_isa.c aha_isa
73 1.2 cgd
74 1.21 mycroft # Adaptec AIC-6[32]60 ICs
75 1.38 christos # device declaration in sys/conf/files
76 1.38 christos attach aic at isa with aic_isa: isadma
77 1.38 christos file dev/isa/aic_isa.c aic_isa
78 1.30 pk
79 1.30 pk # Qlogic ESP406/FAS408 boards
80 1.30 pk # ncr53c9x device declaration in sys/conf/files
81 1.52 thorpej device esp: scsi, ncr53c9x, isadma
82 1.30 pk attach esp at isa with esp_isa
83 1.30 pk file dev/isa/esp_isa.c esp_isa
84 1.2 cgd
85 1.22 mycroft # BusLogic BT-[45]4x ISA family
86 1.22 mycroft # device declaration in sys/conf/files
87 1.22 mycroft attach bha at isa with bha_isa: isadma
88 1.22 mycroft file dev/isa/bha_isa.c bha_isa
89 1.2 cgd
90 1.2 cgd # Seagate ST0[12] ICs
91 1.52 thorpej device sea: scsi, isadma
92 1.13 thorpej attach sea at isa
93 1.1 cgd file dev/isa/seagate.c sea
94 1.2 cgd
95 1.2 cgd # UltraStor UHA-[13]4f boards
96 1.22 mycroft # device declaration in sys/conf/files
97 1.22 mycroft attach uha at isa with uha_isa: isadma
98 1.22 mycroft file dev/isa/uha_isa.c uha_isa
99 1.2 cgd
100 1.17 mycroft # Western Digital WD7000 and Future Domain TMC-7000 boards
101 1.52 thorpej device wds: scsi, isadma
102 1.13 thorpej attach wds at isa
103 1.17 mycroft file dev/isa/wds.c wds
104 1.1 cgd
105 1.2 cgd #
106 1.2 cgd # Other ISA disk controllers
107 1.2 cgd #
108 1.2 cgd
109 1.4 mycroft # Mitsumi CD-ROM controllers
110 1.52 thorpej device mcd: disk
111 1.13 thorpej attach mcd at isa
112 1.1 cgd file dev/isa/mcd.c mcd needs-flag
113 1.60.2.3 bouyer defopt MCD_PROMISC # enable "promiscuous" match
114 1.2 cgd
115 1.4 mycroft # Sony CDU-3[13]A CD-ROM drives
116 1.52 thorpej device scd: disk
117 1.13 thorpej attach scd at isa
118 1.4 mycroft file dev/isa/scd.c scd needs-flag
119 1.2 cgd
120 1.50 cgd # XXX THE FOLLOWING BLOCK SHOULD GO INTO conf/files, BUT CANNOT
121 1.49 cgd # XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.
122 1.49 cgd
123 1.49 cgd # ESDI/IDE/etc. controllers
124 1.60.2.1 bouyer device wdc: ata, atapi, wdc_base
125 1.49 cgd
126 1.49 cgd attach wdc at isa with wdc_isa: isadma
127 1.49 cgd file dev/isa/wdc_isa.c wdc_isa
128 1.2 cgd
129 1.2 cgd # Wangtek- and Archive-compatible tape controller boards
130 1.52 thorpej device wt: tape, isadma
131 1.13 thorpej attach wt at isa
132 1.1 cgd file dev/isa/wt.c wt needs-flag
133 1.1 cgd
134 1.2 cgd #
135 1.2 cgd # ISA networking drivers
136 1.2 cgd #
137 1.2 cgd
138 1.47 bouyer # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
139 1.47 bouyer # MUST be first: probe is non invasive, and registers are clobbered
140 1.47 bouyer # by other drivers's probe
141 1.52 thorpej device we: ether, ifnet, arp, dp8390nic
142 1.47 bouyer attach we at isa
143 1.47 bouyer file dev/isa/if_we.c we
144 1.47 bouyer
145 1.2 cgd # 3Com common probe code
146 1.1 cgd define elink
147 1.1 cgd file dev/isa/elink.c elink
148 1.1 cgd
149 1.42 thorpej # 3Com 3C503
150 1.52 thorpej device ec: ether, ifnet, arp, dp8390nic
151 1.42 thorpej attach ec at isa
152 1.42 thorpej file dev/isa/if_ec.c ec
153 1.2 cgd
154 1.2 cgd # 3Com 3C505
155 1.52 thorpej device eg: ether, ifnet, arp
156 1.13 thorpej attach eg at isa
157 1.1 cgd file dev/isa/if_eg.c eg
158 1.2 cgd
159 1.2 cgd # 3Com 3C501
160 1.52 thorpej device el: ether, ifnet, arp
161 1.13 thorpej attach el at isa
162 1.1 cgd file dev/isa/if_el.c el
163 1.2 cgd
164 1.18 thorpej # 3Com 3C509 Ethernet controller
165 1.28 mycroft # device declaration in sys/conf/files
166 1.18 thorpej attach ep at isa with ep_isa: elink
167 1.18 thorpej file dev/isa/if_ep_isa.c ep_isa
168 1.54 enami
169 1.54 enami # Allied Telesis MB8695-based boards
170 1.54 enami # (Allied Telesis AT1700)
171 1.54 enami device ate: arp, ether, ifnet, mb86960
172 1.54 enami attach ate at isa
173 1.54 enami file dev/isa/if_ate.c ate
174 1.54 enami
175 1.54 enami # Fujitsu MB86960-based boards
176 1.54 enami # (Fujitsu FMV-180 series)
177 1.54 enami device fmv: arp, ether, ifnet, mb86960
178 1.54 enami attach fmv at isa
179 1.54 enami file dev/isa/if_fmv.c fmv
180 1.2 cgd
181 1.2 cgd # HP Lan Ethernet controllers
182 1.2 cgd # XXX currently broken
183 1.27 is #device hp: ether, ifnet, arp
184 1.13 thorpej #attach hp at isa
185 1.1 cgd #file dev/isa/if_hp.c hp
186 1.2 cgd
187 1.19 is # Intel i82595-based boards.
188 1.19 is # (Intel EtherExpress PRO)
189 1.52 thorpej device iy: ether, ifnet, arp
190 1.19 is attach iy at isa
191 1.19 is file dev/isa/if_iy.c iy
192 1.2 cgd
193 1.2 cgd # AMD am7990 (Lance) -based boards
194 1.2 cgd # (BICC Isolan, NE2100, DEPCA)
195 1.20 thorpej # device declaration in sys/conf/files
196 1.58 drochner device nele {}
197 1.58 drochner attach nele at isa
198 1.58 drochner attach le at nele with le_nele: isadma
199 1.58 drochner device bicc {}
200 1.58 drochner attach bicc at isa
201 1.58 drochner attach le at bicc with le_bicc: isadma
202 1.58 drochner file dev/isa/if_le_isa.c nele | bicc
203 1.58 drochner device depca {}
204 1.58 drochner attach depca at isa with depca_isa
205 1.58 drochner attach le at depca with le_depca
206 1.58 drochner file dev/isa/if_depca_isa.c depca
207 1.34 matt
208 1.34 matt # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
209 1.34 matt attach lc at isa with lc_isa
210 1.34 matt file dev/isa/if_lc_isa.c lc
211 1.40 thorpej
212 1.40 thorpej # Novell NE1000, NE2000, and clones
213 1.40 thorpej attach ne at isa with ne_isa
214 1.40 thorpej file dev/isa/if_ne_isa.c ne_isa
215 1.44 thorpej
216 1.44 thorpej # SMC91Cxx Ethernet Controllers
217 1.44 thorpej attach sm at isa with sm_isa
218 1.44 thorpej file dev/isa/if_sm_isa.c sm_isa
219 1.46 bouyer
220 1.53 pk # 3Com 3C507
221 1.53 pk device ef: ether, ifnet, arp, elink, i82586
222 1.53 pk attach ef at isa
223 1.53 pk file dev/isa/if_ef.c ef
224 1.53 pk
225 1.53 pk # AT&T StarLan boards
226 1.53 pk device ai: ether, ifnet, arp, i82586
227 1.53 pk attach ai at isa
228 1.53 pk file dev/isa/if_ai.c ai
229 1.53 pk
230 1.53 pk # EtherExpress/16
231 1.53 pk device ix: ether, ifnet, arp, i82586
232 1.53 pk attach ix at isa
233 1.53 pk file dev/isa/if_ix.c ix
234 1.1 cgd
235 1.2 cgd #
236 1.2 cgd # ISA Sound hardware
237 1.2 cgd #
238 1.2 cgd
239 1.2 cgd # the SoundBlaster DSP, or close likenesses; used by other drivers
240 1.1 cgd define sbdsp
241 1.1 cgd file dev/isa/sbdsp.c sbdsp
242 1.2 cgd
243 1.2 cgd # SoundBlaster family
244 1.52 thorpej device sb: audio, isadma, sbdsp, mulaw, auconv
245 1.1 cgd file dev/isa/sb.c sb needs-flag
246 1.25 christos
247 1.25 christos attach sb at isa with sb_isa
248 1.25 christos file dev/isa/sb_isa.c sb_isa needs-flag
249 1.2 cgd
250 1.2 cgd # ProAudio Spectrum
251 1.52 thorpej device pas: audio, isadma, sbdsp, mulaw, auconv
252 1.13 thorpej attach pas at isa
253 1.1 cgd file dev/isa/pas.c pas needs-flag
254 1.1 cgd
255 1.6 brezak # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
256 1.1 cgd define ad1848
257 1.1 cgd file dev/isa/ad1848.c ad1848
258 1.2 cgd
259 1.8 brezak # ICS2101 mixer chip support; used by other drivers
260 1.8 brezak define ics2101
261 1.8 brezak file dev/isa/ics2101.c ics2101
262 1.8 brezak
263 1.8 brezak
264 1.6 brezak # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
265 1.52 thorpej device pss {[port = -1], [size = 0],
266 1.13 thorpej [iomem = -1], [iosiz = 0],
267 1.13 thorpej [irq = -1], [drq = -1]}
268 1.13 thorpej attach pss at isa
269 1.52 thorpej device sp: audio, isadma, ad1848, auconv
270 1.13 thorpej attach sp at pss
271 1.1 cgd file dev/isa/pss.c pss needs-flag
272 1.2 cgd
273 1.2 cgd # Microsoft Windows Sound System
274 1.52 thorpej device wss: audio, isadma, ad1848, auconv
275 1.1 cgd file dev/isa/wss.c wss needs-flag
276 1.51 augustss
277 1.51 augustss attach wss at isa with wss_isa
278 1.51 augustss file dev/isa/wss_isa.c wss_isa needs-flag
279 1.59 augustss
280 1.59 augustss # Yamaha OPL3-SA3
281 1.59 augustss device ym: audio, isadma, ad1848, auconv
282 1.59 augustss file dev/isa/ym.c ym needs-flag
283 1.8 brezak
284 1.8 brezak # Gravis UltraSound & UltraSound MAX.
285 1.8 brezak # Use the "flags" keyword in a config file to specify an extra DMA
286 1.8 brezak # channel for full-duplex operation.
287 1.52 thorpej device gus: audio, isadma, ics2101, ad1848, mulaw, auconv
288 1.13 thorpej attach gus at isa
289 1.8 brezak file dev/isa/gus.c gus needs-flag
290 1.60.2.2 bouyer
291 1.60.2.2 bouyer # Sierra's Aria chipset.
292 1.60.2.2 bouyer # (e.g. Prometheus Aria 16)
293 1.60.2.2 bouyer device aria: audio, mulaw, auconv
294 1.60.2.2 bouyer attach aria at isa
295 1.60.2.2 bouyer file dev/isa/aria.c aria needs-flag
296 1.31 hpeyerl
297 1.31 hpeyerl #
298 1.31 hpeyerl # PlanetConnect satellite receiver driver.
299 1.31 hpeyerl #
300 1.52 thorpej device satlink: isadma
301 1.31 hpeyerl attach satlink at isa
302 1.32 kleink file dev/isa/satlink.c satlink needs-flag
303 1.55 drochner
304 1.55 drochner #
305 1.55 drochner # PC keyboard controller
306 1.55 drochner #
307 1.55 drochner device pckbc {[slot = -1]}
308 1.55 drochner attach pckbc at isa
309 1.55 drochner file dev/isa/pckbc.c pckbc needs-flag
310 1.57 drochner
311 1.57 drochner # generic ISA VGA
312 1.57 drochner attach vga at isa with vga_isa
313 1.57 drochner file dev/isa/vga_isa.c vga_isa needs-flag
314 1.60 drochner
315 1.60 drochner # generic PC graphics adapter (MGA, CGA, ...)
316 1.60 drochner device pcdisplay: wsemuldisplaydev, pcdisplayops
317 1.60 drochner attach pcdisplay at isa
318 1.60 drochner file dev/isa/pcdisplay.c pcdisplay needs-flag
319 1.57 drochner
320 1.57 drochner # PC PPI + TIMER 1 (speaker interface)
321 1.57 drochner device pcppi {}
322 1.57 drochner attach pcppi at isa
323 1.57 drochner file dev/isa/pcppi.c pcppi needs-flag
324 1.57 drochner device spkr
325 1.57 drochner attach spkr at pcppi
326 1.57 drochner file dev/isa/spkr.c spkr needs-flag
327