From owner-freebsd-current Thu Dec 16 20:59:51 1999 Delivered-To: freebsd-current@freebsd.org Received: from mail.netaxs.com (mail.netaxs.com [207.8.186.26]) by hub.freebsd.org (Postfix) with ESMTP id 106C715216 for ; Thu, 16 Dec 1999 20:59:49 -0800 (PST) (envelope-from bleez@netaxs.com) Received: from dyn-11.blackbox-2.netaxs.com (dyn-11.blackbox-2.netaxs.com [207.106.60.11]) by mail.netaxs.com (8.8.7/8.8.5) with ESMTP id XAA11186 for ; Thu, 16 Dec 1999 23:59:45 -0500 (EST) Date: Thu, 16 Dec 1999 23:59:44 -0500 (EST) From: Bryan Liesner X-Sender: root@gravy.kishka.net Reply-To: Bryan Liesner To: freebsd-current@freebsd.org Subject: Avance Asound 110 patch for sbc.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message