[flashrom] [commit] r732 - trunk

svn at flashrom.org svn at flashrom.org
Fri Sep 25 03:05:06 CEST 2009


Author: uwe
Date: 2009-09-25 03:05:06 +0200 (Fri, 25 Sep 2009)
New Revision: 732

Modified:
   trunk/chipset_enable.c
Log:
Add chipset support for VIA VT82C596 by adding a PCI ID (trivial).

This is successfully tested by me on the Elitegroup P6VAP-A+ board.

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>



Modified: trunk/chipset_enable.c
===================================================================
--- trunk/chipset_enable.c	2009-09-23 22:01:33 UTC (rev 731)
+++ trunk/chipset_enable.c	2009-09-25 01:05:06 UTC (rev 732)
@@ -1046,6 +1046,7 @@
 	{0x1106, 0x3337, OK, "VIA", "VT8237A",		enable_flash_vt823x},
 	{0x1106, 0x3372, OK, "VIA", "VT8237S",		enable_flash_vt8237s_spi},
 	{0x1106, 0x8353, OK, "VIA", "VX800",		enable_flash_vt8237s_spi},
+	{0x1106, 0x0596, OK, "VIA", "VT82C596",		enable_flash_amd8111},
 	{0x1106, 0x0586, OK, "VIA", "VT82C586A/B",	enable_flash_amd8111},
 	{0x1106, 0x0686, NT, "VIA", "VT82C686A/B",	enable_flash_amd8111},
 





More information about the flashrom mailing list