diff options
| author | cgd <cgd@NetBSD.org> | 1995-04-17 16:15:48 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1995-04-17 16:15:48 +0000 |
| commit | fac8a6879ef4b2b952393233014b1fd20ec4e79e (patch) | |
| tree | 813ce4bd46546fc14ec82da4a6af3c4f9e77284b /sys | |
| parent | 27228062f936a30a79f85f986a313451666019ed (diff) | |
MI EISA config.new file lists
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/eisa/files.eisa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/dev/eisa/files.eisa b/sys/dev/eisa/files.eisa new file mode 100644 index 00000000000..c3b555d38d5 --- /dev/null +++ b/sys/dev/eisa/files.eisa @@ -0,0 +1,16 @@ +# $NetBSD: files.eisa,v 1.1 1995/04/17 16:15:48 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 + +device ahb at isa: scsi # XXX should be at EISA +file dev/eisa/aha1742.c ahb |
