Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.89
      1 #	$NetBSD: files.isa,v 1.89 1999/09/09 09:54:08 is 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 # TC-800 8-port board
     33 device	tcom: commulti
     34 attach	tcom at isa
     35 file	dev/isa/tcom.c			tcom
     36 
     37 # BOCA 8-port board
     38 device	boca: commulti
     39 attach	boca at isa
     40 file	dev/isa/boca.c			boca
     41 
     42 # IBM RT PC 4-port board
     43 device	rtfps: commulti
     44 attach	rtfps at isa
     45 file	dev/isa/rtfps.c			rtfps
     46 
     47 #
     48 # Serial and parallel drivers
     49 #
     50 
     51 attach	com at isa with com_isa
     52 file	dev/isa/com_isa.c		com_isa
     53 
     54 attach	com at commulti with com_multi
     55 file	dev/isa/com_multi.c		com_multi
     56 
     57 # Cyclades Cyclom-8/16/32 
     58 attach	cy at isa with cy_isa
     59 file	dev/isa/cy_isa.c		cy_isa
     60 
     61 # PC-style parallel ports (XXX what chip?)
     62 # XXX chip driver should be defined elsewhere
     63 device	lpt
     64 file	dev/ic/lpt.c			lpt needs-flag
     65 
     66 # PC-style parallel ports: ISA bus attachment
     67 attach	lpt at isa with lpt_isa
     68 file	dev/isa/lpt_isa.c		lpt_isa
     69 
     70 #
     71 # SCSI host adapters
     72 #
     73 
     74 # AdvanSys 514x family
     75 # device declaration in sys/conf/files
     76 attach  adv at isa with adv_isa: isadma
     77 file    dev/isa/adv_isa.c               adv_isa
     78 
     79 # Adaptec AHA-154x family
     80 # device declaration in sys/conf/files
     81 attach	aha at isa with aha_isa: isadma
     82 file	dev/isa/aha_isa.c		aha_isa
     83 
     84 # Adaptec AIC-6[32]60 ICs
     85 # device declaration in sys/conf/files
     86 attach	aic at isa with aic_isa: isadma
     87 file	dev/isa/aic_isa.c		aic_isa
     88 
     89 # Qlogic ESP406/FAS408 boards
     90 # ncr53c9x device declaration in sys/conf/files
     91 device	esp: scsi, ncr53c9x, isadma
     92 attach	esp at isa with esp_isa
     93 file	dev/isa/esp_isa.c		esp_isa
     94 
     95 # BusLogic BT-[45]4x ISA family
     96 # device declaration in sys/conf/files
     97 attach	bha at isa with bha_isa: isadma
     98 file	dev/isa/bha_isa.c		bha_isa
     99 
    100 # Seagate ST0[12] ICs
    101 device	sea: scsi, isadma
    102 attach	sea at isa
    103 file	dev/isa/seagate.c		sea
    104 
    105 # UltraStor UHA-[13]4f boards
    106 # device declaration in sys/conf/files
    107 attach	uha at isa with uha_isa: isadma
    108 file	dev/isa/uha_isa.c		uha_isa
    109 
    110 # Western Digital WD7000 and Future Domain TMC-7000 boards
    111 device	wds: scsi, isadma
    112 attach	wds at isa
    113 file	dev/isa/wds.c			wds
    114 
    115 #
    116 # Other ISA disk controllers
    117 #
    118 
    119 # Mitsumi CD-ROM controllers
    120 device	mcd: disk
    121 attach	mcd at isa
    122 file	dev/isa/mcd.c			mcd needs-flag
    123 defopt	MCD_PROMISC			# enable "promiscuous" match
    124 
    125 # Sony CDU-3[13]A CD-ROM drives
    126 device	scd: disk
    127 attach	scd at isa
    128 file	dev/isa/scd.c			scd needs-flag
    129 
    130 attach	wdc at isa with wdc_isa: isadma
    131 file    dev/isa/wdc_isa.c           	wdc_isa
    132 
    133 # Wangtek- and Archive-compatible tape controller boards
    134 device	wt: tape, isadma
    135 attach	wt at isa
    136 file	dev/isa/wt.c			wt needs-flag
    137 
    138 #
    139 # ISA networking drivers
    140 #
    141 
    142 # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
    143 # MUST be first: probe is non invasive, and registers are clobbered
    144 # by other drivers's probe
    145 device	we: ether, ifnet, arp, dp8390nic
    146 attach	we at isa
    147 file	dev/isa/if_we.c			we
    148 
    149 # 3Com common probe code
    150 define	elink
    151 file	dev/isa/elink.c			elink
    152 
    153 # 3Com 3C503
    154 device	ec: ether, ifnet, arp, dp8390nic
    155 attach	ec at isa
    156 file	dev/isa/if_ec.c			ec
    157 
    158 # 3Com 3C505
    159 device	eg: ether, ifnet, arp
    160 attach	eg at isa
    161 file	dev/isa/if_eg.c			eg
    162 
    163 # 3Com 3C501
    164 device	el: ether, ifnet, arp
    165 attach	el at isa
    166 file	dev/isa/if_el.c			el
    167 
    168 # 3Com 3C509 Ethernet controller
    169 # device declaration in sys/conf/files
    170 attach	ep at isa with ep_isa: elink
    171 file	dev/isa/if_ep_isa.c		ep_isa
    172 
    173 # Allied Telesis MB8695-based boards
    174 # (Allied Telesis AT1700)
    175 device	ate: arp, ether, ifnet, mb86960
    176 attach	ate at isa
    177 file	dev/isa/if_ate.c		ate
    178 
    179 # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
    180 device	cs: arp, ether, ifnet, isadma
    181 file	dev/isa/cs89x0.c		cs
    182 
    183 attach	cs at isa with cs_isa
    184 file	dev/isa/if_cs_isa.c		cs_isa
    185 
    186 # Fujitsu MB86960-based boards
    187 # (Fujitsu FMV-180 series)
    188 device	fmv: arp, ether, ifnet, mb86960
    189 attach	fmv at isa
    190 file	dev/isa/if_fmv.c		fmv
    191 
    192 # HP Lan Ethernet controllers
    193 # XXX currently broken
    194 #device hp: ether, ifnet, arp
    195 #attach	hp at isa
    196 #file	dev/isa/if_hp.c			hp
    197 
    198 # Intel i82595-based boards.
    199 # (Intel EtherExpress PRO)
    200 device  iy: ether, ifnet, arp
    201 attach	iy at isa
    202 file    dev/isa/if_iy.c			iy
    203 
    204 # the probe routine of this "recognizes" the iy. Probe after it.
    205 # NCR 5380-based boards
    206 device	nca: scsi, ncr5380sbc
    207 attach	nca at isa
    208 file	dev/isa/nca.c			nca
    209 
    210 # AMD am7990 (Lance) -based boards
    211 # (BICC Isolan, NE2100, DEPCA)
    212 # device declaration in sys/conf/files
    213 device nele {}
    214 attach nele at isa
    215 attach le at nele with le_nele: le24, isadma
    216 device bicc {}
    217 attach bicc at isa
    218 attach le at bicc with le_bicc: le24, isadma
    219 file	dev/isa/if_le_isa.c	nele | bicc
    220 device depca {}
    221 attach	depca at isa with depca_isa
    222 attach	le at depca with le_depca: le24
    223 file	dev/isa/if_depca_isa.c	depca
    224 
    225 # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
    226 attach  lc at isa with lc_isa
    227 file    dev/isa/if_lc_isa.c		lc
    228 
    229 # Novell NE1000, NE2000, and clones
    230 attach	ne at isa with ne_isa: rtl80x9
    231 file	dev/isa/if_ne_isa.c		ne_isa
    232 
    233 # SMC91Cxx Ethernet Controllers 
    234 attach	sm at isa with sm_isa
    235 file	dev/isa/if_sm_isa.c		sm_isa
    236 
    237 # 3Com 3C507
    238 device	ef: ether, ifnet, arp, elink, i82586
    239 attach	ef at isa
    240 file	dev/isa/if_ef.c		ef
    241 
    242 # AT&T StarLan boards
    243 device	ai: ether, ifnet, arp, i82586
    244 attach	ai at isa
    245 file	dev/isa/if_ai.c		ai
    246 
    247 # EtherExpress/16
    248 device	ix: ether, ifnet, arp, i82586
    249 attach	ix at isa
    250 file	dev/isa/if_ix.c		ix
    251 
    252 # TROPIC based Token-Ring (IBM/3COM)
    253 define	tr_isa
    254 file	dev/isa/if_tr_isa.c		tr_isa
    255 attach	tr at isa with tr_isa: tr_isa, elink
    256 file	dev/isa/if_tribm_isa.c		tr_isa
    257 file	dev/isa/if_trtcm_isa.c		tr_isa
    258 
    259 #
    260 # ISA Sound hardware
    261 #
    262 
    263 # MPU401 MIDI UART compatibles
    264 attach	mpu at isa with mpu_isa
    265 file	dev/isa/mpu_isa.c		mpu_isa
    266 
    267 # the SoundBlaster DSP, or close likenesses; used by other drivers
    268 define	sbdsp { }
    269 file	dev/isa/sbdsp.c			sbdsp
    270 
    271 # SoundBlaster family
    272 device	sb: audio, isadma, sbdsp, mulaw, auconv, midibus
    273 file	dev/isa/sb.c			sb needs-flag
    274 
    275 attach	sb at isa with sb_isa
    276 file	dev/isa/sb_isa.c		sb_isa needs-flag
    277 
    278 attach	opl at sbdsp with opl_sb
    279 file	dev/isa/opl_sb.c		opl_sb
    280 
    281 attach	mpu at sbdsp with mpu_sb
    282 file	dev/isa/mpu_sb.c		mpu_sb
    283 
    284 # ProAudio Spectrum
    285 device	pas: audio, isadma, sbdsp, mulaw, auconv
    286 attach	pas at isa
    287 file	dev/isa/pas.c			pas needs-flag
    288 
    289 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    290 file	dev/isa/ad1848_isa.c		ad1848
    291 
    292 # ICS2101 mixer chip support; used by other drivers
    293 define	ics2101
    294 file	dev/isa/ics2101.c		ics2101
    295 
    296 
    297 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    298 device	pss {[port = -1], [size = 0],
    299 	     [iomem = -1], [iosiz = 0],
    300 	     [irq = -1], [drq = -1]}
    301 attach	pss at isa
    302 device	sp: audio, isadma, ad1848, auconv
    303 attach	sp at pss
    304 file	dev/isa/pss.c			pss needs-flag
    305 
    306 # Microsoft Windows Sound System
    307 device	wss { } : audio, isadma, ad1848, auconv
    308 file	dev/isa/wss.c			wss needs-flag
    309 
    310 attach	wss at isa with wss_isa
    311 file	dev/isa/wss_isa.c		wss_isa needs-flag
    312 
    313 attach	opl at wss with opl_wss
    314 file	dev/isa/opl_wss.c		opl_wss
    315 
    316 # ESS Technology ES1887/ES888/ES1888
    317 device	ess { } : audio, isadma, mulaw, auconv, midibus
    318 file	dev/isa/ess.c			ess needs-flag
    319 
    320 attach	ess at isa with ess_isa
    321 file	dev/isa/ess_isa.c		ess_isa needs-flag
    322 
    323 attach	opl at ess with opl_ess
    324 file	dev/isa/opl_ess.c		opl_ess
    325 
    326 # Yamaha OPL2/OPL3 FM synth
    327 attach	opl at isa with opl_isa
    328 file	dev/isa/opl_isa.c		opl_isa
    329 
    330 # Yamaha OPL3-SA3
    331 device	ym: audio, isadma, ad1848, auconv
    332 file	dev/isa/ym.c			ym needs-flag
    333 
    334 # Gravis UltraSound & UltraSound MAX.
    335 # Use the "drq2" keyword in a config file to specify an extra DMA
    336 # channel for full-duplex operation. 
    337 device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
    338 attach	gus at isa
    339 file	dev/isa/gus.c			gus needs-flag
    340 
    341 # Sierra's Aria chipset.
    342 # (e.g. Prometheus Aria 16)
    343 device	aria: audio, mulaw, auconv
    344 attach	aria at isa
    345 file	dev/isa/aria.c			aria needs-flag
    346 
    347 #
    348 # PlanetConnect satellite receiver driver.
    349 #
    350 device satlink: isadma
    351 attach satlink at isa
    352 file dev/isa/satlink.c			satlink	needs-flag
    353 
    354 #
    355 # PC keyboard controller
    356 #
    357 device  pckbc {[slot = -1]}
    358 attach  pckbc at isa
    359 file    dev/isa/pckbc.c          pckbc	needs-flag
    360 
    361 # generic ISA VGA
    362 attach	vga at isa with vga_isa
    363 file	dev/isa/vga_isa.c	vga_isa	needs-flag
    364 
    365 # generic PC graphics adapter (MGA, CGA, ...)
    366 device pcdisplay: wsemuldisplaydev, pcdisplayops
    367 attach	pcdisplay at isa
    368 file	dev/isa/pcdisplay.c	pcdisplay	needs-flag
    369 
    370 # PC PPI + TIMER 1 (speaker interface)
    371 device  pcppi {}
    372 attach  pcppi at isa
    373 file	dev/isa/pcppi.c	pcppi	needs-flag
    374 device spkr
    375 attach spkr at pcppi
    376 file	dev/isa/spkr.c		spkr	needs-flag
    377 attach midi at pcppi with midi_pcppi: midisyn
    378 file	dev/isa/midi_pcppi.c    midi_pcppi
    379 
    380 #
    381 # ISA Plug 'n Play autoconfiguration glue.
    382 # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
    383 # ISA PnP devices often use `device' declarations listed in this file.
    384 #
    385 include "dev/isapnp/files.isapnp"
    386