diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index 37f29f1dc25..970e7b217aa 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.87 1999/07/23 19:31:51 deraadt Exp + * # OpenBSD: pnpdevs,v 1.88 1999/07/23 19:42:14 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -91,6 +91,8 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "USR2050", "pccom" }, { "USR2070", "com" }, { "USR2070", "pccom" }, + { "USR3030", "com" }, + { "USR3030", "pccom" }, { "USR3031", "com" }, { "USR3031", "pccom" }, { "USR9190", "com" }, |