diff options
author | 1999-07-21 03:00:36 +0000 | |
---|---|---|
committer | 1999-07-21 03:00:36 +0000 | |
commit | 75d9313c7a3a026ae5399dbc5a4ced76aa97647d (patch) | |
tree | 640bf8663ffe9def9f61c5f9b1fa7875b7f0c79d | |
parent | fix an error (diff) | |
download | wireguard-openbsd-75d9313c7a3a026ae5399dbc5a4ced76aa97647d.tar.xz wireguard-openbsd-75d9313c7a3a026ae5399dbc5a4ced76aa97647d.zip |
sync
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index d3836a25f46..6ecc33bdc57 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.79 1999/07/19 20:32:50 deraadt Exp + * # OpenBSD: pnpdevs,v 1.80 1999/07/21 03:00:32 deraadt Exp */ struct isapnp_knowndev isapnp_knowndevs[] = { @@ -152,6 +152,5 @@ struct isapnp_knowndev isapnp_knowndevs[] = { { "CSC0004", "wdc" }, { "CTL2011", "wdc" }, { "ESS0002", "wdc" }, - { "YMH002F", "wdc" }, { NULL, NULL, } }; |