diff options
author | Raúl Soriano <GatoLoko@gmail.com> | 2010-03-14 00:00:14 +0000 |
---|---|---|
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-03-14 00:00:14 +0000 |
commit | 8111e7ffa43efea14b8a32d401931c0406477945 (patch) | |
tree | 1113f0ceac8685c573175911368ead1e62d2c2de /print_wiki.c | |
parent | e3cb0a13bf4bf60b61486cb3eb1031014bc45866 (diff) | |
download | flashrom-8111e7ffa43efea14b8a32d401931c0406477945.tar.gz flashrom-8111e7ffa43efea14b8a32d401931c0406477945.tar.bz2 flashrom-8111e7ffa43efea14b8a32d401931c0406477945.zip |
Enabling Gigabyte GA-MA69VM-S2
This board has a supported chipset and a supported bios, but it's
connected indirectly through IT8716 and not recognized.
Corresponding to flashrom svn r935.
Signed-off-by: Raúl Soriano <GatoLoko@gmail.com>
Acked-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Diffstat (limited to 'print_wiki.c')
-rw-r--r-- | print_wiki.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print_wiki.c b/print_wiki.c index 4156c3e52..ff5a4c832 100644 --- a/print_wiki.c +++ b/print_wiki.c @@ -144,6 +144,7 @@ const struct board_info_url boards_url[] = { { "GIGABYTE", "GA-6ZMA", "http://www.gigabyte.de/Support/Motherboard/BIOS_Model.aspx?ProductID=3289" }, { "GIGABYTE", "GA-EX58-UD4P", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2986" }, { "GIGABYTE", "GA-EP35-DS3L", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2778" }, + { "GIGABYTE", "GA-MA69VM-S2", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Overview.aspx?ProductID=2500" }, { "GIGABYTE", "GA-MA790GP-DS4H", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2887" }, { "GIGABYTE", "GA-MA78GPM-DS2H", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=2859" }, { "GIGABYTE", "GA-MA770T-UD3P", "http://www.gigabyte.com.tw/Products/Motherboard/Products_Spec.aspx?ProductID=3096" }, |