Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.135
      1 #	$NetBSD: files.isa,v 1.135 2004/09/14 17:19:34 drochner 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 file	dev/isa/isabusprint.c		isabus
     18 
     19 # ISA DMA controller
     20 define	isadma
     21 file	dev/isa/isadma.c		isadma			needs-flag
     22 
     23 #
     24 # 8250/16[45]50-based multi-port serial boards
     25 #
     26 
     27 define	commulti {[slave = -1]}
     28 file	dev/isa/commultiprint.c		commulti
     29 
     30 # AST 4-port board
     31 device	ast: commulti
     32 attach	ast at isa
     33 file	dev/isa/ast.c			ast
     34 
     35 # TC-800 8-port board
     36 device	tcom: commulti
     37 attach	tcom at isa
     38 file	dev/isa/tcom.c			tcom
     39 
     40 # BOCA 8-port board
     41 device	boca: commulti
     42 attach	boca at isa
     43 file	dev/isa/boca.c			boca
     44 
     45 # Addonics FlexPort multiport serial card
     46 device	addcom: commulti
     47 attach	addcom at isa with addcom_isa
     48 file	dev/isa/addcom_isa.c		addcom
     49 
     50 # IBM RT PC 4-port board
     51 device	rtfps: commulti
     52 attach	rtfps at isa
     53 file	dev/isa/rtfps.c			rtfps
     54 
     55 # BOCA 6-port board (3x 16552)
     56 device	ioat: commulti
     57 attach	ioat at isa
     58 file	dev/isa/ioat66.c		ioat
     59 
     60 # MOXA 8-port board
     61 device	moxa: commulti
     62 attach	moxa at isa with moxa_isa
     63 file	dev/isa/moxa_isa.c		moxa
     64 
     65 #
     66 # Serial and parallel drivers
     67 #
     68 
     69 attach	com at isa with com_isa
     70 file	dev/isa/com_isa.c		com_isa
     71 
     72 attach	com at commulti with com_multi
     73 file	dev/isa/com_multi.c		com_multi
     74 
     75 # Cyclades Cyclom-8/16/32 
     76 attach	cy at isa with cy_isa
     77 file	dev/isa/cy_isa.c		cy_isa
     78 
     79 # PC-style parallel ports: ISA bus attachment (XXX what chip?)
     80 # XXX chip driver should be defined elsewhere
     81 attach	lpt at isa with lpt_isa
     82 file	dev/isa/lpt_isa.c		lpt_isa & !ppbus
     83 
     84 # Parallel port chipset
     85 attach	atppc at isa with atppc_isa: isadma
     86 file	dev/isa/atppc_isa.c		atppc_isa
     87 file	dev/isa/atppc_isadma.c		atppc_isa | atppc_acpi | atppc_pnpbios | atppc_ofisa | atppc_isapnp
     88 
     89 #
     90 # SCSI host adapters
     91 #
     92 
     93 # AdvanSys 514x family
     94 # device declaration in sys/conf/files
     95 attach	adv at isa with adv_isa: isadma
     96 file	dev/isa/adv_isa.c               adv_isa
     97 
     98 # Adaptec AHA-154x family
     99 # device declaration in sys/conf/files
    100 attach	aha at isa with aha_isa: isadma
    101 file	dev/isa/aha_isa.c		aha_isa
    102 
    103 # Adaptec AIC-6[32]60 ICs
    104 # device declaration in sys/conf/files
    105 attach	aic at isa with aic_isa: isadma
    106 file	dev/isa/aic_isa.c		aic_isa
    107 
    108 # Qlogic ESP406/FAS408 boards
    109 # device declaration in sys/conf/files
    110 attach	esp at isa with esp_isa: isadma
    111 file	dev/isa/esp_isa.c		esp_isa
    112 
    113 # BusLogic BT-[45]4x ISA family
    114 # device declaration in sys/conf/files
    115 attach	bha at isa with bha_isa: isadma
    116 file	dev/isa/bha_isa.c		bha_isa
    117 
    118 # DPT SmartCache/SmartRAID III/IV ISA family
    119 # device declaration in sys/conf/files
    120 attach	dpt at isa with dpt_isa: isadma
    121 file	dev/isa/dpt_isa.c		dpt_isa
    122 
    123 # Seagate ST0[12] ICs
    124 device	sea: scsi, isadma
    125 attach	sea at isa
    126 file	dev/isa/seagate.c		sea
    127 
    128 # UltraStor UHA-[13]4f boards
    129 # device declaration in sys/conf/files
    130 attach	uha at isa with uha_isa: isadma
    131 file	dev/isa/uha_isa.c		uha_isa
    132 
    133 # Western Digital WD7000 and Future Domain TMC-7000 boards
    134 device	wds: scsi, isadma
    135 attach	wds at isa
    136 file	dev/isa/wds.c			wds
    137 
    138 #
    139 # Other ISA disk controllers
    140 #
    141 
    142 # Mitsumi CD-ROM controllers
    143 device	mcd: disk
    144 attach	mcd at isa
    145 file	dev/isa/mcd.c			mcd			needs-flag
    146 defflag			MCD_PROMISC		# enable "promiscuous" match
    147 
    148 # Sony CDU-3[13]A CD-ROM drives
    149 device	scd: disk
    150 attach	scd at isa
    151 file	dev/isa/scd.c			scd			needs-flag
    152 
    153 attach	wdc at isa with wdc_isa
    154 file	dev/isa/wdc_isa.c		wdc_isa
    155 
    156 # Wangtek- and Archive-compatible tape controller boards
    157 device	wt: tape, isadma
    158 attach	wt at isa
    159 file	dev/isa/wt.c			wt			needs-flag
    160 
    161 #
    162 # GPIB controllers
    163 #
    164 
    165 device	cec: gpibdev
    166 attach	cec at isa
    167 file	dev/isa/cec.c			cec
    168 
    169 #
    170 # ISA networking drivers
    171 #
    172 
    173 # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
    174 # MUST be first: probe is non invasive, and registers are clobbered
    175 # by other drivers's probe
    176 # device declaration in sys/conf/files
    177 attach	we at isa with we_isa
    178 file	dev/isa/if_we_isa.c		we_isa
    179 
    180 # 3Com common probe code
    181 define	elink
    182 file	dev/isa/elink.c			elink
    183 
    184 # 3Com 3C503
    185 device	ec: ether, ifnet, arp, dp8390nic
    186 attach	ec at isa
    187 file	dev/isa/if_ec.c			ec
    188 
    189 # 3Com 3C505
    190 device	eg: ether, ifnet, arp
    191 attach	eg at isa
    192 file	dev/isa/if_eg.c			eg
    193 
    194 # 3Com 3C501
    195 device	el: ether, ifnet, arp
    196 attach	el at isa
    197 file	dev/isa/if_el.c			el
    198 
    199 # 3Com 3C509 Ethernet controller
    200 # device declaration in sys/conf/files
    201 attach	ep at isa with ep_isa: elink
    202 file	dev/isa/if_ep_isa.c		ep_isa
    203 
    204 # SDL Communications N2 PCI Network Interface
    205 # device in sys/conf/files
    206 attach	ntwoc at isa with ntwoc_isa
    207 file	dev/isa/if_ntwoc_isa.c          ntwoc_isa
    208 
    209 
    210 # Allied Telesis MB8695-based boards
    211 # (Allied Telesis AT1700)
    212 # device in sys/conf/files
    213 attach	ate at isa with ate_isa
    214 file	dev/isa/if_ate.c		ate_isa
    215 
    216 # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
    217 define	cs_isa_common
    218 file	dev/isa/cs89x0isa.c		cs_isa_common
    219 attach	cs at isa with cs_isa: cs_isa_common, isadma
    220 file	dev/isa/if_cs_isa.c		cs_isa
    221 
    222 # Fujitsu MB86960-based boards
    223 # (Fujitsu FMV-180 series)
    224 # device in sys/conf/files
    225 attach	fmv at isa with fmv_isa
    226 file	dev/isa/if_fmv_isa.c		fmv_isa
    227 
    228 # HP Lan Ethernet controllers
    229 # XXX currently broken
    230 #device hp: ether, ifnet, arp
    231 #attach	hp at isa
    232 #file	dev/isa/if_hp.c			hp
    233 
    234 # Intel i82595-based boards.
    235 # (Intel EtherExpress PRO)
    236 device	iy: ether, ifnet, arp
    237 attach	iy at isa
    238 file	dev/isa/if_iy.c			iy
    239 
    240 # the probe routine of this "recognizes" the iy. Probe after it.
    241 # NCR 5380-based boards
    242 attach	nca at isa with nca_isa
    243 file	dev/isa/nca_isa.c		nca_isa
    244 
    245 # AMD am7990 (Lance) -based boards
    246 # (BICC Isolan, NE2100, DEPCA)
    247 # device declaration in sys/conf/files
    248 device	nele {}
    249 attach	nele at isa
    250 attach	le at nele with le_nele: le24, isadma
    251 device	bicc {}
    252 attach	bicc at isa
    253 attach	le at bicc with le_bicc: le24, isadma
    254 file	dev/isa/if_le_isa.c		nele | bicc
    255 attach	depca at isa with depca_isa
    256 file	dev/isa/depca_isa.c		depca
    257 
    258 # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
    259 attach	lc at isa with lc_isa
    260 file	dev/isa/if_lc_isa.c		lc_isa
    261 
    262 # Novell NE1000, NE2000, and clones
    263 attach	ne at isa with ne_isa: rtl80x9
    264 file	dev/isa/if_ne_isa.c		ne_isa
    265 
    266 # SMC91Cxx Ethernet Controllers 
    267 attach	sm at isa with sm_isa
    268 file	dev/isa/if_sm_isa.c		sm_isa
    269 
    270 # 3Com 3C507
    271 device	ef: ether, ifnet, arp, elink, i82586
    272 attach	ef at isa
    273 file	dev/isa/if_ef.c			ef
    274 
    275 # AT&T StarLan boards
    276 device	ai: ether, ifnet, arp, i82586
    277 attach	ai at isa
    278 file	dev/isa/if_ai.c			ai
    279 
    280 # EtherExpress/16
    281 device	ix: ether, ifnet, arp, i82586
    282 attach	ix at isa
    283 file	dev/isa/if_ix.c			ix
    284 
    285 # TROPIC based Token-Ring (IBM/3COM)
    286 define	tr_isa
    287 file	dev/isa/if_tr_isa.c		tr_isa
    288 attach	tr at isa with tr_isa: tr_isa, elink
    289 file	dev/isa/if_tribm_isa.c		tr_isa
    290 file	dev/isa/if_trtcm_isa.c		tr_isa
    291 
    292 # ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card
    293 attach	wl at isa with wl_isa: i82586, wavelan
    294 file	dev/isa/if_wl_isa.c		wl_isa
    295 
    296 #
    297 # ISA Sound hardware
    298 #
    299 
    300 # MPU401 MIDI UART compatibles
    301 attach	mpu at isa with mpu_isa
    302 file	dev/isa/mpu_isa.c		mpu_isa
    303 
    304 # the SoundBlaster DSP, or close likenesses; used by other drivers
    305 define	sbdsp { }
    306 file	dev/isa/sbdsp.c			sbdsp
    307 
    308 # SoundBlaster family
    309 device	sb: audiobus, isadma, sbdsp, mulaw, auconv, midibus
    310 file	dev/isa/sb.c			sb			needs-flag
    311 
    312 attach	sb at isa with sb_isa
    313 file	dev/isa/sb_isa.c		sb_isa			needs-flag
    314 
    315 attach	opl at sbdsp with opl_sb
    316 file	dev/isa/opl_sb.c		opl_sb
    317 
    318 attach	mpu at sbdsp with mpu_sb
    319 file	dev/isa/mpu_sb.c		mpu_sb
    320 
    321 # ProAudio Spectrum
    322 device	pas: audiobus, isadma, sbdsp, mulaw, auconv
    323 attach	pas at isa
    324 file	dev/isa/pas.c			pas			needs-flag
    325 
    326 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    327 file	dev/isa/ad1848_isa.c		ad1848
    328 
    329 # ICS2101 mixer chip support; used by other drivers
    330 define	ics2101
    331 file	dev/isa/ics2101.c		ics2101
    332 
    333 
    334 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    335 device	pss {[port = -1], [size = 0],
    336 	     [iomem = -1], [iosiz = 0],
    337 	     [irq = -1], [drq = -1]}
    338 attach	pss at isa
    339 device	sp: audiobus, isadma, ad1848, auconv
    340 attach	sp at pss
    341 file	dev/isa/pss.c			pss			needs-flag
    342 
    343 # Microsoft Windows Sound System
    344 device	wss { } : audiobus, isadma, ad1848, auconv
    345 file	dev/isa/wss.c			wss			needs-flag
    346 
    347 attach	wss at isa with wss_isa
    348 file	dev/isa/wss_isa.c		wss_isa			needs-flag
    349 
    350 attach	opl at wss with opl_wss
    351 file	dev/isa/opl_wss.c		opl_wss
    352 
    353 # ESS Technology ES1887/ES888/ES1888
    354 device	ess { } : audiobus, isadma, mulaw, auconv, midibus
    355 file	dev/isa/ess.c			ess			needs-flag
    356 
    357 attach	ess at isa with ess_isa
    358 file	dev/isa/ess_isa.c		ess_isa			needs-flag
    359 
    360 attach	opl at ess with opl_ess
    361 file	dev/isa/opl_ess.c		opl_ess
    362 
    363 attach	joy at ess with joy_ess
    364 file	dev/isa/joy_ess.c		joy_ess			needs-flag
    365 
    366 # Yamaha OPL2/OPL3 FM synth
    367 attach	opl at isa with opl_isa
    368 file	dev/isa/opl_isa.c		opl_isa
    369 
    370 # Yamaha OPL3-SA3
    371 device	ym { }: audiobus, isadma, ad1848, auconv
    372 file	dev/isa/ym.c			ym
    373 defparam opt_ym.h	YM_POWER_MODE YM_POWER_OFF_SEC
    374 
    375 attach	opl at ym with opl_ym
    376 file	dev/isa/opl_ym.c		opl_ym
    377 
    378 attach	mpu at ym with mpu_ym
    379 file	dev/isa/mpu_ym.c		mpu_ym			needs-flag
    380 
    381 # Gravis UltraSound & UltraSound MAX.
    382 # Use the "drq2" keyword in a config file to specify an extra DMA
    383 # channel for full-duplex operation. 
    384 device	gus: audiobus, isadma, ics2101, ad1848, mulaw, auconv
    385 attach	gus at isa
    386 file	dev/isa/gus.c			gus			needs-flag
    387 
    388 # Sierra's Aria chipset.
    389 # (e.g. Prometheus Aria 16)
    390 device	aria: audiobus, mulaw, auconv
    391 attach	aria at isa
    392 file	dev/isa/aria.c			aria
    393 
    394 # Creative Music System (CMS)
    395 device	cms: midibus
    396 attach	cms at isa
    397 file	dev/isa/cms.c			cms
    398 
    399 #
    400 # PlanetConnect satellite receiver driver.
    401 #
    402 device	satlink: isadma
    403 attach	satlink at isa
    404 file	dev/isa/satlink.c		satlink			needs-flag
    405 
    406 # ISA PC keyboard controller
    407 attach	pckbc at isa with pckbc_isa
    408 file	dev/isa/pckbc_isa.c		pckbc_isa
    409 
    410 # generic ISA VGA
    411 attach	vga at isa with vga_isa
    412 file	dev/isa/vga_isa.c		vga_isa			needs-flag
    413 
    414 # generic EGA
    415 device	ega: wsemuldisplaydev, pcdisplayops
    416 attach	ega at isa
    417 file	dev/isa/ega.c			ega			needs-flag
    418 
    419 # generic PC graphics adapter (MGA, CGA, ...)
    420 device	pcdisplay: wsemuldisplaydev, pcdisplayops
    421 attach	pcdisplay at isa
    422 file	dev/isa/pcdisplay.c		pcdisplay		needs-flag
    423 
    424 # Middle Digital, Inc. PC-Weasel serial console board.
    425 # XXX This is a little gross... this is to conditionally compile
    426 # support for the PC-Weasel into the `pcdisplay' driver,
    427 # but we can't use an `option', because options can't have
    428 # attributes.
    429 defpseudo pcweasel: sysmon_wdog
    430 file	dev/isa/weasel_isa.c		pcweasel		needs-flag
    431 
    432 # Sound Forte RadioLink SF16-FMR2 FM Radio Card
    433 device sf2r: radiodev, tea5757
    434 attach sf2r at isa
    435 file	dev/isa/sf16fmr2.c		sf2r
    436 
    437 # Aztech/PackardBell FM Radio Card
    438 device az: radiodev, lm700x
    439 attach az at isa
    440 file	dev/isa/aztech.c		az
    441 
    442 # AIMS Lab Radiotrack & compatible
    443 device	rt: radiodev, lm700x
    444 attach	rt at isa
    445 file	dev/isa/radiotrack.c		rt
    446 
    447 # AIMS Lab Radiotrack II FM Radio Card
    448 device	rtii: radiodev, tea5757
    449 attach	rtii at isa
    450 file	dev/isa/radiotrack2.c		rtii
    451 
    452 # PC PPI + TIMER 1 (speaker interface)
    453 device	pcppi {}
    454 attach	pcppi at isa
    455 file	dev/isa/pcppi.c			pcppi			needs-flag
    456 device	spkr
    457 attach	spkr at pcppi
    458 file	dev/isa/spkr.c			spkr			needs-flag
    459 attach	midi at pcppi with midi_pcppi: midisyn
    460 file	dev/isa/midi_pcppi.c		midi_pcppi
    461 
    462 #
    463 # Environmental monitors
    464 #
    465 
    466 # LM78 temp/fanspeed monitor
    467 attach	lm at isa with lm_isa
    468 file	dev/isa/lm_isa.c		lm_isa
    469 
    470 # ISDN devices
    471 attach	isic at isa with isic_isa
    472 file	dev/isa/isic_isa.c		isic_isa
    473 attach	daic at isa with daic_isa
    474 file	dev/isa/daic_isa.c		daic_isa
    475 
    476 defflag	opt_isicisa.h	ISICISA_TEL_S0_8 ISICISA_TEL_S0_16 ISICISA_TEL_S0_16_3
    477 			ISICISA_AVM_A1 ISICISA_USR_STI ISICISA_ITKIX1
    478 
    479 file	dev/isa/isic_isa_tel_s08.c	isic_isa
    480 file	dev/isa/isic_isa_tel_s016.c	isic_isa
    481 file	dev/isa/isic_isa_tel_s0163.c	isic_isa
    482 file	dev/isa/isic_isa_avm_a1.c	isic_isa
    483 file	dev/isa/isic_isa_usr_sti.c	isic_isa
    484 file	dev/isa/isic_isa_itk_ix1.c	isic_isa
    485 
    486 # Game adapter (joystick)
    487 attach	joy at isa with joy_isa
    488 file	dev/isa/joy_isa.c		joy_isa
    489 
    490 # NSC PC87366 Super IO / monitor chip
    491 device nsclpcsio: sysmon_envsys
    492 attach nsclpcsio at isa with nsclpcsio_isa
    493 file dev/isa/nsclpcsio_isa.c nsclpcsio_isa
    494 
    495 # USB Controller
    496 attach	slhci at isa with slhci_isa
    497 file	dev/isa/slhci_isa.c		slhci_isa
    498 
    499 #
    500 # ISA Plug 'n Play autoconfiguration glue.
    501 # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
    502 # ISA PnP devices often use `device' declarations listed in this file.
    503 #
    504 include	"dev/isapnp/files.isapnp"
    505 
    506