NetBSD/sys/dev/eisa/files.eisa

51 lines
1.4 KiB
Plaintext
Raw Normal View History

# $NetBSD: files.eisa,v 1.20 2000/03/15 02:04:43 fvdl Exp $
1995-04-17 20:15:48 +04:00
#
1997-07-21 00:30:46 +04:00
# Config file and device description for machine-independent EISA code.
1995-04-17 20:15:48 +04:00
# Included by ports that need it. Requires that the SCSI files be
# defined first.
defopt EISAVERBOSE
device eisa {[slot = -1]}
attach eisa at eisabus
file dev/eisa/eisa.c eisa needs-flag
1995-04-17 20:15:48 +04:00
# Adaptec AHA-174x EISA SCSI Host Adapter family
device ahb: scsi
attach ahb at eisa
1996-09-01 04:10:55 +04:00
file dev/eisa/ahb.c ahb
# Adaptec AHA-274x and aic7770 motherboard SCSI controllers
# device declaration in sys/conf/files
attach ahc at eisa with ahc_eisa: ahc_aic77xx
file dev/eisa/ahc_eisa.c ahc_eisa
1996-09-01 04:10:55 +04:00
# BusLogic BT-7xx EISA family
# device declaration in sys/conf/files
attach bha at eisa with bha_eisa
file dev/eisa/bha_eisa.c bha_eisa
# DPT EATA SCSI controllers
# device declaration in sys/conf/files
attach dpt at eisa with dpt_eisa
file dev/eisa/dpt_eisa.c dpt_eisa
1996-09-01 04:10:55 +04:00
# UltraStor UHA-24f boards
# device declaration in sys/conf/files
attach uha at eisa with uha_eisa
file dev/eisa/uha_eisa.c uha_eisa
# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
# device declaration in sys/conf/files
attach ep at eisa with ep_eisa
file dev/eisa/if_ep_eisa.c ep_eisa
1996-05-20 04:44:11 +04:00
# DEC DEFEA EISA FDDI Controller
device fea: pdq, fddi, ifnet, arp
1996-05-20 04:44:11 +04:00
attach fea at eisa
file dev/eisa/if_fea.c fea
# DEC DE425 EISA Ethernet Controller
attach tlp at eisa with tlp_eisa
file dev/eisa/if_tlp_eisa.c tlp_eisa