From e838824a87bca405a316d16a63dd8ee9e917e436 Mon Sep 17 00:00:00 2001 From: Mattias Mattsson Date: Sat, 11 Sep 2010 15:25:48 +0000 Subject: Add a board enable for MSI MS-6561 (745 Ultra) SiS 745 chipset + Winbond W83697HF and Winbond W49F002U flash. Probe, read, erase and write all work. Matching on "NB/SB" (they are integrated). Also mark SiS 745 chipset as tested. lspci/superiotool: http://www.flashrom.org/pipermail/flashrom/2010-September/004705.html Corresponding to flashrom svn r1158. Signed-off-by: Mattias Mattsson Acked-by: Uwe Hermann --- chipset_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index f191061..4ac3a55 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1135,7 +1135,7 @@ const struct penable chipset_enables[] = { {0x1039, 0x0733, NT, "SiS", "733", enable_flash_sis540}, {0x1039, 0x0735, OK, "SiS", "735", enable_flash_sis540}, {0x1039, 0x0740, NT, "SiS", "740", enable_flash_sis540}, - {0x1039, 0x0745, NT, "SiS", "745", enable_flash_sis540}, + {0x1039, 0x0745, OK, "SiS", "745", enable_flash_sis540}, {0x1039, 0x0746, NT, "SiS", "746", enable_flash_sis540}, {0x1039, 0x0748, NT, "SiS", "748", enable_flash_sis540}, {0x1039, 0x0755, NT, "SiS", "755", enable_flash_sis540}, -- cgit v1.1