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