From owner-freebsd-bugs Sun Jan 30 19:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FE51521B for ; Sun, 30 Jan 2000 19:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA24645; Sun, 30 Jan 2000 19:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from octavian.rz.tu-clausthal.de (octavian.rz.tu-clausthal.de [139.174.3.35]) by hub.freebsd.org (Postfix) with ESMTP id D12F1151AF for ; Sun, 30 Jan 2000 19:40:59 -0800 (PST) (envelope-from inof@octavian.rz.tu-clausthal.de) Received: (from root@localhost) by octavian.rz.tu-clausthal.de (8.9.3/8.9.3) id EAA44722; Mon, 31 Jan 2000 04:40:58 +0100 (CET) (envelope-from inof) Message-Id: <200001310340.EAA44722@octavian.rz.tu-clausthal.de> Date: Mon, 31 Jan 2000 04:40:58 +0100 (CET) From: Oliver Fromme Reply-To: oliver.fromme@heim3.tu-clausthal.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16487: PnP device ID missing in sys/dev/sound/isa/sbc.c (fix included!) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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