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