kern/136429: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Tue Jul 14 19:20:03 UTC 2009


The following reply was made to PR kern/136429; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: kern/136429: commit references a PR
Date: Tue, 14 Jul 2009 19:18:46 +0000 (UTC)

 Author: mav
 Date: Tue Jul 14 19:18:31 2009
 New Revision: 195690
 URL: http://svn.freebsd.org/changeset/base/195690
 
 Log:
   Disable MSI by default for nVidia MCP55 chipset.
   It is reported to be broken in the same way as MCP51.
   
   PR:		kern/136429
   Approved by:	re (kib)
 
 Modified:
   head/sys/dev/sound/pci/hda/hdac.c
 
 Modified: head/sys/dev/sound/pci/hda/hdac.c
 ==============================================================================
 --- head/sys/dev/sound/pci/hda/hdac.c	Tue Jul 14 18:53:34 2009	(r195689)
 +++ head/sys/dev/sound/pci/hda/hdac.c	Tue Jul 14 19:18:31 2009	(r195690)
 @@ -490,7 +490,7 @@ static const struct {
  	{ HDA_INTEL_PCH,     "Intel PCH",	0 },
  	{ HDA_INTEL_SCH,     "Intel SCH",	0 },
  	{ HDA_NVIDIA_MCP51,  "NVidia MCP51",	HDAC_NO_MSI },
 -	{ HDA_NVIDIA_MCP55,  "NVidia MCP55",	0 },
 +	{ HDA_NVIDIA_MCP55,  "NVidia MCP55",	HDAC_NO_MSI },
  	{ HDA_NVIDIA_MCP61_1, "NVidia MCP61",	0 },
  	{ HDA_NVIDIA_MCP61_2, "NVidia MCP61",	0 },
  	{ HDA_NVIDIA_MCP65_1, "NVidia MCP65",	0 },
 _______________________________________________
 svn-src-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe at freebsd.org"
 


More information about the freebsd-multimedia mailing list