diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-15 17:35:26 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-03-15 17:35:26 +0000 |
commit | 8db00f52272cb848adead7918b6e3cfe165c3cb3 (patch) | |
tree | 001985650a530f1f029b657e07048dd9103e8f9d /sys/dev/isa | |
parent | da62a1ab881ab259e401bd5f4d66414b93b75c98 (diff) |
Match CDC0000 to the wss driver and CDC0001 to joy. Thanks to
violent@death.kiev.ua for testing.
Diffstat (limited to 'sys/dev/isa')
-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 |