xref: /openbsd-src/sys/dev/eisa/files.eisa (revision c90a81c56dcebd6a1b73fe4aff9b03385b8e63b3)
1#	$OpenBSD: files.eisa,v 1.13 2016/09/04 10:35:39 tedu 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# DPT EATA SCSI controllers
18# device declaration in sys/conf/files
19attach	dpt at eisa with dpt_eisa
20file	dev/eisa/dpt_eisa.c		dpt_eisa
21
22# UltraStor UHA-24f boards
23# device declaration in sys/conf/files
24attach	uha at eisa with uha_eisa
25file	dev/eisa/uha_eisa.c		uha_eisa
26
27# Compaq Array Controllers
28attach	cac at eisa with cac_eisa
29file	dev/eisa/cac_eisa.c		cac_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