files.isa revision 1.52
1#	$NetBSD: files.isa,v 1.52 1998/02/16 22:12:49 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
113
114# Sony CDU-3[13]A CD-ROM drives
115device	scd: disk
116attach	scd at isa
117file	dev/isa/scd.c			scd needs-flag
118
119# XXX THE FOLLOWING BLOCK SHOULD GO INTO conf/files, BUT CANNOT
120# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.
121
122# ESDI/IDE/etc. controllers
123device  wdc: ata, atapi
124file    dev/ic/wdc.c
125				wdc & (wd | !wd) needs-flag # XXX
126
127attach	wdc at isa with wdc_isa: isadma
128file    dev/isa/wdc_isa.c           	wdc_isa
129
130# Wangtek- and Archive-compatible tape controller boards
131device	wt: tape, isadma
132attach	wt at isa
133file	dev/isa/wt.c			wt needs-flag
134
135#
136# ISA networking drivers
137#
138
139# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
140# MUST be first: probe is non invasive, and registers are clobbered
141# by other drivers's probe
142device	we: ether, ifnet, arp, dp8390nic
143attach	we at isa
144file	dev/isa/if_we.c			we
145
146# 3Com common probe code
147define	elink
148file	dev/isa/elink.c			elink
149
150# 3Com 3C503
151device	ec: ether, ifnet, arp, dp8390nic
152attach	ec at isa
153file	dev/isa/if_ec.c			ec
154
155# 3Com 3C505
156device	eg: ether, ifnet, arp
157attach	eg at isa
158file	dev/isa/if_eg.c			eg
159
160# 3Com 3C501
161device	el: ether, ifnet, arp
162attach	el at isa
163file	dev/isa/if_el.c			el
164
165# 3Com 3C509 Ethernet controller
166# device declaration in sys/conf/files
167attach	ep at isa with ep_isa: elink
168file	dev/isa/if_ep_isa.c		ep_isa
169
170# Fujitsu MB8696[05]-based boards
171# (Allied Telesis AT1700)
172device	fe: ether, ifnet, arp
173attach	fe at isa
174file	dev/isa/if_fe.c			fe
175
176# HP Lan Ethernet controllers
177# XXX currently broken
178#device hp: ether, ifnet, arp
179#attach	hp at isa
180#file	dev/isa/if_hp.c			hp
181
182# Intel i82595-based boards.
183# (Intel EtherExpress PRO)
184device  iy: ether, ifnet, arp
185attach	iy at isa
186file    dev/isa/if_iy.c			iy
187
188# XXX ???
189# XXX NOT IN TREE?
190#device	ix: ether, ifnet, arp
191#attach	ix at isa
192#file	dev/isa/if_ix.c			ix
193
194# AMD am7990 (Lance) -based boards
195# (BICC Isolan, NE2100, DEPCA)
196# device declaration in sys/conf/files
197attach	le at isa with le_isa: isadma
198file	dev/isa/if_le_isa.c		le_isa
199
200# DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
201attach  lc at isa with lc_isa
202file    dev/isa/if_lc_isa.c		lc
203
204# Novell NE1000, NE2000, and clones
205attach	ne at isa with ne_isa
206file	dev/isa/if_ne_isa.c		ne_isa
207
208# SMC91Cxx Ethernet Controllers 
209attach	sm at isa with sm_isa
210file	dev/isa/if_sm_isa.c		sm_isa
211
212# Intel i82586-based boards
213# (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
214# MUST BE LAST ! the probe clobbers some boards (like SMC boards).
215device	ie: ether, ifnet, elink, arp
216attach	ie at isa
217file	dev/isa/if_ie.c			ie
218
219#
220# ISA Sound hardware
221#
222
223# the SoundBlaster DSP, or close likenesses; used by other drivers
224define	sbdsp
225file	dev/isa/sbdsp.c			sbdsp
226
227# SoundBlaster family
228device	sb: audio, isadma, sbdsp, mulaw, auconv
229file	dev/isa/sb.c			sb needs-flag
230
231attach	sb at isa with sb_isa
232file	dev/isa/sb_isa.c		sb_isa needs-flag
233
234# ProAudio Spectrum
235device	pas: audio, isadma, sbdsp, mulaw, auconv
236attach	pas at isa
237file	dev/isa/pas.c			pas needs-flag
238
239# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
240define	ad1848
241file	dev/isa/ad1848.c		ad1848
242
243# ICS2101 mixer chip support; used by other drivers
244define	ics2101
245file	dev/isa/ics2101.c		ics2101
246
247
248# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
249device	pss {[port = -1], [size = 0],
250	     [iomem = -1], [iosiz = 0],
251	     [irq = -1], [drq = -1]}
252attach	pss at isa
253device	sp: audio, isadma, ad1848, auconv
254attach	sp at pss
255file	dev/isa/pss.c			pss needs-flag
256
257# Microsoft Windows Sound System
258device	wss: audio, isadma, ad1848, auconv
259file	dev/isa/wss.c			wss needs-flag
260
261attach	wss at isa with wss_isa
262file	dev/isa/wss_isa.c		wss_isa needs-flag
263
264# Gravis UltraSound & UltraSound MAX.
265# Use the "flags" keyword in a config file to specify an extra DMA
266# channel for full-duplex operation. 
267device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
268attach	gus at isa
269file	dev/isa/gus.c			gus needs-flag
270
271#
272# PlanetConnect satellite receiver driver.
273#
274device satlink: isadma
275attach satlink at isa
276file dev/isa/satlink.c			satlink	needs-flag
277