diff options
-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 f6bbe2ab5a2..6e8735e6277 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.74 1999/06/22 16:20:04 niklas Exp + * # OpenBSD: pnpdevs,v 1.75 1999/07/04 18:37:36 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -68,6 +68,8 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "MOT15F0", "pccom" }, { "NECE761", "com" }, { "NECE761", "pccom" }, + { "SUP1310", "com" }, + { "SUP1310", "pccom" }, { "SUP1380", "com" }, { "SUP1380", "pccom" }, { "SUP1381", "com" }, |