kern/78482: [patch] support for nForce 4 audio controller

Markus Niemistö markus.niemisto at iki.fi
Sun Mar 6 08:30:20 GMT 2005


>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 at 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:


More information about the freebsd-bugs mailing list