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 <[email protected]>
Acked-by: Martin Szulecki <[email protected]>


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},


_______________________________________________
flashrom mailing list
[email protected]
http://www.flashrom.org/mailman/listinfo/flashrom

Reply via email to