files.isa revision 1.37
1#	$NetBSD: files.isa,v 1.37 1997/08/27 11:25:09 bouyer 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
46# 8250/16[45]50-based "com" ports
47device	com: tty
48file	dev/isa/com.c		com needs-flag
49
50attach	com at isa with com_isa
51file	dev/isa/com_isa.c		com_isa
52
53attach	com at commulti with com_multi
54file	dev/isa/com_multi.c		com_multi
55
56# Cyclades Cyclom-8/16/32 
57attach	cy at isa with cy_isa
58file	dev/isa/cy_isa.c		cy_isa
59
60# PC parallel ports (XXX what chip?)
61device	lpt
62attach	lpt at isa
63file	dev/isa/lpt.c			lpt needs-flag
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
75device	aic: scsi, isadma
76attach	aic at isa
77file	dev/isa/aic6360.c		aic
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# ISA "wd" (ESDI/IDE/etc.) controllers
120define ata {drive=-1}
121device  wdc: atapi, isadma, ata
122attach	wdc at isa
123device  wd: disk
124attach  wd at ata
125file    dev/isa/wdc.c           wdc needs-flag
126file    dev/isa/wd.c            wd needs-flag
127
128# Wangtek- and Archive-compatible tape controller boards
129device	wt: tape, isadma
130attach	wt at isa
131file	dev/isa/wt.c			wt needs-flag
132
133#
134# ISA networking drivers
135#
136
137# 3Com common probe code
138define	elink
139file	dev/isa/elink.c			elink
140
141# National Semiconductor DS8390/WD83C690-based boards
142# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
143device	ed: ether, ifnet, arp
144attach	ed at isa
145file	dev/isa/if_ed.c			ed
146
147# 3Com 3C505
148device	eg: ether, ifnet, arp
149attach	eg at isa
150file	dev/isa/if_eg.c			eg
151
152# 3Com 3C501
153device	el: ether, ifnet, arp
154attach	el at isa
155file	dev/isa/if_el.c			el
156
157# 3Com 3C509 Ethernet controller
158# device declaration in sys/conf/files
159attach	ep at isa with ep_isa: elink
160file	dev/isa/if_ep_isa.c		ep_isa
161
162# Fujitsu MB8696[05]-based boards
163# (Allied Telesis AT1700)
164device	fe: ether, ifnet, arp
165attach	fe at isa
166file	dev/isa/if_fe.c			fe
167
168# HP Lan Ethernet controllers
169# XXX currently broken
170#device hp: ether, ifnet, arp
171#attach	hp at isa
172#file	dev/isa/if_hp.c			hp
173
174# Intel i82586-based boards
175# (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
176device	ie: ether, ifnet, elink, arp
177attach	ie at isa
178file	dev/isa/if_ie.c			ie
179
180# Intel i82595-based boards.
181# (Intel EtherExpress PRO)
182device  iy: ether, ifnet, arp
183attach	iy at isa
184file    dev/isa/if_iy.c			iy
185
186# XXX ???
187# XXX NOT IN TREE?
188#device	ix: ether, ifnet, arp
189#attach	ix at isa
190#file	dev/isa/if_ix.c			ix
191
192# AMD am7990 (Lance) -based boards
193# (BICC Isolan, NE2100, DEPCA)
194# device declaration in sys/conf/files
195attach	le at isa with le_isa: isadma
196file	dev/isa/if_le_isa.c		le_isa
197
198# DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
199attach  lc at isa with lc_isa
200file    dev/isa/if_lc_isa.c		lc
201
202#
203# ISA Sound hardware
204#
205
206# the SoundBlaster DSP, or close likenesses; used by other drivers
207define	sbdsp
208file	dev/isa/sbdsp.c			sbdsp
209
210# SoundBlaster family
211device	sb: audio, isadma, sbdsp, mulaw, auconv
212file	dev/isa/sb.c			sb needs-flag
213
214attach	sb at isa with sb_isa
215file	dev/isa/sb_isa.c		sb_isa needs-flag
216
217# ProAudio Spectrum
218device	pas: audio, isadma, sbdsp, mulaw, auconv
219attach	pas at isa
220file	dev/isa/pas.c			pas needs-flag
221
222# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
223define	ad1848
224file	dev/isa/ad1848.c		ad1848
225
226# ICS2101 mixer chip support; used by other drivers
227define	ics2101
228file	dev/isa/ics2101.c		ics2101
229
230
231# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
232device	pss {[port = -1], [size = 0],
233	     [iomem = -1], [iosiz = 0],
234	     [irq = -1], [drq = -1]}
235attach	pss at isa
236device	sp: audio, isadma, ad1848, auconv
237attach	sp at pss
238file	dev/isa/pss.c			pss needs-flag
239
240# Microsoft Windows Sound System
241device	wss: audio, isadma, ad1848, auconv
242attach	wss at isa
243file	dev/isa/wss.c			wss needs-flag
244
245# Gravis UltraSound & UltraSound MAX.
246# Use the "flags" keyword in a config file to specify an extra DMA
247# channel for full-duplex operation. 
248device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
249attach	gus at isa
250file	dev/isa/gus.c			gus needs-flag
251
252#
253# PlanetConnect satellite receiver driver.
254#
255device satlink: isadma
256attach satlink at isa
257file dev/isa/satlink.c			satlink	needs-flag
258