diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-12 21:37:44 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-11-12 21:37:44 +0000 |
commit | ccad147e2d3e202d558c3ec4cd7323fbc72ba150 (patch) | |
tree | 41e3199313c753c33668cbfc39a4a20c9d12f307 /sys/dev/isa/pnpdevs.h | |
parent | 233e25e4fa4250ec7cbbc703750bb0ef0000e593 (diff) |
sync
Diffstat (limited to 'sys/dev/isa/pnpdevs.h')
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index e726bdf81e5..7b09dfe4565 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.27 1998/11/12 20:40:03 deraadt Exp + * # OpenBSD: pnpdevs,v 1.28 1998/11/12 21:37:37 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -80,6 +80,9 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "ESS1868", "sb" }, { "SMC8416", "we" }, { "@P@1001", "joy" }, + { "ESS0001", "joy" }, + { "CTL7002", "joy" }, + { "CSC0001", "joy" }, { "@@@1980", "ne" }, { NULL, NULL, } }; |