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