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