diff options
author | 1999-04-06 19:30:40 +0000 | |
---|---|---|
committer | 1999-04-06 19:30:40 +0000 | |
commit | 291ece408c5497b6fddfd5ecb9654f0e24014423 (patch) | |
tree | 3f516c408003d33c7e8c7dd74bd43caf2ae1f95b | |
parent | two more modems (diff) | |
download | wireguard-openbsd-291ece408c5497b6fddfd5ecb9654f0e24014423.tar.xz wireguard-openbsd-291ece408c5497b6fddfd5ecb9654f0e24014423.zip |
sync
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index b8af046e54d..013ced7746c 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.66 1999/03/22 04:59:43 deraadt Exp + * # OpenBSD: pnpdevs,v 1.67 1999/04/06 19:30:34 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -56,6 +56,8 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "GVC0303", "pccom" }, { "GVC5000", "com" }, { "GVC5000", "pccom" }, + { "GVC0012", "com" }, + { "GVC0012", "pccom" }, { "GWY0038", "com" }, { "GWY0038", "pccom" }, { "GWY6290", "com" }, @@ -82,6 +84,8 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "USR2070", "pccom" }, { "USR3031", "com" }, { "USR3031", "pccom" }, + { "USR9190", "com" }, + { "USR9190", "pccom" }, { "CSI2203", "le" }, { "@@@1980", "ne" }, { "SMC8416", "we" }, |