blob: 1b06919738e1a6e8e1255f6ec6b8e4304d1f7b22 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: files.eisa,v 1.2 1995/04/17 17:54:15 cgd 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.
# XXX IN A PERFECT WORLD:
# ports should define their own "device eisa" line (like the one below,
# but with the correct bus attachment).
# XXX there should be MI EISA configuration, but not yet.
#device eisa at root {[slot = -1]}
#file dev/eisa/eisa.c eisa
# Adaptec AHA-174x EISA SCSI Host Adapter family
device ahb at isa: scsi # XXX should be at EISA
file dev/eisa/aha1742.c ahb
|