summaryrefslogtreecommitdiffstats
path: root/chipset_enable.c
diff options
context:
space:
mode:
authorDavid Borg <borg.db@gmail.com>2010-07-31 23:16:09 +0000
committerCarl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>2010-07-31 23:16:09 +0000
commitf8ef5d997323d123a0b9963ee89597f1c941307e (patch)
treef9d635878ab10419ff93201870a4f564a729debd /chipset_enable.c
parentb9e2cb5d6dbae985d91143d58d4221865073df27 (diff)
downloadast2050-flashrom-f8ef5d997323d123a0b9963ee89597f1c941307e.zip
ast2050-flashrom-f8ef5d997323d123a0b9963ee89597f1c941307e.tar.gz
Add support for SIS661 (SIS963)
Tested on Asus P4S800-MX. Corresponding to flashrom svn r1128. Signed-off-by: David Borg <borg.db@gmail.com> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'chipset_enable.c')
-rw-r--r--chipset_enable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/chipset_enable.c b/chipset_enable.c
index d75fc82..11f866b 100644
--- a/chipset_enable.c
+++ b/chipset_enable.c
@@ -1116,6 +1116,7 @@ const struct penable chipset_enables[] = {
{0x1039, 0x0650, NT, "SiS", "650", enable_flash_sis540},
{0x1039, 0x0651, NT, "SiS", "651", enable_flash_sis540},
{0x1039, 0x0655, NT, "SiS", "655", enable_flash_sis540},
+ {0x1039, 0x0661, OK, "SiS", "661", enable_flash_sis540},
{0x1039, 0x0730, NT, "SiS", "730", enable_flash_sis540},
{0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540},
{0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540},
OpenPOWER on IntegriCloud