files.isa revision 1.92
1#	$NetBSD: files.isa,v 1.92 1999/11/15 21:13:38 mcr Exp $
2#
3# Config file and device description for machine-independent ISA code.
4# Included by ports that need it.  Requires that the SCSI files be
5# defined first.
6
7# ports should specify appropriate major numbers for the following
8# devices:
9#	mcd, scd, wd, wt
10
11device	isa {[port = -1], [size = 0],
12	     [iomem = -1], [iosiz = 0],
13	     [irq = -1], [drq = -1], [drq2 = -1]}
14attach	isa at isabus
15file	dev/isa/isa.c			isa needs-flag
16
17# ISA DMA controller
18define	isadma
19file	dev/isa/isadma.c		isadma needs-flag
20
21#
22# 8250/16[45]50-based multi-port serial boards
23#
24
25define	commulti {[slave = -1]}
26
27# AST 4-port board
28device	ast: commulti
29attach	ast at isa
30file	dev/isa/ast.c			ast
31
32# TC-800 8-port board
33device	tcom: commulti
34attach	tcom at isa
35file	dev/isa/tcom.c			tcom
36
37# BOCA 8-port board
38device	boca: commulti
39attach	boca at isa
40file	dev/isa/boca.c			boca
41
42# IBM RT PC 4-port board
43device	rtfps: commulti
44attach	rtfps at isa
45file	dev/isa/rtfps.c			rtfps
46
47# BOCA 6-port board (3x 16552)
48device  ioat: commulti
49attach  ioat at isa
50file    dev/isa/ioat66.c                ioat
51
52#
53# Serial and parallel drivers
54#
55
56attach	com at isa with com_isa
57file	dev/isa/com_isa.c		com_isa
58
59attach	com at commulti with com_multi
60file	dev/isa/com_multi.c		com_multi
61
62# Cyclades Cyclom-8/16/32 
63attach	cy at isa with cy_isa
64file	dev/isa/cy_isa.c		cy_isa
65
66# PC-style parallel ports (XXX what chip?)
67# XXX chip driver should be defined elsewhere
68device	lpt
69file	dev/ic/lpt.c			lpt needs-flag
70
71# PC-style parallel ports: ISA bus attachment
72attach	lpt at isa with lpt_isa
73file	dev/isa/lpt_isa.c		lpt_isa
74
75#
76# SCSI host adapters
77#
78
79# AdvanSys 514x family
80# device declaration in sys/conf/files
81attach  adv at isa with adv_isa: isadma
82file    dev/isa/adv_isa.c               adv_isa
83
84# Adaptec AHA-154x family
85# device declaration in sys/conf/files
86attach	aha at isa with aha_isa: isadma
87file	dev/isa/aha_isa.c		aha_isa
88
89# Adaptec AIC-6[32]60 ICs
90# device declaration in sys/conf/files
91attach	aic at isa with aic_isa: isadma
92file	dev/isa/aic_isa.c		aic_isa
93
94# Qlogic ESP406/FAS408 boards
95# ncr53c9x device declaration in sys/conf/files
96device	esp: scsi, ncr53c9x, isadma
97attach	esp at isa with esp_isa
98file	dev/isa/esp_isa.c		esp_isa
99
100# BusLogic BT-[45]4x ISA family
101# device declaration in sys/conf/files
102attach	bha at isa with bha_isa: isadma
103file	dev/isa/bha_isa.c		bha_isa
104
105# Seagate ST0[12] ICs
106device	sea: scsi, isadma
107attach	sea at isa
108file	dev/isa/seagate.c		sea
109
110# UltraStor UHA-[13]4f boards
111# device declaration in sys/conf/files
112attach	uha at isa with uha_isa: isadma
113file	dev/isa/uha_isa.c		uha_isa
114
115# Western Digital WD7000 and Future Domain TMC-7000 boards
116device	wds: scsi, isadma
117attach	wds at isa
118file	dev/isa/wds.c			wds
119
120#
121# Other ISA disk controllers
122#
123
124# Mitsumi CD-ROM controllers
125device	mcd: disk
126attach	mcd at isa
127file	dev/isa/mcd.c			mcd needs-flag
128defopt	MCD_PROMISC			# enable "promiscuous" match
129
130# Sony CDU-3[13]A CD-ROM drives
131device	scd: disk
132attach	scd at isa
133file	dev/isa/scd.c			scd needs-flag
134
135attach	wdc at isa with wdc_isa: isadma
136file    dev/isa/wdc_isa.c           	wdc_isa
137
138# Wangtek- and Archive-compatible tape controller boards
139device	wt: tape, isadma
140attach	wt at isa
141file	dev/isa/wt.c			wt needs-flag
142
143#
144# ISA networking drivers
145#
146
147# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
148# MUST be first: probe is non invasive, and registers are clobbered
149# by other drivers's probe
150device	we: ether, ifnet, arp, dp8390nic
151attach	we at isa
152file	dev/isa/if_we.c			we
153
154# 3Com common probe code
155define	elink
156file	dev/isa/elink.c			elink
157
158# 3Com 3C503
159device	ec: ether, ifnet, arp, dp8390nic
160attach	ec at isa
161file	dev/isa/if_ec.c			ec
162
163# 3Com 3C505
164device	eg: ether, ifnet, arp
165attach	eg at isa
166file	dev/isa/if_eg.c			eg
167
168# 3Com 3C501
169device	el: ether, ifnet, arp
170attach	el at isa
171file	dev/isa/if_el.c			el
172
173# 3Com 3C509 Ethernet controller
174# device declaration in sys/conf/files
175attach	ep at isa with ep_isa: elink
176file	dev/isa/if_ep_isa.c		ep_isa
177
178# Allied Telesis MB8695-based boards
179# (Allied Telesis AT1700)
180device	ate: arp, ether, ifnet, mb86960
181attach	ate at isa
182file	dev/isa/if_ate.c		ate
183
184# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
185device	cs: arp, ether, ifnet, isadma
186file	dev/isa/cs89x0.c		cs
187
188attach	cs at isa with cs_isa
189file	dev/isa/if_cs_isa.c		cs_isa
190
191# Fujitsu MB86960-based boards
192# (Fujitsu FMV-180 series)
193device	fmv: arp, ether, ifnet, mb86960
194attach	fmv at isa
195file	dev/isa/if_fmv.c		fmv
196
197# HP Lan Ethernet controllers
198# XXX currently broken
199#device hp: ether, ifnet, arp
200#attach	hp at isa
201#file	dev/isa/if_hp.c			hp
202
203# Intel i82595-based boards.
204# (Intel EtherExpress PRO)
205device  iy: ether, ifnet, arp
206attach	iy at isa
207file    dev/isa/if_iy.c			iy
208
209# the probe routine of this "recognizes" the iy. Probe after it.
210# NCR 5380-based boards
211device	nca: scsi, ncr5380sbc
212attach	nca at isa
213file	dev/isa/nca.c			nca
214
215# AMD am7990 (Lance) -based boards
216# (BICC Isolan, NE2100, DEPCA)
217# device declaration in sys/conf/files
218device nele {}
219attach nele at isa
220attach le at nele with le_nele: le24, isadma
221device bicc {}
222attach bicc at isa
223attach le at bicc with le_bicc: le24, isadma
224file	dev/isa/if_le_isa.c	nele | bicc
225device depca {}
226attach	depca at isa with depca_isa
227attach	le at depca with le_depca: le24
228file	dev/isa/if_depca_isa.c	depca
229
230# DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
231attach  lc at isa with lc_isa
232file    dev/isa/if_lc_isa.c		lc_isa
233
234# Novell NE1000, NE2000, and clones
235attach	ne at isa with ne_isa: rtl80x9
236file	dev/isa/if_ne_isa.c		ne_isa
237
238# SMC91Cxx Ethernet Controllers 
239attach	sm at isa with sm_isa
240file	dev/isa/if_sm_isa.c		sm_isa
241
242# 3Com 3C507
243device	ef: ether, ifnet, arp, elink, i82586
244attach	ef at isa
245file	dev/isa/if_ef.c		ef
246
247# AT&T StarLan boards
248device	ai: ether, ifnet, arp, i82586
249attach	ai at isa
250file	dev/isa/if_ai.c		ai
251
252# EtherExpress/16
253device	ix: ether, ifnet, arp, i82586
254attach	ix at isa
255file	dev/isa/if_ix.c		ix
256
257# TROPIC based Token-Ring (IBM/3COM)
258define	tr_isa
259file	dev/isa/if_tr_isa.c		tr_isa
260attach	tr at isa with tr_isa: tr_isa, elink
261file	dev/isa/if_tribm_isa.c		tr_isa
262file	dev/isa/if_trtcm_isa.c		tr_isa
263
264# ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card
265attach	wl at isa with wl_isa: i82586, wavelan
266file	dev/isa/if_wl_isa.c		wl_isa
267
268#
269# ISA Sound hardware
270#
271
272# MPU401 MIDI UART compatibles
273attach	mpu at isa with mpu_isa
274file	dev/isa/mpu_isa.c		mpu_isa
275
276# the SoundBlaster DSP, or close likenesses; used by other drivers
277define	sbdsp { }
278file	dev/isa/sbdsp.c			sbdsp
279
280# SoundBlaster family
281device	sb: audio, isadma, sbdsp, mulaw, auconv, midibus
282file	dev/isa/sb.c			sb needs-flag
283
284attach	sb at isa with sb_isa
285file	dev/isa/sb_isa.c		sb_isa needs-flag
286
287attach	opl at sbdsp with opl_sb
288file	dev/isa/opl_sb.c		opl_sb
289
290attach	mpu at sbdsp with mpu_sb
291file	dev/isa/mpu_sb.c		mpu_sb
292
293# ProAudio Spectrum
294device	pas: audio, isadma, sbdsp, mulaw, auconv
295attach	pas at isa
296file	dev/isa/pas.c			pas needs-flag
297
298# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
299file	dev/isa/ad1848_isa.c		ad1848
300
301# ICS2101 mixer chip support; used by other drivers
302define	ics2101
303file	dev/isa/ics2101.c		ics2101
304
305
306# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
307device	pss {[port = -1], [size = 0],
308	     [iomem = -1], [iosiz = 0],
309	     [irq = -1], [drq = -1]}
310attach	pss at isa
311device	sp: audio, isadma, ad1848, auconv
312attach	sp at pss
313file	dev/isa/pss.c			pss needs-flag
314
315# Microsoft Windows Sound System
316device	wss { } : audio, isadma, ad1848, auconv
317file	dev/isa/wss.c			wss needs-flag
318
319attach	wss at isa with wss_isa
320file	dev/isa/wss_isa.c		wss_isa needs-flag
321
322attach	opl at wss with opl_wss
323file	dev/isa/opl_wss.c		opl_wss
324
325# ESS Technology ES1887/ES888/ES1888
326device	ess { } : audio, isadma, mulaw, auconv, midibus
327file	dev/isa/ess.c			ess needs-flag
328
329attach	ess at isa with ess_isa
330file	dev/isa/ess_isa.c		ess_isa needs-flag
331
332attach	opl at ess with opl_ess
333file	dev/isa/opl_ess.c		opl_ess
334
335# Yamaha OPL2/OPL3 FM synth
336attach	opl at isa with opl_isa
337file	dev/isa/opl_isa.c		opl_isa
338
339# Yamaha OPL3-SA3
340device	ym { }: audio, isadma, ad1848, auconv
341file	dev/isa/ym.c			ym
342defopt	opt_ym.h	YM_POWER_MODE YM_POWER_OFF_SEC
343
344attach	opl at ym with opl_ym
345file	dev/isa/opl_ym.c		opl_ym
346
347attach	mpu at ym with mpu_ym
348file	dev/isa/mpu_ym.c		mpu_ym needs-flag
349
350# Gravis UltraSound & UltraSound MAX.
351# Use the "drq2" keyword in a config file to specify an extra DMA
352# channel for full-duplex operation. 
353device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
354attach	gus at isa
355file	dev/isa/gus.c			gus needs-flag
356
357# Sierra's Aria chipset.
358# (e.g. Prometheus Aria 16)
359device	aria: audio, mulaw, auconv
360attach	aria at isa
361file	dev/isa/aria.c			aria needs-flag
362
363#
364# PlanetConnect satellite receiver driver.
365#
366device satlink: isadma
367attach satlink at isa
368file dev/isa/satlink.c			satlink	needs-flag
369
370#
371# PC keyboard controller
372#
373device  pckbc {[slot = -1]}
374attach  pckbc at isa
375file    dev/isa/pckbc.c          pckbc	needs-flag
376
377# generic ISA VGA
378attach	vga at isa with vga_isa
379file	dev/isa/vga_isa.c	vga_isa	needs-flag
380
381# generic PC graphics adapter (MGA, CGA, ...)
382device pcdisplay: wsemuldisplaydev, pcdisplayops
383attach	pcdisplay at isa
384file	dev/isa/pcdisplay.c	pcdisplay	needs-flag
385
386# PC PPI + TIMER 1 (speaker interface)
387device  pcppi {}
388attach  pcppi at isa
389file	dev/isa/pcppi.c	pcppi	needs-flag
390device spkr
391attach spkr at pcppi
392file	dev/isa/spkr.c		spkr	needs-flag
393attach midi at pcppi with midi_pcppi: midisyn
394file	dev/isa/midi_pcppi.c    midi_pcppi
395
396#
397# ISA Plug 'n Play autoconfiguration glue.
398# THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
399# ISA PnP devices often use `device' declarations listed in this file.
400#
401include "dev/isapnp/files.isapnp"
402