1995-07-19 23:58:09 +04:00
|
|
|
# $NetBSD: files.isa,v 1.8 1995/07/19 19:58:42 brezak Exp $
|
1995-04-17 20:58:30 +04:00
|
|
|
#
|
|
|
|
# Config.new 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 define their own "device isa" line (like the one below,
|
|
|
|
# but with the correct bus attachment). IT MUST USE CONFIGURATION
|
|
|
|
# LOCATORS IDENTICAL TO THOSE SPECIFIED BELOW.
|
|
|
|
|
|
|
|
# ports should specify appropriate major numbers for the following
|
|
|
|
# devices:
|
|
|
|
# mcd, scd, wd, wt
|
|
|
|
|
|
|
|
#device isa at root {[port = -1], [size = 0],
|
|
|
|
# [iomem = -1], [iosiz = 0],
|
|
|
|
# [irq = -1], [drq = -1]}
|
|
|
|
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
|
1995-04-17 20:58:30 +04:00
|
|
|
device ast at isa: commulti
|
|
|
|
file dev/isa/ast.c ast
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# BOCA 8-port board
|
1995-04-17 20:58:30 +04:00
|
|
|
device boca at isa: commulti
|
|
|
|
file dev/isa/boca.c boca
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# IBM RT PC 4-port board
|
1995-04-17 20:58:30 +04:00
|
|
|
device rtfps at isa: commulti
|
|
|
|
file dev/isa/rtfps.c rtfps
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# Serial and parallel drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
# 8250/16[45]50-based "com" ports
|
1995-04-17 20:58:30 +04:00
|
|
|
device com at isa, commulti: tty
|
1995-04-19 23:02:54 +04:00
|
|
|
file dev/isa/com.c com needs-flag
|
1995-04-17 20:58:30 +04:00
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# Cyclades Cyclom multiport serial cards
|
|
|
|
# XXX currently broken
|
1995-05-03 21:09:28 +04:00
|
|
|
device cy at isa: tty
|
|
|
|
file dev/isa/cy.c cy needs-count
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# PC parallel ports (XXX what chip?)
|
1995-04-17 20:58:30 +04:00
|
|
|
device lpt at isa
|
|
|
|
file dev/isa/lpt.c lpt needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# SCSI host adapters
|
|
|
|
#
|
|
|
|
|
|
|
|
# Adaptec AHA-154x family
|
1995-04-17 20:58:30 +04:00
|
|
|
device aha at isa: scsi, isadma
|
|
|
|
file dev/isa/aha1542.c aha
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Adapctec AIC-6[32]60 ICs
|
1995-04-17 20:58:30 +04:00
|
|
|
device aic at isa: scsi, isadma
|
|
|
|
file dev/isa/aic6360.c aic
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# BusLogic BT-74x EISA family (XXX; should be EISA. it's special)
|
1995-04-17 20:58:30 +04:00
|
|
|
device bt at isa: scsi, isadma
|
|
|
|
file dev/isa/bt742a.c bt
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Seagate ST0[12] ICs
|
1995-04-17 20:58:30 +04:00
|
|
|
device sea at isa: scsi, isadma
|
|
|
|
file dev/isa/seagate.c sea
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# UltraStor UHA-[13]4f boards
|
1995-04-17 20:58:30 +04:00
|
|
|
device uha at isa: scsi, isadma
|
|
|
|
file dev/isa/ultra14f.c uha
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Western Digital WD7000 boards (XXX incomplete description)
|
|
|
|
# XXX not yet working
|
1995-04-17 20:58:30 +04:00
|
|
|
device wds at isa: scsi, isadma
|
|
|
|
file dev/isa/wd7000.c wds
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# Other ISA disk controllers
|
|
|
|
#
|
|
|
|
|
1995-04-19 06:11:10 +04:00
|
|
|
# Mitsumi CD-ROM controllers
|
1995-04-17 20:58:30 +04:00
|
|
|
device mcd at isa: disk
|
|
|
|
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
|
|
|
|
device scd at isa: disk
|
|
|
|
file dev/isa/scd.c scd needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# ISA "wd" (ESDI/IDE/etc.) controllers
|
1995-04-17 20:58:30 +04:00
|
|
|
device wdc at isa {drive = -1}
|
|
|
|
device wd at wdc: disk, isadma
|
|
|
|
file dev/isa/wd.c wdc needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Wangtek- and Archive-compatible tape controller boards
|
1995-04-17 20:58:30 +04:00
|
|
|
device wt at isa: tape, isadma
|
|
|
|
file dev/isa/wt.c wt needs-flag
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
#
|
|
|
|
# ISA networking drivers
|
|
|
|
#
|
|
|
|
|
|
|
|
# 3Com common probe code
|
1995-04-17 20:58:30 +04:00
|
|
|
define elink
|
|
|
|
file dev/isa/elink.c elink
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# National Semiconductor DS8390/WD83C690-based boards
|
|
|
|
# (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
|
1995-04-17 20:58:30 +04:00
|
|
|
device ed at isa: ether, ifnet
|
|
|
|
file dev/isa/if_ed.c ed
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# 3Com 3C505
|
1995-04-17 20:58:30 +04:00
|
|
|
device eg at isa: ether, ifnet
|
|
|
|
file dev/isa/if_eg.c eg
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# 3Com 3C501
|
1995-04-17 20:58:30 +04:00
|
|
|
device el at isa: ether, ifnet
|
|
|
|
file dev/isa/if_el.c el
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# 3Com 3C5x9 (EtherLink III) family
|
1995-04-17 20:58:30 +04:00
|
|
|
device ep at isa: ether, ifnet, elink
|
|
|
|
file dev/isa/if_ep.c ep
|
1995-04-17 21:54:15 +04:00
|
|
|
|
1995-04-19 06:11:10 +04:00
|
|
|
# Fujitsu MB8696[05]-based boards
|
|
|
|
# (Allied Telesis AT1700)
|
|
|
|
device fe at isa: ether, ifnet
|
|
|
|
file dev/isa/if_fe.c fe
|
|
|
|
|
1995-04-17 21:54:15 +04:00
|
|
|
# HP Lan Ethernet controllers
|
|
|
|
# XXX currently broken
|
1995-04-17 20:58:30 +04:00
|
|
|
#device hp at isa: ether, ifnet
|
|
|
|
#file dev/isa/if_hp.c hp
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Intel i82586-based boards
|
|
|
|
# (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
|
1995-04-17 20:58:30 +04:00
|
|
|
device ie at isa: ether, ifnet, elink
|
|
|
|
file dev/isa/if_ie.c ie
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# XXX ???
|
|
|
|
# XXX NOT IN TREE?
|
|
|
|
#device ix at isa: ether, ifnet
|
|
|
|
#file dev/isa/if_ix.c ix
|
|
|
|
|
|
|
|
# AMD am7990 (Lance) -based boards
|
|
|
|
# (BICC Isolan, NE2100, DEPCA)
|
1995-04-18 00:23:32 +04:00
|
|
|
# XXX conflicts with alpha if_le.c
|
|
|
|
#device le at isa: ether, ifnet, isadma
|
|
|
|
#file dev/isa/if_le.c le
|
1995-04-17 20:58:30 +04: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
|
1995-07-19 23:58:09 +04:00
|
|
|
device sb at isa: audio, isadma, sbdsp, mulaw
|
1995-04-17 20:58:30 +04:00
|
|
|
file dev/isa/sb.c sb needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# ProAudio Spectrum
|
1995-07-19 23:58:09 +04:00
|
|
|
device pas at isa: audio, isadma, sbdsp, mulaw
|
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
|
1995-04-17 20:58:30 +04:00
|
|
|
device pss at isa {[port = -1], [size = 0],
|
|
|
|
[iomem = -1], [iosiz = 0],
|
|
|
|
[irq = -1], [drq = -1]}
|
|
|
|
device sp at pss: audio, isadma, ad1848
|
|
|
|
file dev/isa/pss.c pss needs-flag
|
1995-04-17 21:54:15 +04:00
|
|
|
|
|
|
|
# Microsoft Windows Sound System
|
1995-04-17 20:58:30 +04:00
|
|
|
device wss at isa: audio, isadma, ad1848
|
|
|
|
file dev/isa/wss.c wss 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.
|
|
|
|
device gus at isa: audio, isadma, ics2101, ad1848, mulaw
|
|
|
|
file dev/isa/gus.c gus needs-flag
|