diff options
author | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-07-24 11:03:48 +0000 |
---|---|---|
committer | Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de> | 2010-07-24 11:03:48 +0000 |
commit | 682e2650241aa3809722b01399ab0cee2da5c76b (patch) | |
tree | efb217052088e413406b53dcc4453b919d1f381e /print.c | |
parent | cb0b51e167a8ba88dfa2702054415178a016be46 (diff) | |
download | flashrom-682e2650241aa3809722b01399ab0cee2da5c76b.zip flashrom-682e2650241aa3809722b01399ab0cee2da5c76b.tar.gz |
Board enable for ASUS P4SD-LA (HP OEM)
No response from reporter - committed as "untested".
Corresponding to flashrom svn r1101.
Signed-off-by: Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Diffstat (limited to 'print.c')
-rw-r--r-- | print.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -327,6 +327,7 @@ const struct board_info boards_known[] = { B("ASUS", "P4B266-LM", 1, "http://esupport.sony.com/US/perl/swu-list.pl?mdl=PCVRX650", NULL), B("ASUS", "P4C800-E Deluxe", 1, "http://www.asus.com/product.aspx?P_ID=cFuVCr9bXXCckmcK", NULL), B("ASUS", "P4P800-E Deluxe", 1, "http://www.asus.com/product.aspx?P_ID=INIJUvLlif7LHp3g", NULL), + B("ASUS", "P4SD-LA", 1, "http://h10025.www1.hp.com/ewfrf/wc/document?docname=c00022505", NULL), B("ASUS", "P5A", 1, "ftp://ftp.asus.com.tw/pub/ASUS/mb/sock7/ali/p5a/", NULL), B("ASUS", "P5B", 1, "ftp://ftp.asus.com.tw/pub/ASUS/mb/socket775/P5B/", NULL), B("ASUS", "P5B-Deluxe", 1, "http://www.asus.com/product.aspx?P_ID=bswT66IBSb2rEWNa", NULL), |