Date: Sun, 6 Mar 2005 08:22:35 GMT From: Markus Niemistö <markus.niemisto@iki.fi> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/78482: [patch] support for nForce 4 audio controller Message-ID: <200503060822.j268MZ4b029837@www.freebsd.org> Resent-Message-ID: <200503060830.j268UJFL066204@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 78482 >Category: kern >Synopsis: [patch] support for nForce 4 audio controller >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 Mar 06 08:30:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Markus Niemistö >Release: stable >Organization: >Environment: FreeBSD kon.dielocalwarez.com 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #1: Fri Mar 4 09:49:29 EET 2005 root@kon.dielocalwarez.com:/usr/src/sys/amd64/compile/KON amd64 >Description: The audio controller of nForce 4 Ultra works with ich driver, altough its PCI-ID is missing. Attached patch adds this PCI-ID to the driver. >How-To-Repeat: Try to load snd_ich module or compile it into kernel on a computer with nForce 4 Ultra chipset. >Fix: --- sys/dev/sound/pci/ich.c.orig Sun Mar 6 10:12:56 2005 +++ sys/dev/sound/pci/ich.c Sun Mar 6 10:14:08 2005 @@ -666,6 +666,10 @@ device_set_desc(dev, "nVidia nForce3 250"); return 0; + case 0x005910de: + device_set_desc(dev, "nVidia nForce4"); + return 0; + case 0x74451022: device_set_desc(dev, "AMD-768"); return 0; >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503060822.j268MZ4b029837>