xref: /netbsd/sys/dev/eisa/files.eisa (revision bf9ec67e)
1#	$NetBSD: files.eisa,v 1.25 2001/11/28 10:21:21 lukem 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
7defflag	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
19attach	ahc at eisa with ahc_eisa: ahc_aic77xx
20file	dev/eisa/ahc_eisa.c		ahc_eisa
21
22# BusLogic BT-7xx EISA family
23attach	bha at eisa with bha_eisa
24file	dev/eisa/bha_eisa.c		bha_eisa
25
26# DPT EATA SCSI controllers
27attach	dpt at eisa with dpt_eisa
28file	dev/eisa/dpt_eisa.c		dpt_eisa
29
30# UltraStor UHA-24f boards
31attach	uha at eisa with uha_eisa
32file	dev/eisa/uha_eisa.c		uha_eisa
33
34# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
35attach	ep at eisa with ep_eisa
36file	dev/eisa/if_ep_eisa.c		ep_eisa
37
38# Compaq array controllers
39attach	cac at eisa with cac_eisa
40file	dev/eisa/cac_eisa.c		cac_eisa
41
42# DEC DE422 EISA Ethernet controller
43attach	depca at eisa with depca_eisa
44file	dev/eisa/depca_eisa.c		depca_eisa
45
46# DEC DE425 EISA Ethernet controller
47attach	tlp at eisa with tlp_eisa
48file	dev/eisa/if_tlp_eisa.c		tlp_eisa
49
50# DEC DEFEA EISA FDDI controller
51device	fea: pdq, fddi, ifnet, arp
52attach	fea at eisa
53file	dev/eisa/if_fea.c		fea
54
55# Mylex RAID controllers
56attach	mlx at eisa with mlx_eisa
57file	dev/eisa/mlx_eisa.c		mlx_eisa
58