diff options
author | 2001-03-15 17:35:25 +0000 | |
---|---|---|
committer | 2001-03-15 17:35:25 +0000 | |
commit | 60a0cf29df6de07d48f44397142672e74f3a3e6e (patch) | |
tree | fca0084d277c45c7c6e00b12fbd15d68af50ec08 | |
parent | Triggered mechanism allows a handler to figure out whether a given (diff) | |
download | wireguard-openbsd-60a0cf29df6de07d48f44397142672e74f3a3e6e.tar.xz wireguard-openbsd-60a0cf29df6de07d48f44397142672e74f3a3e6e.zip |
Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to
violent@death.kiev.ua for testing.
-rw-r--r-- | sys/dev/isa/pnpdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/pnpdevs b/sys/dev/isa/pnpdevs index 153ca512f35..0878d2b5737 100644 --- a/sys/dev/isa/pnpdevs +++ b/sys/dev/isa/pnpdevs @@ -1,4 +1,4 @@ -# $OpenBSD: pnpdevs,v 1.100 2001/03/05 15:13:42 aaron Exp $ +# $OpenBSD: pnpdevs,v 1.101 2001/03/15 17:35:25 aaron Exp $ # # NOTE: All `com' devices also need pccom identifiers. @@ -433,6 +433,7 @@ joy CTL7002 # Creative SB AWE64 PnP (PNPB02F.. but some miss it) joy ESS0001 # ESS ES1869 Plug and Play AudioD joy ESS0005 # ESS ES1878 Plug and Play AudioD joy OPT0001 # OPTi Audio 16 +joy CDC0001 # OPL3-SAx Sound Board joy #joy ASB16FD # AdLib NSC 16 PNP (PNPB02F) #joy YMH0022 # OPL3-SA3 Snd System (PNPB02F) @@ -461,6 +462,7 @@ wss CSC0000 # AW35/Pro sound emulation (both SB *and* WSS, somewhat weird) wss CSC0100 # On Board Audio Chip wss CSCA800 # AdLib NSC 16 PNP wss OPT9310 # OPTi Audio 16 +wss CDC0000 # OPL3-SAx Sound Board ym @@@1001 # ALS100+ ym YMH0021 # OPL3-SA2 Sound Board |