Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jan 2000 04:40:58 +0100 (CET)
From:      Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/16487: PnP device ID missing in sys/dev/sound/isa/sbc.c (fix included!)
Message-ID:  <200001310340.EAA44722@octavian.rz.tu-clausthal.de>

next in thread | raw e-mail | index | archive | help

>Number:         16487
>Category:       kern
>Synopsis:       PnP device ID missing in sys/dev/sound/isa/sbc.c (fix included!)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 30 19:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Fromme
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Clausthal University of Technology
>Environment:

   FreeBSD 4-current

>Description:

   The PnP ID of the ``Avance Logic ALS100'' is missing from
   src/sys/dev/sound/isa/sbc.c, which causes the card to not
   be recognized.

>How-To-Repeat:

   Boot a kernel with devices pcm and sbc in a computer with
   an ALS100-based soundcard --> it's not recognized.

>Fix:

   Trivial fix:  just add the PnP ID (see patch below).  The
   card is recognized and works perfectly fine in SB16-
   compatible mode.

--- sbc.c.orig	Mon Jan 31 04:33:36 2000
+++ sbc.c	Mon Jan 31 04:33:36 2000
@@ -202,6 +202,7 @@
 	{0x44008c0e, "Creative SB AWE64 Gold"},		/* CTL0044 */
 	{0x45008c0e, "Creative SB AWE64"},		/* CTL0045 */
 
+	{0x01000000, "Avance Logic ALS100+"},		/* @@@0001 */
 	{0x01100000, "Avance Asound 110"},		/* @@@1001 */
 	{0x01200000, "Avance Logic ALS120"},		/* @@@2001 */
 

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001310340.EAA44722>