files.eisa revision 1.19
1#	$NetBSD: files.eisa,v 1.19 1999/09/29 20:38:51 ad 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
7defopt	EISAVERBOSE
8
9device	eisa {[slot = -1]}
10attach	eisa at eisabus
11file	dev/eisa/eisa.c			eisa	needs-flag
12
13# Adaptec AHA-174x EISA SCSI Host Adapter family
14device	ahb: scsi
15attach	ahb at eisa
16file	dev/eisa/ahb.c			ahb
17
18# Adaptec AHA-274x and aic7770 motherboard SCSI controllers
19# device declaration in sys/conf/files
20attach	ahc at eisa with ahc_eisa
21file	dev/eisa/ahc_eisa.c		ahc_eisa
22
23# BusLogic BT-7xx EISA family
24# device declaration in sys/conf/files
25attach	bha at eisa with bha_eisa
26file	dev/eisa/bha_eisa.c		bha_eisa
27
28# DPT EATA SCSI controllers
29# device declaration in sys/conf/files
30attach	dpt at eisa with dpt_eisa
31file	dev/eisa/dpt_eisa.c		dpt_eisa
32
33# UltraStor UHA-24f boards
34# device declaration in sys/conf/files
35attach	uha at eisa with uha_eisa
36file	dev/eisa/uha_eisa.c		uha_eisa
37
38# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
39# device declaration in sys/conf/files
40attach	ep at eisa with ep_eisa
41file	dev/eisa/if_ep_eisa.c		ep_eisa
42
43# DEC DEFEA EISA FDDI Controller
44device	fea: pdq, fddi, ifnet, arp
45attach	fea at eisa
46file	dev/eisa/if_fea.c		fea
47
48# DEC DE425 EISA Ethernet Controller
49attach	tlp at eisa with tlp_eisa
50file	dev/eisa/if_tlp_eisa.c		tlp_eisa
51