diff options
author | Luc Verhaegen <libv@skynet.be> | 2010-03-19 22:26:44 +0000 |
---|---|---|
committer | Sean Nelson <audiohacked@gmail.com> | 2010-03-19 22:26:44 +0000 |
commit | 49146c15a93103470ea5cc9ae46abbf706580a4c (patch) | |
tree | f500590f70f0a5602e445e34bb753a9d840468cf | |
parent | 28accc27000d9589a86ecdf4f65bd009207a0a3f (diff) | |
download | flashrom-49146c15a93103470ea5cc9ae46abbf706580a4c.tar.gz flashrom-49146c15a93103470ea5cc9ae46abbf706580a4c.tar.bz2 flashrom-49146c15a93103470ea5cc9ae46abbf706580a4c.zip |
Rebased Board Enable Patch: Add Asus A8N
Corresponding to flashrom svn r949.
Signed-off-by: Luc Verhaegen <libv@skynet.be>
Acked-by: Sean Nelson <audiohacked@gmail.com>
-rw-r--r-- | board_enable.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board_enable.c b/board_enable.c index 66b5998a..9ac56532 100644 --- a/board_enable.c +++ b/board_enable.c @@ -1274,6 +1274,7 @@ struct board_pciid_enable board_pciid_enables[] = { {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x808C, NULL, NULL, NULL, "ASUS", "A7V8X", 0, OK, board_asus_a7v8x}, {0x1106, 0x3189, 0x1043, 0x807F, 0x1106, 0x3177, 0x1043, 0x80A1, NULL, NULL, NULL, "ASUS", "A7V8X-X", 0, OK, it8712f_gpio3_1_raise}, {0x1106, 0x3177, 0x1043, 0x80A1, 0x1106, 0x3205, 0x1043, 0x8118, NULL, NULL, NULL, "ASUS", "A7V8X-MX SE", 0, OK, w836xx_memw_enable_2e}, + {0x10DE, 0x005E, 0x1043, 0x815A, 0x10DE, 0x0054, 0x1043, 0x815A, NULL, NULL, NULL, "ASUS", "A8N", 0, NT, board_shuttle_fn25}, {0x10DE, 0x0264, 0x1043, 0x81C0, 0x10DE, 0x0260, 0x1043, 0x81C0, NULL, NULL, NULL, "ASUS", "M2NBP-VM CSM", 0, OK, nvidia_mcp_gpio0_raise}, {0x1106, 0x1336, 0x1043, 0x80ed, 0x1106, 0x3288, 0x1043, 0x8249, NULL, NULL, NULL, "ASUS", "M2V-MX", 0, OK, via_vt823x_gpio5_raise}, {0x8086, 0x1a30, 0x1043, 0x8070, 0x8086, 0x244b, 0x1043, 0x8028, NULL, NULL, NULL, "ASUS", "P4B266", 0, OK, intel_ich_gpio22_raise}, |