NetBSD/sys/dev/eisa/files.eisa

30 lines
882 B
Plaintext
Raw Normal View History

1996-05-20 04:44:11 +04:00
# $NetBSD: files.eisa,v 1.10 1996/05/20 00:44:11 thorpej Exp $
1995-04-17 20:15:48 +04:00
#
# Config.new file and device description for machine-independent EISA code.
# Included by ports that need it. Requires that the SCSI files be
# defined first.
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
file dev/eisa/aha1742.c ahb
# Adaptec AHA-27/284X and aic7770 motherboard SCSI controllers
# device declaration in sys/conf/files
attach ahc at eisa with ahc_eisa
file dev/eisa/ahc_eisa.c ahc_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
attach fea at eisa
file dev/eisa/if_fea.c fea