diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 01:52:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-27 01:52:42 +0000 |
commit | b8c3fdefb66b46602d0b91b81b2faa98832d9e3e (patch) | |
tree | 7f3dd4c440ac16c31d0eda9fa2640e647951c92d /sys/dev/isa/pnpdevs.h | |
parent | 4cd098dacd0461b1aee1d5a98d8d96ada3e391ee (diff) |
sync
Diffstat (limited to 'sys/dev/isa/pnpdevs.h')
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index 33054327b00..d33ee7dbeab 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.55 1999/02/27 01:32:37 fgsch Exp + * # OpenBSD: pnpdevs,v 1.56 1999/02/27 01:52:38 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -90,6 +90,7 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "CTL7001", "joy" }, { "CTL7002", "joy" }, { "ESS0001", "joy" }, + { "ESS0005", "joy" }, { "OPT0001", "joy" }, { "@X@0001", "sb" }, { "ADS7150", "sb" }, @@ -110,6 +111,5 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "OPT9310", "sb" }, { "@@@1001", "ym" }, { "YMH0021", "ym" }, - { "YMH0021", "ym" }, { NULL, NULL, } }; |