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