summaryrefslogtreecommitdiff
path: root/sys/dev/isa/files.isa
blob: 74a479c32b3cf3fda8f613ee162daa1d2b90a721 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
#	$NetBSD: files.isa,v 1.102 2000/05/01 22:48:33 augustss Exp $
#
# Config file and device description for machine-independent ISA code.
# Included by ports that need it.  Requires that the SCSI files be
# defined first.

# ports should specify appropriate major numbers for the following
# devices:
#	mcd, scd, wd, wt

device	isa {[port = -1], [size = 0],
	     [iomem = -1], [iosiz = 0],
	     [irq = -1], [drq = -1], [drq2 = -1]}
attach	isa at isabus
file	dev/isa/isa.c			isa needs-flag

# ISA DMA controller
define	isadma
file	dev/isa/isadma.c		isadma needs-flag

#
# 8250/16[45]50-based multi-port serial boards
#

define	commulti {[slave = -1]}

# AST 4-port board
device	ast: commulti
attach	ast at isa
file	dev/isa/ast.c			ast

# TC-800 8-port board
device	tcom: commulti
attach	tcom at isa
file	dev/isa/tcom.c			tcom

# BOCA 8-port board
device	boca: commulti
attach	boca at isa
file	dev/isa/boca.c			boca

# Addonics FlexPort multiport serial card
device	addcom: commulti
attach	addcom at isa with addcom_isa
file	dev/isa/addcom_isa.c		addcom

# IBM RT PC 4-port board
device	rtfps: commulti
attach	rtfps at isa
file	dev/isa/rtfps.c			rtfps

# BOCA 6-port board (3x 16552)
device  ioat: commulti
attach  ioat at isa
file    dev/isa/ioat66.c                ioat

#
# Serial and parallel drivers
#

attach	com at isa with com_isa
file	dev/isa/com_isa.c		com_isa

attach	com at commulti with com_multi
file	dev/isa/com_multi.c		com_multi

# Cyclades Cyclom-8/16/32 
attach	cy at isa with cy_isa
file	dev/isa/cy_isa.c		cy_isa

# PC-style parallel ports (XXX what chip?)
# XXX chip driver should be defined elsewhere
device	lpt
file	dev/ic/lpt.c			lpt needs-flag

# PC-style parallel ports: ISA bus attachment
attach	lpt at isa with lpt_isa
file	dev/isa/lpt_isa.c		lpt_isa

#
# SCSI host adapters
#

# AdvanSys 514x family
# device declaration in sys/conf/files
attach  adv at isa with adv_isa: isadma
file    dev/isa/adv_isa.c               adv_isa

# Adaptec AHA-154x family
# device declaration in sys/conf/files
attach	aha at isa with aha_isa: isadma
file	dev/isa/aha_isa.c		aha_isa

# Adaptec AIC-6[32]60 ICs
# device declaration in sys/conf/files
attach	aic at isa with aic_isa: isadma
file	dev/isa/aic_isa.c		aic_isa

# Qlogic ESP406/FAS408 boards
# device declaration in sys/conf/files
attach	esp at isa with esp_isa: isadma
file	dev/isa/esp_isa.c		esp_isa

# BusLogic BT-[45]4x ISA family
# device declaration in sys/conf/files
attach	bha at isa with bha_isa: isadma
file	dev/isa/bha_isa.c		bha_isa

# DPT SmartCache/SmartRAID III/IV ISA family
# device declaration in sys/conf/files
attach	dpt at isa with dpt_isa: isadma
file	dev/isa/dpt_isa.c		dpt_isa

# Seagate ST0[12] ICs
device	sea: scsi, isadma
attach	sea at isa
file	dev/isa/seagate.c		sea

# UltraStor UHA-[13]4f boards
# device declaration in sys/conf/files
attach	uha at isa with uha_isa: isadma
file	dev/isa/uha_isa.c		uha_isa

# Western Digital WD7000 and Future Domain TMC-7000 boards
device	wds: scsi, isadma
attach	wds at isa
file	dev/isa/wds.c			wds

#
# Other ISA disk controllers
#

# Mitsumi CD-ROM controllers
device	mcd: disk
attach	mcd at isa
file	dev/isa/mcd.c			mcd needs-flag
defopt	MCD_PROMISC			# enable "promiscuous" match

# Sony CDU-3[13]A CD-ROM drives
device	scd: disk
attach	scd at isa
file	dev/isa/scd.c			scd needs-flag

attach	wdc at isa with wdc_isa: isadma
file    dev/isa/wdc_isa.c           	wdc_isa

# Wangtek- and Archive-compatible tape controller boards
device	wt: tape, isadma
attach	wt at isa
file	dev/isa/wt.c			wt needs-flag

#
# ISA networking drivers
#

# WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
# MUST be first: probe is non invasive, and registers are clobbered
# by other drivers's probe
device	we: ether, ifnet, arp, dp8390nic
attach	we at isa
file	dev/isa/if_we.c			we

# 3Com common probe code
define	elink
file	dev/isa/elink.c			elink

# 3Com 3C503
device	ec: ether, ifnet, arp, dp8390nic
attach	ec at isa
file	dev/isa/if_ec.c			ec

# 3Com 3C505
device	eg: ether, ifnet, arp
attach	eg at isa
file	dev/isa/if_eg.c			eg

# 3Com 3C501
device	el: ether, ifnet, arp
attach	el at isa
file	dev/isa/if_el.c			el

# 3Com 3C509 Ethernet controller
# device declaration in sys/conf/files
attach	ep at isa with ep_isa: elink
file	dev/isa/if_ep_isa.c		ep_isa

# SDL Communications N2 PCI Network Interface
# device in sys/conf/files
attach	ntwoc at isa with ntwoc_isa
file	dev/isa/if_ntwoc_isa.c          ntwoc_isa


# Allied Telesis MB8695-based boards
# (Allied Telesis AT1700)
device	ate: arp, ether, ifnet, mb86960
attach	ate at isa
file	dev/isa/if_ate.c		ate

# Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
device	cs: arp, ether, ifnet, isadma
file	dev/isa/cs89x0.c		cs

attach	cs at isa with cs_isa
file	dev/isa/if_cs_isa.c		cs_isa

# Fujitsu MB86960-based boards
# (Fujitsu FMV-180 series)
device	fmv: arp, ether, ifnet, mb86960
attach	fmv at isa
file	dev/isa/if_fmv.c		fmv

# HP Lan Ethernet controllers
# XXX currently broken
#device hp: ether, ifnet, arp
#attach	hp at isa
#file	dev/isa/if_hp.c			hp

# Intel i82595-based boards.
# (Intel EtherExpress PRO)
device  iy: ether, ifnet, arp
attach	iy at isa
file    dev/isa/if_iy.c			iy

# the probe routine of this "recognizes" the iy. Probe after it.
# NCR 5380-based boards
attach	nca at isa with nca_isa
file	dev/isa/nca_isa.c		nca_isa

# AMD am7990 (Lance) -based boards
# (BICC Isolan, NE2100, DEPCA)
# device declaration in sys/conf/files
device nele {}
attach nele at isa
attach le at nele with le_nele: le24, isadma
device bicc {}
attach bicc at isa
attach le at bicc with le_bicc: le24, isadma
file	dev/isa/if_le_isa.c	nele | bicc
device depca {}
attach	depca at isa with depca_isa
attach	le at depca with le_depca: le24
file	dev/isa/if_depca_isa.c	depca

# DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
attach  lc at isa with lc_isa
file    dev/isa/if_lc_isa.c		lc_isa

# Novell NE1000, NE2000, and clones
attach	ne at isa with ne_isa: rtl80x9
file	dev/isa/if_ne_isa.c		ne_isa

# SMC91Cxx Ethernet Controllers 
attach	sm at isa with sm_isa
file	dev/isa/if_sm_isa.c		sm_isa

# 3Com 3C507
device	ef: ether, ifnet, arp, elink, i82586
attach	ef at isa
file	dev/isa/if_ef.c		ef

# AT&T StarLan boards
device	ai: ether, ifnet, arp, i82586
attach	ai at isa
file	dev/isa/if_ai.c		ai

# EtherExpress/16
device	ix: ether, ifnet, arp, i82586
attach	ix at isa
file	dev/isa/if_ix.c		ix

# TROPIC based Token-Ring (IBM/3COM)
define	tr_isa
file	dev/isa/if_tr_isa.c		tr_isa
attach	tr at isa with tr_isa: tr_isa, elink
file	dev/isa/if_tribm_isa.c		tr_isa
file	dev/isa/if_trtcm_isa.c		tr_isa

# ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card
attach	wl at isa with wl_isa: i82586, wavelan
file	dev/isa/if_wl_isa.c		wl_isa

#
# ISA Sound hardware
#

# MPU401 MIDI UART compatibles
attach	mpu at isa with mpu_isa
file	dev/isa/mpu_isa.c		mpu_isa

# the SoundBlaster DSP, or close likenesses; used by other drivers
define	sbdsp { }
file	dev/isa/sbdsp.c			sbdsp

# SoundBlaster family
device	sb: audio, isadma, sbdsp, mulaw, auconv, midibus
file	dev/isa/sb.c			sb needs-flag

attach	sb at isa with sb_isa
file	dev/isa/sb_isa.c		sb_isa needs-flag

attach	opl at sbdsp with opl_sb
file	dev/isa/opl_sb.c		opl_sb

attach	mpu at sbdsp with mpu_sb
file	dev/isa/mpu_sb.c		mpu_sb

# ProAudio Spectrum
device	pas: audio, isadma, sbdsp, mulaw, auconv
attach	pas at isa
file	dev/isa/pas.c			pas needs-flag

# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
file	dev/isa/ad1848_isa.c		ad1848

# ICS2101 mixer chip support; used by other drivers
define	ics2101
file	dev/isa/ics2101.c		ics2101


# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
device	pss {[port = -1], [size = 0],
	     [iomem = -1], [iosiz = 0],
	     [irq = -1], [drq = -1]}
attach	pss at isa
device	sp: audio, isadma, ad1848, auconv
attach	sp at pss
file	dev/isa/pss.c			pss needs-flag

# Microsoft Windows Sound System
device	wss { } : audio, isadma, ad1848, auconv
file	dev/isa/wss.c			wss needs-flag

attach	wss at isa with wss_isa
file	dev/isa/wss_isa.c		wss_isa needs-flag

attach	opl at wss with opl_wss
file	dev/isa/opl_wss.c		opl_wss

# ESS Technology ES1887/ES888/ES1888
device	ess { } : audio, isadma, mulaw, auconv, midibus
file	dev/isa/ess.c			ess needs-flag

attach	ess at isa with ess_isa
file	dev/isa/ess_isa.c		ess_isa needs-flag

attach	opl at ess with opl_ess
file	dev/isa/opl_ess.c		opl_ess

# Yamaha OPL2/OPL3 FM synth
attach	opl at isa with opl_isa
file	dev/isa/opl_isa.c		opl_isa

# Yamaha OPL3-SA3
device	ym { }: audio, isadma, ad1848, auconv
file	dev/isa/ym.c			ym
defopt	opt_ym.h	YM_POWER_MODE YM_POWER_OFF_SEC

attach	opl at ym with opl_ym
file	dev/isa/opl_ym.c		opl_ym

attach	mpu at ym with mpu_ym
file	dev/isa/mpu_ym.c		mpu_ym needs-flag

# Gravis UltraSound & UltraSound MAX.
# Use the "drq2" keyword in a config file to specify an extra DMA
# channel for full-duplex operation. 
device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
attach	gus at isa
file	dev/isa/gus.c			gus needs-flag

# Sierra's Aria chipset.
# (e.g. Prometheus Aria 16)
device	aria: audio, mulaw, auconv
attach	aria at isa
file	dev/isa/aria.c			aria needs-flag

# Creative Music System (CMS)
device	cms: midibus
attach	cms at isa
file	dev/isa/cms.c			cms needs-flag

#
# PlanetConnect satellite receiver driver.
#
device satlink: isadma
attach satlink at isa
file dev/isa/satlink.c			satlink	needs-flag

# ISA PC keyboard controller
attach  pckbc at isa with pckbc_isa
file    dev/isa/pckbc_isa.c		pckbc	needs-flag

# generic ISA VGA
attach	vga at isa with vga_isa
file	dev/isa/vga_isa.c	vga_isa	needs-flag

# generic EGA
device ega: wsemuldisplaydev, pcdisplayops
attach	ega at isa
file	dev/isa/ega.c		ega	needs-flag

# generic PC graphics adapter (MGA, CGA, ...)
device pcdisplay: wsemuldisplaydev, pcdisplayops
attach	pcdisplay at isa
file	dev/isa/pcdisplay.c	pcdisplay	needs-flag

# PC PPI + TIMER 1 (speaker interface)
device  pcppi {}
attach  pcppi at isa
file	dev/isa/pcppi.c	pcppi	needs-flag
device spkr
attach spkr at pcppi
file	dev/isa/spkr.c		spkr	needs-flag
attach midi at pcppi with midi_pcppi: midisyn
file	dev/isa/midi_pcppi.c    midi_pcppi

#
# Environmental monitors
#

# LM78 temp/fanspeed monitor
attach  lm at isa with lm_isa
file    dev/isa/lm_isa.c	lm_isa


#
# ISA Plug 'n Play autoconfiguration glue.
# THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
# ISA PnP devices often use `device' declarations listed in this file.
#
include "dev/isapnp/files.isapnp"