From 4b933f0c5e7e4fefd5df03642562988be2159241 Mon Sep 17 00:00:00 2001 From: Tim ter Laak Date: Mon, 13 Sep 2010 23:00:57 +0000 Subject: Add support for the abit BM6 board Corresponding to flashrom svn r1163. Signed-off-by: Tim ter Laak Acked-by: Michael Karcher Acked-by: Uwe Hermann --- print.c | 1 + 1 file changed, 1 insertion(+) (limited to 'print.c') diff --git a/print.c b/print.c index 91cd48d..89409cd 100644 --- a/print.c +++ b/print.c @@ -283,6 +283,7 @@ const struct board_info boards_known[] = { B("A-Trend", "ATC-6220", 1, "http://www.motherboard.cz/mb/atrend/atc6220.htm", NULL), B("abit", "AN-M2", 1, "http://www.abit.com.tw/page/de/motherboard/motherboard_detail.php?DEFTITLE=Y&fMTYPE=Socket%20AM2&pMODEL_NAME=AN-M2", NULL), B("abit", "AX8", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?DEFTITLE=Y&fMTYPE=Socket%20939&pMODEL_NAME=AX8", NULL), + B("abit", "BM6", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=BM6&fMTYPE=Socket%20370", NULL), B("abit", "Fatal1ty F-I90HD", 1, "http://www.abit.com.tw/page/de/motherboard/motherboard_detail.php?pMODEL_NAME=Fatal1ty+F-I90HD&fMTYPE=LGA775", NULL), B("abit", "IC7", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?pMODEL_NAME=IC7&fMTYPE=Socket%20478", NULL), B("abit", "IP35", 1, "http://www.abit.com.tw/page/en/motherboard/motherboard_detail.php?fMTYPE=LGA775&pMODEL_NAME=IP35", NULL), -- cgit v1.1