diff options
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index d33ee7dbeab..7d345b56d12 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.56 1999/02/27 01:52:38 deraadt Exp + * # OpenBSD: pnpdevs,v 1.57 1999/02/27 22:05:08 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -111,5 +111,6 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "OPT9310", "sb" }, { "@@@1001", "ym" }, { "YMH0021", "ym" }, + { "GRV0003", "sb" }, { NULL, NULL, } }; |