>>   But kernel probed ESS1888 as pcm0 and ESS1879 as pcm1.  I think
>> this NOTE-PC only has ESS1879 sound chip and I only use pcm1.  I
>> don't want to probe ESS1888.  How can I solve below problem?
>
>In retrospect, the es1888 probe code I added for alphas was a mistake. I
>will disable that code and work on a better solution for alphas.

  Thanks. ESS1879 can probe as pcm0 sound driver and don't probe
ES1888(ess?) anymore in my NOTE-PC.

  But does someone add pnpid of my sound card to dev/sound/isa/sb.c.
  or do I need to send-pr this patch ?

---
MIHIRA Sanpei Yoshiro
Yokohama, Japan.

--- dev/sound/isa/sb.c.org      Sat Nov 27 23:29:44 1999
+++ dev/sound/isa/sb.c  Sat Nov 27 23:29:57 1999
@@ -1277,6 +1277,10 @@
                s = "ESS1869";
                break;
 
+       case 0x79187316: /* ESS1879 */
+               s = "ESS1879";
+               break;
+
        case 0x88187316: /* ESS1888 */
                s = "ESS1888";
                break;



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to