From f3a4bff427a1798c79b038d58f86d6e7b81cd9fa Mon Sep 17 00:00:00 2001 From: Sergey A Lichack Date: Tue, 7 Sep 2010 18:14:53 +0000 Subject: Add a board-enable for the MSI MS-6787 (P4MAM-V/P4MAM-L) Marked as untested for now, as there was no response from the user. Corresponding to flashrom svn r1155. Signed-off-by: Sergey A Lichack 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 6838d73..a5c36b7 100644 --- a/print.c +++ b/print.c @@ -450,6 +450,7 @@ const struct board_info boards_known[] = { B("MSI", "MS-6590 (KT4 Ultra)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=502", NULL), B("MSI", "MS-6702E (K8T Neo2-F)",1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=588", NULL), B("MSI", "MS-6712 (KT4V)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=505", NULL), + B("MSI", "MS-6787 (P4MAM-V/P4MAM-L)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=577", NULL), B("MSI", "MS-7005 (651M-L)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=559", NULL), B("MSI", "MS-7025 (K8N Neo2 Platinum)", 1, "http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=587", NULL), B("MSI", "MS-7046", 1, "http://www.heimir.de/ms7046/", NULL), -- cgit v1.1