Date: Tue, 14 Jul 2009 19:20:02 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-multimedia@FreeBSD.org Subject: Re: kern/136429: commit references a PR Message-ID: <200907141920.n6EJK2F1086635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/136429; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@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@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907141920.n6EJK2F1086635>