1998-06-06 14:12:34 +04:00
|
|
|
# $NetBSD: files.isa,v 1.61 1998/06/06 10:12:35 augustss Exp $
|
1995-04-17 20:58:30 +04:00
|
|
|
#
|
1997-07-21 00:30:46 +04:00
|
|
|
# Config file and device description for machine-independent ISA code.
|
1995-04-17 20:58:30 +04:00
|
|
|
# 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
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device isa {[port = -1], [size = 0],
|
1996-03-17 03:43:52 +03:00
|
|
|
[iomem = -1], [iosiz = 0],
|
1997-08-26 23:26:38 +04:00
|
|
|
[irq = -1], [drq = -1], [drq2 = -1]}
|
1996-03-17 03:43:52 +03:00
|
|
|
attach isa at isabus
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/isa.c isa needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# ISA DMA controller
|
1995-04-17 20:58:30 +04:00
|
|
|
define isadma
|
|
|
|
file dev/isa/isadma.c isadma needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# 8250/16[45]50-based multi-port serial boards
|
|
|
|
#
|
|
|
|
|
1995-04-17 20:58:30 +04:00
|
|
|
define commulti {[slave = -1]}
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# AST 4-port board
|
1998-02-17 01:12:45 +03:00
|
|
|
device ast: commulti
|
1996-03-17 03:43:52 +03:00
|
|
|
attach ast at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/ast.c ast
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# BOCA 8-port board
|
1998-02-17 01:12:45 +03:00
|
|
|
device boca: commulti
|
1996-03-17 03:43:52 +03:00
|
|
|
attach boca at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/boca.c boca
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# IBM RT PC 4-port board
|
1998-02-17 01:12:45 +03:00
|
|
|
device rtfps: commulti
|
1996-03-17 03:43:52 +03:00
|
|
|
attach rtfps at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/rtfps.c rtfps
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# Serial and parallel drivers
|
|
|
|
#
|
|
|
|
|
1996-03-17 03:43:52 +03:00
|
|
|
attach com at isa with com_isa
|
1997-04-05 00:56:34 +04:00
|
|
|
file dev/isa/com_isa.c com_isa
|
|
|
|
|
|
|
|
attach com at commulti with com_multi
|
|
|
|
file dev/isa/com_multi.c com_multi
|
1995-04-17 20:58:30 +04:00
|
|
|
|
1996-09-24 21:45:14 +04:00
|
|
|
# Cyclades Cyclom-8/16/32
|
|
|
|
attach cy at isa with cy_isa
|
|
|
|
file dev/isa/cy_isa.c cy_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1997-10-14 19:50:15 +04:00
|
|
|
# PC-style parallel ports (XXX what chip?)
|
|
|
|
# XXX chip driver should be defined elsewhere
|
1998-02-17 01:12:45 +03:00
|
|
|
device lpt
|
1997-10-14 19:50:15 +04:00
|
|
|
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
|
1995-04-17 20:58:30 +04:00
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# SCSI host adapters
|
|
|
|
#
|
|
|
|
|
|
|
|
# Adaptec AHA-154x family
|
1997-02-07 20:37:27 +03:00
|
|
|
# device declaration in sys/conf/files
|
1996-09-07 16:12:18 +04:00
|
|
|
attach aha at isa with aha_isa: isadma
|
1997-02-07 20:37:27 +03:00
|
|
|
file dev/isa/aha_isa.c aha_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1996-05-16 07:44:13 +04:00
|
|
|
# Adaptec AIC-6[32]60 ICs
|
1997-10-06 23:49:17 +04:00
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach aic at isa with aic_isa: isadma
|
|
|
|
file dev/isa/aic_isa.c aic_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1997-05-18 00:58:47 +04:00
|
|
|
# Qlogic ESP406/FAS408 boards
|
|
|
|
# ncr53c9x device declaration in sys/conf/files
|
1998-02-17 01:12:45 +03:00
|
|
|
device esp: scsi, ncr53c9x, isadma
|
1997-05-18 00:58:47 +04:00
|
|
|
attach esp at isa with esp_isa
|
|
|
|
file dev/isa/esp_isa.c esp_isa
|
|
|
|
|
1996-09-01 04:10:55 +04:00
|
|
|
# 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
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Seagate ST0[12] ICs
|
1998-02-17 01:12:45 +03:00
|
|
|
device sea: scsi, isadma
|
1996-03-17 03:43:52 +03:00
|
|
|
attach sea at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/seagate.c sea
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# UltraStor UHA-[13]4f boards
|
1996-09-01 04:10:55 +04:00
|
|
|
# device declaration in sys/conf/files
|
|
|
|
attach uha at isa with uha_isa: isadma
|
|
|
|
file dev/isa/uha_isa.c uha_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1996-03-29 23:53:30 +03:00
|
|
|
# Western Digital WD7000 and Future Domain TMC-7000 boards
|
1998-02-17 01:12:45 +03:00
|
|
|
device wds: scsi, isadma
|
1996-03-17 03:43:52 +03:00
|
|
|
attach wds at isa
|
1996-03-29 23:53:30 +03:00
|
|
|
file dev/isa/wds.c wds
|
1995-04-17 20:58:30 +04:00
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# Other ISA disk controllers
|
|
|
|
#
|
|
|
|
|
1995-04-19 06:11:10 +04:00
|
|
|
# Mitsumi CD-ROM controllers
|
1998-02-17 01:12:45 +03:00
|
|
|
device mcd: disk
|
1996-03-17 03:43:52 +03:00
|
|
|
attach mcd at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/mcd.c mcd needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1995-04-19 06:11:10 +04:00
|
|
|
# Sony CDU-3[13]A CD-ROM drives
|
1998-02-17 01:12:45 +03:00
|
|
|
device scd: disk
|
1996-03-17 03:43:52 +03:00
|
|
|
attach scd at isa
|
1995-04-19 06:11:10 +04:00
|
|
|
file dev/isa/scd.c scd needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1998-01-15 03:35:38 +03:00
|
|
|
# XXX THE FOLLOWING BLOCK SHOULD GO INTO conf/files, BUT CANNOT
|
1998-01-15 02:36:30 +03:00
|
|
|
# XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.
|
|
|
|
|
|
|
|
# ESDI/IDE/etc. controllers
|
1998-02-17 01:12:45 +03:00
|
|
|
device wdc: ata, atapi
|
1998-01-15 02:36:30 +03:00
|
|
|
file dev/ic/wdc.c
|
|
|
|
wdc & (wd | !wd) needs-flag # XXX
|
|
|
|
|
|
|
|
attach wdc at isa with wdc_isa: isadma
|
|
|
|
file dev/isa/wdc_isa.c wdc_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Wangtek- and Archive-compatible tape controller boards
|
1998-02-17 01:12:45 +03:00
|
|
|
device wt: tape, isadma
|
1996-03-17 03:43:52 +03:00
|
|
|
attach wt at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/wt.c wt needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# ISA networking drivers
|
|
|
|
#
|
|
|
|
|
1997-11-21 16:25:14 +03:00
|
|
|
# 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
|
1998-02-17 01:12:45 +03:00
|
|
|
device we: ether, ifnet, arp, dp8390nic
|
1997-11-21 16:25:14 +03:00
|
|
|
attach we at isa
|
|
|
|
file dev/isa/if_we.c we
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# 3Com common probe code
|
1995-04-17 20:58:30 +04:00
|
|
|
define elink
|
|
|
|
file dev/isa/elink.c elink
|
|
|
|
|
1997-11-02 03:44:25 +03:00
|
|
|
# 3Com 3C503
|
1998-02-17 01:12:45 +03:00
|
|
|
device ec: ether, ifnet, arp, dp8390nic
|
1997-11-02 03:44:25 +03:00
|
|
|
attach ec at isa
|
|
|
|
file dev/isa/if_ec.c ec
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# 3Com 3C505
|
1998-02-17 01:12:45 +03:00
|
|
|
device eg: ether, ifnet, arp
|
1996-03-17 03:43:52 +03:00
|
|
|
attach eg at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/if_eg.c eg
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# 3Com 3C501
|
1998-02-17 01:12:45 +03:00
|
|
|
device el: ether, ifnet, arp
|
1996-03-17 03:43:52 +03:00
|
|
|
attach el at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/if_el.c el
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1996-04-25 06:15:42 +04:00
|
|
|
# 3Com 3C509 Ethernet controller
|
1997-04-05 00:56:34 +04:00
|
|
|
# device declaration in sys/conf/files
|
1996-04-25 06:15:42 +04:00
|
|
|
attach ep at isa with ep_isa: elink
|
|
|
|
file dev/isa/if_ep_isa.c ep_isa
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1998-03-22 07:38:42 +03:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# HP Lan Ethernet controllers
|
|
|
|
# XXX currently broken
|
1997-03-15 21:09:08 +03:00
|
|
|
#device hp: ether, ifnet, arp
|
1996-03-17 03:43:52 +03:00
|
|
|
#attach hp at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
#file dev/isa/if_hp.c hp
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1996-05-07 01:36:51 +04:00
|
|
|
# Intel i82595-based boards.
|
|
|
|
# (Intel EtherExpress PRO)
|
1998-02-17 01:12:45 +03:00
|
|
|
device iy: ether, ifnet, arp
|
1996-05-07 01:36:51 +04:00
|
|
|
attach iy at isa
|
|
|
|
file dev/isa/if_iy.c iy
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# AMD am7990 (Lance) -based boards
|
|
|
|
# (BICC Isolan, NE2100, DEPCA)
|
1996-05-07 05:50:04 +04:00
|
|
|
# device declaration in sys/conf/files
|
1998-04-16 21:51:46 +04:00
|
|
|
device nele {}
|
|
|
|
attach nele at isa
|
|
|
|
attach le at nele with le_nele: isadma
|
|
|
|
device bicc {}
|
|
|
|
attach bicc at isa
|
|
|
|
attach le at bicc with le_bicc: 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
|
|
|
|
file dev/isa/if_depca_isa.c depca
|
1995-04-17 20:58:30 +04:00
|
|
|
|
1997-08-01 01:58:19 +04:00
|
|
|
# DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
|
|
|
|
attach lc at isa with lc_isa
|
|
|
|
file dev/isa/if_lc_isa.c lc
|
|
|
|
|
1997-10-15 03:01:10 +04:00
|
|
|
# Novell NE1000, NE2000, and clones
|
|
|
|
attach ne at isa with ne_isa
|
|
|
|
file dev/isa/if_ne_isa.c ne_isa
|
|
|
|
|
1997-11-05 09:06:07 +03:00
|
|
|
# SMC91Cxx Ethernet Controllers
|
|
|
|
attach sm at isa with sm_isa
|
|
|
|
file dev/isa/if_sm_isa.c sm_isa
|
|
|
|
|
1998-02-28 02:54:16 +03:00
|
|
|
# 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
|
1997-11-21 13:09:42 +03:00
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# ISA Sound hardware
|
|
|
|
#
|
|
|
|
|
|
|
|
# the SoundBlaster DSP, or close likenesses; used by other drivers
|
1995-04-17 20:58:30 +04:00
|
|
|
define sbdsp
|
|
|
|
file dev/isa/sbdsp.c sbdsp
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# SoundBlaster family
|
1998-02-17 01:12:45 +03:00
|
|
|
device sb: audio, isadma, sbdsp, mulaw, auconv
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/sb.c sb needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1997-01-17 00:03:30 +03:00
|
|
|
attach sb at isa with sb_isa
|
|
|
|
file dev/isa/sb_isa.c sb_isa needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# ProAudio Spectrum
|
1998-02-17 01:12:45 +03:00
|
|
|
device pas: audio, isadma, sbdsp, mulaw, auconv
|
1996-03-17 03:43:52 +03:00
|
|
|
attach pas at isa
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/pas.c pas needs-flag
|
|
|
|
|
1995-04-27 01:45:57 +04:00
|
|
|
# AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
|
1995-04-17 20:58:30 +04:00
|
|
|
define ad1848
|
|
|
|
file dev/isa/ad1848.c ad1848
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1995-07-19 23:58:09 +04:00
|
|
|
# ICS2101 mixer chip support; used by other drivers
|
|
|
|
define ics2101
|
|
|
|
file dev/isa/ics2101.c ics2101
|
|
|
|
|
|
|
|
|
1995-04-27 01:45:57 +04:00
|
|
|
# Audio systems based on Echo Speech Corp. ESC61[45] ASICs
|
1998-02-17 01:12:45 +03:00
|
|
|
device pss {[port = -1], [size = 0],
|
1996-03-17 03:43:52 +03:00
|
|
|
[iomem = -1], [iosiz = 0],
|
|
|
|
[irq = -1], [drq = -1]}
|
|
|
|
attach pss at isa
|
1998-02-17 01:12:45 +03:00
|
|
|
device sp: audio, isadma, ad1848, auconv
|
1996-03-17 03:43:52 +03:00
|
|
|
attach sp at pss
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/pss.c pss needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Microsoft Windows Sound System
|
1998-02-17 01:12:45 +03:00
|
|
|
device wss: audio, isadma, ad1848, auconv
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/wss.c wss needs-flag
|
1995-07-19 23:58:09 +04:00
|
|
|
|
1998-01-20 01:18:23 +03:00
|
|
|
attach wss at isa with wss_isa
|
|
|
|
file dev/isa/wss_isa.c wss_isa needs-flag
|
|
|
|
|
1998-05-20 20:19:41 +04:00
|
|
|
# Yamaha OPL3-SA3
|
|
|
|
device ym: audio, isadma, ad1848, auconv
|
|
|
|
file dev/isa/ym.c ym needs-flag
|
|
|
|
|
1995-07-19 23:58:09 +04:00
|
|
|
# Gravis UltraSound & UltraSound MAX.
|
|
|
|
# Use the "flags" keyword in a config file to specify an extra DMA
|
|
|
|
# channel for full-duplex operation.
|
1998-02-17 01:12:45 +03:00
|
|
|
device gus: audio, isadma, ics2101, ad1848, mulaw, auconv
|
1996-03-17 03:43:52 +03:00
|
|
|
attach gus at isa
|
1995-07-19 23:58:09 +04:00
|
|
|
file dev/isa/gus.c gus needs-flag
|
1997-07-13 23:09:46 +04:00
|
|
|
|
1998-06-06 14:12:34 +04:00
|
|
|
# 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
|
|
|
|
|
1997-07-13 23:09:46 +04:00
|
|
|
#
|
|
|
|
# PlanetConnect satellite receiver driver.
|
|
|
|
#
|
1998-02-17 01:12:45 +03:00
|
|
|
device satlink: isadma
|
1997-07-13 23:09:46 +04:00
|
|
|
attach satlink at isa
|
1997-07-15 01:09:07 +04:00
|
|
|
file dev/isa/satlink.c satlink needs-flag
|
1998-03-22 18:25:15 +03:00
|
|
|
|
|
|
|
#
|
|
|
|
# PC keyboard controller
|
|
|
|
#
|
|
|
|
device pckbc {[slot = -1]}
|
|
|
|
attach pckbc at isa
|
|
|
|
file dev/isa/pckbc.c pckbc needs-flag
|
1998-04-16 00:26:53 +04:00
|
|
|
|
|
|
|
# generic ISA VGA
|
|
|
|
attach vga at isa with vga_isa
|
|
|
|
file dev/isa/vga_isa.c vga_isa needs-flag
|
|
|
|
|
1998-05-28 20:51:50 +04:00
|
|
|
# generic PC graphics adapter (MGA, CGA, ...)
|
|
|
|
device pcdisplay: wsemuldisplaydev, pcdisplayops
|
|
|
|
attach pcdisplay at isa
|
|
|
|
file dev/isa/pcdisplay.c pcdisplay needs-flag
|
|
|
|
|
1998-04-16 00:26:53 +04:00
|
|
|
# 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
|