files.eisa revision 1.9
1#	$NetBSD: files.eisa,v 1.9 1996/05/16 03:48:16 mycroft Exp $
2#
3# Config.new file and device description for machine-independent EISA code.
4# Included by ports that need it.  Requires that the SCSI files be
5# defined first.
6
7device	eisa {[slot = -1]}
8attach	eisa at eisabus
9file	dev/eisa/eisa.c			eisa	needs-flag
10
11# Adaptec AHA-174x EISA SCSI Host Adapter family
12device	ahb: scsi
13attach	ahb at eisa
14file	dev/eisa/aha1742.c		ahb
15
16# Adaptec AHA-27/284X and aic7770 motherboard SCSI controllers
17# device declaration in sys/conf/files
18attach	ahc at eisa with ahc_eisa
19file	dev/eisa/ahc_eisa.c		ahc_eisa
20
21# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
22# device declaration in sys/conf/files
23attach	ep at eisa with ep_eisa
24file	dev/eisa/if_ep_eisa.c		ep_eisa
25