files.isa revision 1.19
1#	$NetBSD: files.isa,v 1.19 1996/05/06 21:36:58 is Exp $
2#
3# Config.new 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]}
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
48attach	com at isa with com_isa
49attach	com at commulti with com_commulti
50file	dev/isa/com.c			com & (com_isa | com_commulti) needs-flag
51
52# Cyclades Cyclom multiport serial cards
53# XXX currently broken
54device	cy: tty
55attach	cy at isa
56file	dev/isa/cy.c			cy needs-count
57
58# PC parallel ports (XXX what chip?)
59device	lpt
60attach	lpt at isa
61file	dev/isa/lpt.c			lpt needs-flag
62
63#
64# SCSI host adapters
65#
66
67# Adaptec AHA-154x family
68device	aha: scsi, isadma
69attach	aha at isa
70file	dev/isa/aha.c			aha
71
72# Adapctec AIC-6[32]60 ICs
73device	aic: scsi, isadma
74attach	aic at isa
75file	dev/isa/aic6360.c		aic
76
77# Adaptec 7770-based EISA, VLB, etc. controllers
78device	ahe: scsi, aic7xxx
79attach	ahe at isa
80file	dev/isa/aha284x.c		ahe
81
82# BusLogic BT-74x EISA family (XXX; should be EISA.  it's special)
83device	bt: scsi, isadma
84attach	bt at isa
85file	dev/isa/bt.c			bt
86
87# Seagate ST0[12] ICs
88device	sea: scsi, isadma
89attach	sea at isa
90file	dev/isa/seagate.c		sea
91
92# UltraStor UHA-[13]4f boards
93device	uha: scsi, isadma
94attach	uha at isa
95file	dev/isa/ultra14f.c		uha
96
97# Western Digital WD7000 and Future Domain TMC-7000 boards
98device	wds: scsi, isadma
99attach	wds at isa
100file	dev/isa/wds.c			wds
101
102#
103# Other ISA disk controllers
104#
105
106# Mitsumi CD-ROM controllers
107device	mcd: disk
108attach	mcd at isa
109file	dev/isa/mcd.c			mcd needs-flag
110
111# Sony CDU-3[13]A CD-ROM drives
112device	scd: disk
113attach	scd at isa
114file	dev/isa/scd.c			scd needs-flag
115
116# ISA "wd" (ESDI/IDE/etc.) controllers
117device	wdc {drive = -1}
118attach	wdc at isa
119device	wd: disk, isadma
120attach	wd at wdc
121file	dev/isa/wd.c			wdc needs-flag
122
123# Wangtek- and Archive-compatible tape controller boards
124device	wt: tape, isadma
125attach	wt at isa
126file	dev/isa/wt.c			wt needs-flag
127
128#
129# ISA networking drivers
130#
131
132# 3Com common probe code
133define	elink
134file	dev/isa/elink.c			elink
135
136# National Semiconductor DS8390/WD83C690-based boards
137# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
138device	ed: ether, ifnet
139attach	ed at isa
140file	dev/isa/if_ed.c			ed
141
142# 3Com 3C505
143device	eg: ether, ifnet
144attach	eg at isa
145file	dev/isa/if_eg.c			eg
146
147# 3Com 3C501
148device	el: ether, ifnet
149attach	el at isa
150file	dev/isa/if_el.c			el
151
152# 3Com 3C509 Ethernet controller
153attach	ep at isa with ep_isa: elink
154file	dev/isa/if_ep_isa.c		ep_isa
155
156# Fujitsu MB8696[05]-based boards
157# (Allied Telesis AT1700)
158device	fe: ether, ifnet
159attach	fe at isa
160file	dev/isa/if_fe.c			fe
161
162# HP Lan Ethernet controllers
163# XXX currently broken
164#device hp: ether, ifnet
165#attach	hp at isa
166#file	dev/isa/if_hp.c			hp
167
168# Intel i82586-based boards
169# (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
170device	ie: ether, ifnet, elink
171attach	ie at isa
172file	dev/isa/if_ie.c			ie
173
174# Intel i82595-based boards.
175# (Intel EtherExpress PRO)
176device  iy: ether, ifnet         
177attach	iy at isa
178file    dev/isa/if_iy.c			iy
179
180# XXX ???
181# XXX NOT IN TREE?
182#device	ix: ether, ifnet
183#attach	ix at isa
184#file	dev/isa/if_ix.c			ix
185
186# AMD am7990 (Lance) -based boards
187# (BICC Isolan, NE2100, DEPCA)
188# XXX conflicts with alpha if_le.c
189#device	le: ether, ifnet, isadma
190#attach	le at isa with le_isa
191#file	dev/isa/if_le.c			le
192
193#
194# ISA Sound hardware
195#
196
197# the SoundBlaster DSP, or close likenesses; used by other drivers
198define	sbdsp
199file	dev/isa/sbdsp.c			sbdsp
200
201# SoundBlaster family
202device	sb: audio, isadma, sbdsp, mulaw
203attach	sb at isa
204file	dev/isa/sb.c			sb needs-flag
205
206# ProAudio Spectrum
207device	pas: audio, isadma, sbdsp, mulaw
208attach	pas at isa
209file	dev/isa/pas.c			pas needs-flag
210
211# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
212define	ad1848
213file	dev/isa/ad1848.c		ad1848
214
215# ICS2101 mixer chip support; used by other drivers
216define	ics2101
217file	dev/isa/ics2101.c		ics2101
218
219
220# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
221device	pss {[port = -1], [size = 0],
222	     [iomem = -1], [iosiz = 0],
223	     [irq = -1], [drq = -1]}
224attach	pss at isa
225device	sp: audio, isadma, ad1848
226attach	sp at pss
227file	dev/isa/pss.c			pss needs-flag
228
229# Microsoft Windows Sound System
230device	wss: audio, isadma, ad1848
231attach	wss at isa
232file	dev/isa/wss.c			wss needs-flag
233
234# Gravis UltraSound & UltraSound MAX.
235# Use the "flags" keyword in a config file to specify an extra DMA
236# channel for full-duplex operation. 
237device	gus: audio, isadma, ics2101, ad1848, mulaw
238attach	gus at isa
239file	dev/isa/gus.c			gus needs-flag
240