files.isa revision 1.33.2.7 1 # $NetBSD: files.isa,v 1.33.2.7 1997/10/16 00:48:57 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
11 device isa {[port = -1], [size = 0],
12 [iomem = -1], [iosiz = 0],
13 [irq = -1], [drq = -1], [drq2 = -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 attach com at isa with com_isa
47 file dev/isa/com_isa.c com_isa
48
49 attach com at commulti with com_multi
50 file dev/isa/com_multi.c com_multi
51
52 # Cyclades Cyclom-8/16/32
53 attach cy at isa with cy_isa
54 file dev/isa/cy_isa.c cy_isa
55
56 # PC parallel ports (XXX what chip?)
57 device lpt
58 attach lpt at isa
59 file dev/isa/lpt.c lpt needs-flag
60
61 #
62 # SCSI host adapters
63 #
64
65 # Adaptec AHA-154x family
66 # device declaration in sys/conf/files
67 attach aha at isa with aha_isa: isadma
68 file dev/isa/aha_isa.c aha_isa
69
70 # Adaptec AIC-6[32]60 ICs
71 # device declaration in sys/conf/files
72 attach aic at isa with aic_isa: isadma
73 file dev/isa/aic_isa.c aic_isa
74
75 # Qlogic ESP406/FAS408 boards
76 # ncr53c9x device declaration in sys/conf/files
77 device esp: scsi, ncr53c9x, isadma
78 attach esp at isa with esp_isa
79 file dev/isa/esp_isa.c esp_isa
80
81 # BusLogic BT-[45]4x ISA family
82 # device declaration in sys/conf/files
83 attach bha at isa with bha_isa: isadma
84 file dev/isa/bha_isa.c bha_isa
85
86 # Seagate ST0[12] ICs
87 device sea: scsi, isadma
88 attach sea at isa
89 file dev/isa/seagate.c sea
90
91 # UltraStor UHA-[13]4f boards
92 # device declaration in sys/conf/files
93 attach uha at isa with uha_isa: isadma
94 file dev/isa/uha_isa.c uha_isa
95
96 # Western Digital WD7000 and Future Domain TMC-7000 boards
97 device wds: scsi, isadma
98 attach wds at isa
99 file dev/isa/wds.c wds
100
101 #
102 # Other ISA disk controllers
103 #
104
105 # Mitsumi CD-ROM controllers
106 device mcd: disk
107 attach mcd at isa
108 file dev/isa/mcd.c mcd needs-flag
109
110 # Sony CDU-3[13]A CD-ROM drives
111 device scd: disk
112 attach scd at isa
113 file dev/isa/scd.c scd needs-flag
114
115 # ISA "wd" (ESDI/IDE/etc.) controllers
116 define ata {drive=-1}
117 device wdc: atapi, isadma, ata
118 attach wdc at isa
119 device wd: disk
120 attach wd at ata
121 file dev/isa/wdc.c wdc needs-flag
122 file dev/isa/wd.c wd needs-flag
123
124 # Wangtek- and Archive-compatible tape controller boards
125 device wt: tape, isadma
126 attach wt at isa
127 file dev/isa/wt.c wt needs-flag
128
129 #
130 # ISA networking drivers
131 #
132
133 # 3Com common probe code
134 define elink
135 file dev/isa/elink.c elink
136
137 # National Semiconductor DS8390/WD83C690-based boards
138 # (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503)
139 device ed: ether, ifnet, arp
140 attach ed at isa
141 file dev/isa/if_ed.c ed
142
143 # 3Com 3C505
144 device eg: ether, ifnet, arp
145 attach eg at isa
146 file dev/isa/if_eg.c eg
147
148 # 3Com 3C501
149 device el: ether, ifnet, arp
150 attach el at isa
151 file dev/isa/if_el.c el
152
153 # 3Com 3C509 Ethernet controller
154 # device declaration in sys/conf/files
155 attach ep at isa with ep_isa: elink
156 file dev/isa/if_ep_isa.c ep_isa
157
158 # Fujitsu MB8696[05]-based boards
159 # (Allied Telesis AT1700)
160 device fe: ether, ifnet, arp
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, arp
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, arp
173 attach ie at isa
174 file dev/isa/if_ie.c ie
175
176 # Intel i82595-based boards.
177 # (Intel EtherExpress PRO)
178 device iy: ether, ifnet, arp
179 attach iy at isa
180 file dev/isa/if_iy.c iy
181
182 # XXX ???
183 # XXX NOT IN TREE?
184 #device ix: ether, ifnet, arp
185 #attach ix at isa
186 #file dev/isa/if_ix.c ix
187
188 # AMD am7990 (Lance) -based boards
189 # (BICC Isolan, NE2100, DEPCA)
190 # device declaration in sys/conf/files
191 attach le at isa with le_isa: isadma
192 file dev/isa/if_le_isa.c le_isa
193
194 # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
195 attach lc at isa with lc_isa
196 file dev/isa/if_lc_isa.c lc
197
198 # Novell NE1000, NE2000, and clones
199 attach ne at isa with ne_isa
200 file dev/isa/if_ne_isa.c ne_isa
201
202 #
203 # ISA Sound hardware
204 #
205
206 # the SoundBlaster DSP, or close likenesses; used by other drivers
207 define sbdsp
208 file dev/isa/sbdsp.c sbdsp
209
210 # SoundBlaster family
211 device sb: audio, isadma, sbdsp, mulaw, auconv
212 file dev/isa/sb.c sb needs-flag
213
214 attach sb at isa with sb_isa
215 file dev/isa/sb_isa.c sb_isa needs-flag
216
217 # ProAudio Spectrum
218 device pas: audio, isadma, sbdsp, mulaw, auconv
219 attach pas at isa
220 file dev/isa/pas.c pas needs-flag
221
222 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
223 define ad1848
224 file dev/isa/ad1848.c ad1848
225
226 # ICS2101 mixer chip support; used by other drivers
227 define ics2101
228 file dev/isa/ics2101.c ics2101
229
230
231 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
232 device pss {[port = -1], [size = 0],
233 [iomem = -1], [iosiz = 0],
234 [irq = -1], [drq = -1]}
235 attach pss at isa
236 device sp: audio, isadma, ad1848, auconv
237 attach sp at pss
238 file dev/isa/pss.c pss needs-flag
239
240 # Microsoft Windows Sound System
241 device wss: audio, isadma, ad1848, auconv
242 attach wss at isa
243 file 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.
248 device gus: audio, isadma, ics2101, ad1848, mulaw, auconv
249 attach gus at isa
250 file dev/isa/gus.c gus needs-flag
251
252 #
253 # PlanetConnect satellite receiver driver.
254 #
255 device satlink: isadma
256 attach satlink at isa
257 file dev/isa/satlink.c satlink needs-flag
258