files.eisa revision 1.14
1#	$NetBSD: files.eisa,v 1.14 1997/07/20 20:31:34 pk Exp $
2#
3# Config 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/ahb.c			ahb
15
16# Adaptec AHA-274x 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# BusLogic BT-7xx EISA family
22# device declaration in sys/conf/files
23attach	bha at eisa with bha_eisa
24file	dev/eisa/bha_eisa.c		bha_eisa
25
26# UltraStor UHA-24f boards
27# device declaration in sys/conf/files
28attach	uha at eisa with uha_eisa
29file	dev/eisa/uha_eisa.c		uha_eisa
30
31# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
32# device declaration in sys/conf/files
33attach	ep at eisa with ep_eisa
34file	dev/eisa/if_ep_eisa.c		ep_eisa
35
36# DEC DEFEA EISA FDDI Controller
37device	fea: pdq, fddi, ifnet, arp
38attach	fea at eisa
39file	dev/eisa/if_fea.c		fea
40