Subject: kern/3388: Another SoundBlaster 16 PNP Id
To: None <gnats-bugs@gnats.netbsd.org>
From: Tatoku Ogaito <tacha@tera.fukui-med.ac.jp>
List: netbsd-bugs
Date: 03/25/1997 18:32:34
>Number: 3388
>Category: kern
>Synopsis: Another SoundBlaster 16 PNP Id
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: kern-bug-people (Kernel Bug People)
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Mar 25 01:50:02 1997
>Last-Modified:
>Originator: Tatoku Ogaito
>Organization:
----- : Tatoku Ogaito
/ _ _ _/ _ : Dept. Phys, Fukui Medical School
/ (_|(_ /)(_| : E-mail: tacha@tera.fukui-med.ac.jp
>Release: 03/24/97
>Environment:
System: NetBSD tera.fukui-med.ac.jp 1.2D NetBSD 1.2D (TERA) #71: Tue Mar 25 17:48:03 JST 1997 root@tera.fukui-med.ac.jp:/usr/current/src/sys/arch/i386/compile/TERA i386
>Description:
My SoundBlaster 16 PNP is not recognized by isapnp probing routine.
According to Creative Lab, http://www.ctlsg.creaf.com/wwwnew/tech/spec/ctnum.html,
my SoundBlaster 16 PNP is identified as CT4131.
>How-To-Repeat:
boot with soundblaster CT4131.
>Fix:
*** ./sys/dev/isapnp/sb_isapnp.c.orig Fri Mar 21 21:21:50 1997
--- ./sys/dev/isapnp/sb_isapnp.c Tue Mar 25 13:58:25 1997
***************
*** 82,87 ****
--- 82,88 ----
if (strcmp(ipa->ipa_devlogic, "CTL0001") &&
strcmp(ipa->ipa_devlogic, "CTL0031") &&
+ strcmp(ipa->ipa_devlogic, "CTL0041") &&
strcmp(ipa->ipa_devlogic, "ESS1868"))
return (0);
>Audit-Trail:
>Unformatted: