diff options
author | 2001-03-15 17:35:49 +0000 | |
---|---|---|
committer | 2001-03-15 17:35:49 +0000 | |
commit | e7e68eff1604a055e1f07e736e044f56da781a55 (patch) | |
tree | 76308ed6c8fdae0cabea258590001af9e0bbf208 | |
parent | Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to (diff) | |
download | wireguard-openbsd-e7e68eff1604a055e1f07e736e044f56da781a55.tar.xz wireguard-openbsd-e7e68eff1604a055e1f07e736e044f56da781a55.zip |
regen
-rw-r--r-- | sys/dev/isa/pnpdevs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isa/pnpdevs.h b/sys/dev/isa/pnpdevs.h index fd59f7c1aa6..ee17f824392 100644 --- a/sys/dev/isa/pnpdevs.h +++ b/sys/dev/isa/pnpdevs.h @@ -68,6 +68,7 @@ const struct isapnp_knowndev isapnp_knowndevs[] = { { {"ESS0001"}, {"joy"} }, { {"ESS0005"}, {"joy"} }, { {"OPT0001"}, {"joy"} }, + { {"CDC0001"}, {"joy"} }, { {"ESS1868"}, {"ess"} }, { {"ESS1869"}, {"ess"} }, { {"ESS1878"}, {"ess"} }, @@ -91,6 +92,7 @@ const struct isapnp_knowndev isapnp_knowndevs[] = { { {"CSC0100"}, {"wss"} }, { {"CSCA800"}, {"wss"} }, { {"OPT9310"}, {"wss"} }, + { {"CDC0000"}, {"wss"} }, { {"@@@1001"}, {"ym"} }, { {"YMH0021"}, {"ym"} }, { {"AZT0500"}, {"wdc"} }, |