summaryrefslogtreecommitdiff
path: root/sys/dev/isa/pnpdevs.h
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>1997-07-12 23:22:03 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>1997-07-12 23:22:03 +0000
commit49b0ac5cb535a1d7ce8d971defd3a1f7800a0d20 (patch)
tree910d796f1253e4b19c92b1386e3c9971051d6fd5 /sys/dev/isa/pnpdevs.h
parent7a4d884de3e8ceb41e7c1b575d7173ad3c574756 (diff)
Add PnP stuff. Should compile, doubt if it works 100%. Worked for
my SB at one point, but it's been a while... Thanks Theo for giving me this code. It still needs a lot of work, all my fault... ;-)
Diffstat (limited to 'sys/dev/isa/pnpdevs.h')
-rw-r--r--sys/dev/isa/pnpdevs.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h
new file mode 100644
index 00000000000..21d344fa902
--- /dev/null
+++ b/sys/dev/isa/pnpdevs.h
@@ -0,0 +1,37 @@
+/*
+ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
+ *
+ * generated from:
+ * #--Interrupt Controllers--
+ */
+
+struct pnp_knowndev pnp_knowndevs[] = {
+ { "PNP80d3", "ed" },
+ { "PNP80d4", "ed" },
+ { "PNP80d5", "ed" },
+ { "PNP80d6", "ed" },
+ { "PNP80d8", "le" },
+ { "PNP80f1", "ep" },
+ { "PNP80f3", "ep" },
+ { "PNP80f4", "ep" },
+ { "PNP80f6", "ep" },
+ { "PNP80f7", "ep" },
+ { "PNP80f8", "ep" },
+ { "PNP8123", "ed" },
+ { "PNP8124", "ed" },
+ { "PNP8125", "ed" },
+ { "PNP8126", "ed" },
+ { "PNP8127", "ed" },
+ { "PNP8128", "ed" },
+ { "PNP812a", "ed" },
+ { "PNP81c3", "ed" },
+ { "PNP81c4", "ed" },
+ { "PNP81c5", "ed" },
+ { "PNP81c6", "ed" },
+ { "PNP81c7", "ed" },
+ { "PNP81c8", "ed" },
+ { "PNP828C", "le" },
+ { "PNP828D", "le" },
+ { "WUMbeef", "le" },
+ { NULL, NULL, }
+};