From owner-freebsd-bugs@FreeBSD.ORG Tue Oct 7 14:40:14 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A818816A4B3 for ; Tue, 7 Oct 2003 14:40:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5333843FBF for ; Tue, 7 Oct 2003 14:40:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h97LeDFY008919 for ; Tue, 7 Oct 2003 14:40:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h97LeDhw008918; Tue, 7 Oct 2003 14:40:13 -0700 (PDT) (envelope-from gnats) Resent-Date: Tue, 7 Oct 2003 14:40:13 -0700 (PDT) Resent-Message-Id: <200310072140.h97LeDhw008918@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenneth Culver Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B49B816A4B3 for ; Tue, 7 Oct 2003 14:36:26 -0700 (PDT) Received: from mailhub.sweetdreamsracing.biz (mailhub.sweetdreamsracing.biz [66.92.171.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id F292343F75 for ; Tue, 7 Oct 2003 14:36:25 -0700 (PDT) (envelope-from culverk@sweetdreamsracing.biz) Received: by mailhub.sweetdreamsracing.biz (Postfix, from userid 1000) id 45EC01FC; Tue, 7 Oct 2003 17:39:02 -0400 (EDT) Message-Id: <20031007213902.45EC01FC@mailhub.sweetdreamsracing.biz> Date: Tue, 7 Oct 2003 17:39:02 -0400 (EDT) From: Kenneth Culver To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: kern/57721: Dell built in SB Live not detected (patch with fix included) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kenneth Culver List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2003 21:40:14 -0000 >Number: 57721 >Category: kern >Synopsis: Dell built in SB Live not detected (patch with fix included) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Oct 07 14:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kenneth Culver >Release: FreeBSD 5.1-CURRENT i386 >Organization: none >Environment: System: FreeBSD kaoru.infosciences.com 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu O ct 2 15:35:37 EDT 2003 culverk@kaoru.infosciences.com:/usr/src/sys/i386/compile/ KAORU i386 >Description: Basically, the PCI device ID for the SoundBlaster Live that comes with many DELL machines is not in the soundblaster live driver: none0@pci2:2:0: class=0x040100 card=0x10031102 chip=0x00061102 rev=0x00 hdr=0x00 >How-To-Repeat: >Fix: Here is the patch to fix the problem (generated with diff -u on FreeBSD 5.1-CURRENT as of about 30 minutes ago) --- emu10k1.c.old Sun Sep 7 12:28:03 2003 +++ emu10k1.c Tue Oct 7 17:20:06 2003 @@ -37,6 +37,7 @@ /* -------------------------------------------------------------------- */ #define EMU10K1_PCI_ID 0x00021102 +#define EMU10K1_PCI_ID 0x00061102 #define EMU10K2_PCI_ID 0x00041102 #define EMU_DEFAULT_BUFSZ 4096 #define EMU_CHANS 4 @@ -1439,6 +1440,7 @@ switch (pci_get_devid(dev)) { case EMU10K1_PCI_ID: + case EMU10K1_PCI_ID2: s = "Creative EMU10K1"; break; /* >Release-Note: >Audit-Trail: >Unformatted: