diff options
| author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-15 00:03:53 +0000 | 
|---|---|---|
| committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-15 00:03:53 +0000 | 
| commit | 9a87c5d6ad41f7c1512ad9f2a2f0ee60213fbef0 (patch) | |
| tree | f0a0b6bc4c5cc5652980a3eff4b384acfc13e233 | |
| parent | a745cf4660154bc33116f7520bcb78064eb6346d (diff) | |
| download | flashrom-9a87c5d6ad41f7c1512ad9f2a2f0ee60213fbef0.tar.gz flashrom-9a87c5d6ad41f7c1512ad9f2a2f0ee60213fbef0.tar.bz2 flashrom-9a87c5d6ad41f7c1512ad9f2a2f0ee60213fbef0.zip | |
Add missing GIGABYTE GA-7DXR entry, should have been in r1166
Corresponding to flashrom svn r1169.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
| -rw-r--r-- | print.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -412,6 +412,7 @@ const struct board_info boards_known[] = {  	B("GIGABYTE",	"GA-6ZMA",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1541", NULL),  	B("GIGABYTE",	"GA-MA785GMT-UD2H",	1, "http://www.gigabyte.de/Products/Motherboard/Products_Overview.aspx?ProductID=4525", NULL),  	B("GIGABYTE",	"GA-770TA-UD3",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=3272#ov", NULL), +	B("GIGABYTE",	"GA-7DXR",		1, "http://www.gigabyte.de/Products/Motherboard/Products_Spec.aspx?ProductID=1302", NULL),  	B("GIGABYTE",	"GA-7VT600",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1666", NULL),  	B("GIGABYTE",	"GA-7ZM",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1366", "Works fine if you remove jumper JP9 on the board and disable the flash protection BIOS option."),  	B("GIGABYTE",	"GA-8IRML",		1, "http://www.gigabyte.com/products/product-page.aspx?pid=1343", NULL), | 
