From root@fosters.ddo.jp  Tue Sep 14 10:25:29 2004
Return-Path: <root@fosters.ddo.jp>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 22FCD16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 10:25:29 +0000 (GMT)
Received: from fosters.ddo.jp (103.168.210.220.dy.bbexcite.jp [220.210.168.103])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5D41C43D3F
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 14 Sep 2004 10:25:28 +0000 (GMT)
	(envelope-from root@fosters.ddo.jp)
Received: by fosters.ddo.jp (Postfix, from userid 0)
	id 07344450B0; Tue, 14 Sep 2004 19:25:26 +0900 (JST)
Message-Id: <20040914102526.07344450B0@fosters.ddo.jp>
Date: Tue, 14 Sep 2004 19:25:26 +0900 (JST)
From: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp>
Reply-To: FUJIMOTO Kou <fujimoto@j.dendai.ac.jp>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: nForce3 250(CK8S) audio support for snd_ich
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71726
>Category:       kern
>Synopsis:       [sound] [patch] nForce3 250(CK8S) audio support for snd_ich
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    sanpei
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 14 10:30:25 GMT 2004
>Closed-Date:    Sat Mar 04 10:25:45 GMT 2006
>Last-Modified:  Sat Mar 04 10:25:45 GMT 2006
>Originator:     FUJIMOTO Kou
>Release:        FreeBSD 5.3-BETA4 i386
>Organization:
Tokyo Denki University
>Environment:
System: FreeBSD fosters.ddo.jp 5.3-BETA4 FreeBSD 5.3-BETA4 #24: Tue Sep 14 11:42:46 JST 2004 root@fosters:/usr/src/sys/i386/compile/FOSTERS i386


>Description:
nVidia nForce3 250 audio device has different PCI device ID from nForce3 150.

>How-To-Repeat:
Just adding the ID into src/sys/dev/sound/pci/ich.c, AC97 codec can be 
detected with snd_ich driver, and wave sound playback and volume control 
work properly in 32-bit mode. I haven't tested  this patch in FreeBSD/amd64. 

>Fix:

--- ich.c.orig	Tue Sep 14 03:45:10 2004
+++ ich.c	Tue Sep 14 03:46:10 2004
@@ -652,6 +652,10 @@
 		device_set_desc(dev, "Nvidia nForce3");
 		return 0;
 
+	case 0x00ea10de:
+		device_set_desc(dev, "Nvidia nForce3 250");
+		return 0;
+
 	case 0x74451022:
 		device_set_desc(dev, "AMD-768");
 		return 0;



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->sound 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Tue Sep 14 16:27:42 GMT 2004 
Responsible-Changed-Why:  
Over to mailing list. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71726 
State-Changed-From-To: open->patched 
State-Changed-By: sanpei 
State-Changed-When: Mon Sep 20 05:59:38 GMT 2004 
State-Changed-Why:  
Committed ich.c 1.43 


Responsible-Changed-From-To: sound->sanpei 
Responsible-Changed-By: sanpei 
Responsible-Changed-When: Mon Sep 20 05:59:38 GMT 2004 
Responsible-Changed-Why:  
Committed ich.c 1.43 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71726 

From: Matteo Riondato <rionda@gufi.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: kern/71726 [sound] [patch] nForce3 250(CK8S) audio support for snd_ich
Date: Thu, 7 Apr 2005 22:07:15 +0200

 --s9fJI615cBHmzTOP
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 
 The patch was committed and MFCed with revision  1.42.2.1 about 6
 months ago.
 
 I'm wondering why sys/sound/pci/ich.c doesn't get merged to RELENG_4
 since 19 months but perhaps there are driver rewrite explainations for
 this issue.
 
 If this fix cannot be merged to RELENG_4, then this PR can be closed.
 Best Regards
 --=20
 Rionda aka Matteo Riondato
 Disinformato per default
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)
 
 --s9fJI615cBHmzTOP
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.0 (FreeBSD)
 
 iD8DBQFCVZLz2Mp4pR7Fa+wRAsMsAKDI45Dy8uQ9HZT08h8rbuyk6bHUzQCeOYo8
 l2SPIglBCSlzIhGzpK8+lOg=
 =xBcK
 -----END PGP SIGNATURE-----
 
 --s9fJI615cBHmzTOP--
State-Changed-From-To: patched->closed 
State-Changed-By: matteo 
State-Changed-When: Sat Mar 4 10:25:24 UTC 2006 
State-Changed-Why:  
This was fixed long ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71726 
>Unformatted:
