A few days back my Avance Asound stopped working.  The probe would
fail (sorry, this is from memory):
sbc0: probe_and_attach returned 6

I found a slight error in sbc.c and here's a working patch:

--- /sys/dev/sound/isa/sbc.c    Sat Dec 11 21:30:19 1999
+++ sbc.c       Thu Dec 16 23:42:43 1999
@@ -184,7 +184,7 @@
        {0x45008c0e, "Creative SB AWE64"}, /* CTL0045 */
 
        {0x01000000, "Avance Asound 100"},
-       {0x01100001, "Avance Asound 110"},
+       {0x01100000, "Avance Asound 110"},
        {0x01200001, "Avance Logic ALS120"},
 
        {0x68187316, "ESS ES1868"}, /* ESS1868 */
 
I was happy to hear that nice "pop" when I rebooted. 

-Bryan




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

Reply via email to