From 3e0774dcfe6951e20c9cc3f3afd4c5b1f656e8ac Mon Sep 17 00:00:00 2001
From: Uwe Hermann <uwe@hermann-uwe.de>
Date: Fri, 25 Sep 2009 01:05:06 +0000
Subject: [PATCH] Add chipset support for VIA VT82C596 by adding a PCI ID

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

Corresponding to flashrom svn r732.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
---
 chipset_enable.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chipset_enable.c b/chipset_enable.c
index 4ab9ce5..fd82fc6 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1046,6 +1046,7 @@ const struct penable chipset_enables[] = {
 	{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},
 
-- 
GitLab