diff options
author | Luc Verhaegen <libv@skynet.be> | 2009-05-26 09:48:28 +0000 |
---|---|---|
committer | Luc Verhaegen <libv@skynet.be> | 2009-05-26 09:48:28 +0000 |
commit | 0ab0a8a3e23acd7378ba0146282c0acf4685b03f (patch) | |
tree | def0bcc88068d6825711377aa468fd339b8c5856 /board_enable.c | |
parent | d2b9582645d1e3ec83154af7b85f3abaa08d7d82 (diff) | |
download | flashrom-0ab0a8a3e23acd7378ba0146282c0acf4685b03f.zip flashrom-0ab0a8a3e23acd7378ba0146282c0acf4685b03f.tar.gz |
Add NForce2 chipset enable
While the other chipset enables for nvidia could potentially also work,
this one, by not touching other bits, seems like the safest solution.
Uwe tested this on his Asus A7N8X Deluxe, so hopefully the A7N8X-E
(reporter unknown) is now no longer an issue.
Corresponding to flashrom svn r548.
Signed-off-by: Luc Verhaegen <libv@skynet.be>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
Diffstat (limited to 'board_enable.c')
-rw-r--r-- | board_enable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c index 57677df..6bdba92 100644 --- a/board_enable.c +++ b/board_enable.c @@ -717,6 +717,7 @@ const struct board_info boards_ok[] = { { "ASUS", "P2B-F", }, { "ASUS", "P2B-D", }, { "ASUS", "P2B-DS", }, + { "ASUS", "A7N8X Deluxe", }, { "ASUS", "A7V400-MX", }, { "ASUS", "A7V8X-MX", }, { "ASUS", "P4B266", }, @@ -781,7 +782,6 @@ const struct board_info boards_ok[] = { const struct board_info boards_bad[] = { /* Verified non-working boards (for now). */ { "Abit", "IS-10", }, - { "ASUS", "A7N8X-E Deluxe", }, { "ASUS", "MEW-AM", }, { "ASUS", "MEW-VM", }, { "ASUS", "P3B-F", }, |