summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisaconf.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1995-04-23 08:55:43 +0000
committerjulian <julian@FreeBSD.org>1995-04-23 08:55:43 +0000
commit1814d0bcea4fac40e0b4988225e42d26732fa71f (patch)
treeb86f6a15de550e04cad426e7f57fb17b6e9bf508 /sys/dev/eisa/eisaconf.h
parenta8edf3d909bf0d97d6c887dcc7264c97920bb735 (diff)
downloadFreeBSD-src-1814d0bcea4fac40e0b4988225e42d26732fa71f.zip
FreeBSD-src-1814d0bcea4fac40e0b4988225e42d26732fa71f.tar.gz
files for the eisa specific autoconfiguration..
don't expect this to work yet.. but at least they're here.. (hey this cvs stuff is fun!) activate with a line exactly like the isa line in the config file, (but specifying eisa :) patches to come..
Diffstat (limited to 'sys/dev/eisa/eisaconf.h')
-rw-r--r--sys/dev/eisa/eisaconf.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
new file mode 100644
index 0000000..b0a0cbb
--- /dev/null
+++ b/sys/dev/eisa/eisaconf.h
@@ -0,0 +1,31 @@
+/*
+ * Written by Billie Alsup (balsup@tfs.com)
+ * for TRW Financial Systems for use under the MACH(2.5)and OSF/1 operating
+ * systems.
+ *
+ * TRW Financial Systems, in accordance with their agreement with Carnegie
+ * Mellon University, makes this software available to CMU to distribute
+ * or use in any manner that they see fit as long as this message is kept with
+ * the software. For this reason TFS also grants any other persons or
+ * organisations permission to use or modify this software.
+ *
+ * TFS supplies this software to be publicly redistributed
+ * on the understanding that TFS is not responsible for the correct
+ * functioning of this software in any circumstances.
+ *
+ * $Id: eisaconf.h,v 1.1 1995/03/13 09:10:17 root Exp root $
+ */
+
+/*
+ * Ported to run under FreeBSD by Julian Elischer (julian@tfs.com) Sept 1992
+ */
+
+#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */
+struct eisa_dev {
+ char productID[4];
+ unsigned short productType;
+ unsigned char productRevision;
+ unsigned int *imask;
+ struct isa_device isa_dev;
+};
+
OpenPOWER on IntegriCloud