Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 2009 19:18:31 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r195690 - head/sys/dev/sound/pci/hda
Message-ID:  <200907141918.n6EJIVh2068747@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200907141918.n6EJIVh2068747>