diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-25 01:05:06 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2009-09-25 01:05:06 +0000 |
commit | 3e0774dcfe6951e20c9cc3f3afd4c5b1f656e8ac (patch) | |
tree | f3765de8af2de21f00cbe67f64e9214a4002cb62 | |
parent | a06287c9a04cfb055be958839ec18ce5e091c7fb (diff) | |
download | flashrom-3e0774dcfe6951e20c9cc3f3afd4c5b1f656e8ac.tar.gz flashrom-3e0774dcfe6951e20c9cc3f3afd4c5b1f656e8ac.tar.bz2 flashrom-3e0774dcfe6951e20c9cc3f3afd4c5b1f656e8ac.zip |
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>
-rw-r--r-- | chipset_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c index 4ab9ce5c..fd82fc64 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}, |