diff options
author | 1999-02-27 01:52:41 +0000 | |
---|---|---|
committer | 1999-02-27 01:52:41 +0000 | |
commit | 5857af6e413ffbf3e430a2a5bea435ae45e9f7cc (patch) | |
tree | 6ab44138384f09b4add10ef1a10eac326dcac16e | |
parent | increase joy (diff) | |
download | wireguard-openbsd-5857af6e413ffbf3e430a2a5bea435ae45e9f7cc.tar.xz wireguard-openbsd-5857af6e413ffbf3e430a2a5bea435ae45e9f7cc.zip |
sync
Diffstat (limited to '')
-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, } }; |