[flashrom] [commit] r744 - trunk

svn at flashrom.org svn at flashrom.org
Mon Oct 5 18:04:47 CEST 2009


Author: libv
Date: 2009-10-05 18:04:47 +0200 (Mon, 05 Oct 2009)
New Revision: 744

Modified:
   trunk/chipset_enable.c
Log:
Chipset support for the nVidia nForce 4.

Add pciids for the new isa bridge, and hook it to the nforce2
chipset enable.

Signed-off-by: Luc Verhaegen <libv at skynet.be>
Acked-by: Martin Szulecki <opensuse at sukimashita.com>


Modified: trunk/chipset_enable.c
===================================================================
--- trunk/chipset_enable.c	2009-10-03 17:08:02 UTC (rev 743)
+++ trunk/chipset_enable.c	2009-10-05 16:04:47 UTC (rev 744)
@@ -1018,6 +1018,7 @@
 	{0x8086, 0x7000, OK, "Intel", "PIIX3",		enable_flash_piix4},
 	{0x8086, 0x7110, OK, "Intel", "PIIX4/4E/4M",	enable_flash_piix4},
 	{0x8086, 0x122e, OK, "Intel", "PIIX",		enable_flash_piix4},
+	{0x10de, 0x0030, NT, "NVIDIA", "nForce4/MCP4",  enable_flash_nvidia_nforce2},
 	{0x10de, 0x0050, OK, "NVIDIA", "CK804",		enable_flash_ck804}, /* LPC */
 	{0x10de, 0x0051, OK, "NVIDIA", "CK804",		enable_flash_ck804}, /* Pro */
 	{0x10de, 0x0060, OK, "NVIDIA", "NForce2",       enable_flash_nvidia_nforce2},





More information about the flashrom mailing list