summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-10-09 02:37:39 +0000
committerderaadt <deraadt@openbsd.org>1998-10-09 02:37:39 +0000
commit7ed5d1533e7482acd411f2320b43c52f65ea3564 (patch)
tree453ae3b1ff8f8001c017fb7c800234f77eea0c74
parentSMC EtherEZ support (diff)
downloadwireguard-openbsd-7ed5d1533e7482acd411f2320b43c52f65ea3564.tar.xz
wireguard-openbsd-7ed5d1533e7482acd411f2320b43c52f65ea3564.zip
sync
-rw-r--r--sys/dev/isa/pnpdevs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h
index e0f10776010..641c6cd00d6 100644
--- a/sys/dev/isa/pnpdevs.h
+++ b/sys/dev/isa/pnpdevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * # OpenBSD: pnpdevs,v 1.17 1998/09/27 19:51:16 fgsch Exp
+ * # OpenBSD: pnpdevs,v 1.19 1998/10/09 02:37:36 deraadt Exp
*/
struct isapnp_knowndev isapnp_knowndevs[] = {
@@ -66,5 +66,6 @@ struct isapnp_knowndev isapnp_knowndevs[] = {
{ "CTL0045", "sb" },
{ "YMH0021", "ym" },
{ "ESS1868", "sb" },
+ { "SMC8416", "ed" },
{ NULL, NULL, }
};