summaryrefslogtreecommitdiff
path: root/sys/dev/eisa/files.eisa
blob: 99921ff03774a5a3a83a3a18c4591dd015f6eed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#	$OpenBSD: files.eisa,v 1.5 1996/05/05 12:42:25 deraadt Exp $
#	$NetBSD: files.eisa,v 1.8 1996/04/25 02:16:39 thorpej Exp $
#
# 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

# 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	ahe: scsi, aic7xxx
attach	ahe at eisa
file	dev/eisa/aic7770.c		ahe

# 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