From 17da61ea326317f9f9799745629a00ea71096836 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 5 Oct 2010 21:48:43 +0000 Subject: Add a board-enable for the ASRock K7S41, chipset-enable for SiS 741 This also adds (and marks as tested) a chipset-enable for the SiS 741. All operations successfully tested on hardware. lspci/superiotool: http://www.flashrom.org/pipermail/flashrom/2010-September/004710.html Corresponding to flashrom svn r1192. Signed-off-by: Uwe Hermann Acked-by: Carl-Daniel Hailfinger --- chipset_enable.c | 1 + 1 file changed, 1 insertion(+) (limited to 'chipset_enable.c') diff --git a/chipset_enable.c b/chipset_enable.c index ac2edc2..58bddaa 100644 --- a/chipset_enable.c +++ b/chipset_enable.c @@ -1153,6 +1153,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, 0x0741, OK, "SiS", "741", 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}, -- cgit v1.1