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