xref: /openbsd/sys/dev/eisa/files.eisa (revision 0b4aec79)
1#	$OpenBSD: files.eisa,v 1.14 2020/01/10 01:13:19 jsg Exp $
2#	$NetBSD: files.eisa,v 1.12 1996/09/01 00:10:55 mycroft Exp $
3#
4# Config.new file and device description for machine-independent EISA code.
5# Included by ports that need it.  Requires that the SCSI files be
6# defined first.
7
8device	eisa {[slot = -1]}
9attach	eisa at eisabus
10file	dev/eisa/eisa.c			eisa	needs-flag
11
12# Adaptec AHA-274X and aic7770 motherboard SCSI controllers
13# device declaration in sys/conf/files
14attach	ahc at eisa with ahc_eisa
15file	dev/eisa/ahc_eisa.c		ahc_eisa
16
17# UltraStor UHA-24f boards
18# device declaration in sys/conf/files
19attach	uha at eisa with uha_eisa
20file	dev/eisa/uha_eisa.c		uha_eisa
21
22# Compaq Array Controllers
23attach	cac at eisa with cac_eisa
24file	dev/eisa/cac_eisa.c		cac_eisa
25
26# 3Com 3c579 and 3c509 masquerading as EISA Ethernet Controllers
27# device declaration in sys/conf/files
28attach	ep at eisa with ep_eisa
29file	dev/eisa/if_ep_eisa.c		ep_eisa
30