Changeset 1526 for trunk/board_enable.c
- Timestamp:
- May 2, 2012 9:48:21 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/board_enable.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/board_enable.c
r1516 r1526 1521 1521 /* 1522 1522 * Suited for: 1523 * - ASUS P5BV-R: LGA775 + 3200 + ICH7 1524 */ 1525 static int intel_ich_gpio20_raise(void) 1526 { 1527 return intel_ich_gpio_set(20, 1); 1528 } 1529 1530 /* 1531 * Suited for: 1523 1532 * - ASUS P4B266LM (Sony Vaio PCV-RX650): socket478 + 845D + ICH2 1524 1533 * - ASUS P4C800-E Deluxe: socket478 + 875P + ICH5 … … 2161 2170 {0x1039, 0x0661, 0x1043, 0x8113, 0x1039, 0x5513, 0x1043, 0x8087, NULL, NULL, NULL, P3, "ASUS", "P4S800-MX", 512, OK, w836xx_memw_enable_2e}, 2162 2171 {0x10B9, 0x1541, 0, 0, 0x10B9, 0x1533, 0, 0, "^P5A$", "asus", "p5a", P3, "ASUS", "P5A", 0, OK, board_asus_p5a}, 2172 {0x8086, 0x27b8, 0x1043, 0x819e, 0x8086, 0x29f0, 0x1043, 0x82a5, "^P5BV-R$", NULL, NULL, P3, "ASUS", "P5BV-R", 0, OK, intel_ich_gpio20_raise}, 2163 2173 {0x8086, 0x266a, 0x1043, 0x80a6, 0x8086, 0x2668, 0x1043, 0x814e, "^P5GD1 PRO$", NULL, NULL, P3, "ASUS", "P5GD1 Pro", 0, OK, intel_ich_gpio21_raise}, 2164 2174 {0x8086, 0x266a, 0x1043, 0x80a6, 0x8086, 0x2668, 0x1043, 0x814e, "^P5GD1-VM$", NULL, NULL, P3, "ASUS", "P5GD1-VM/S", 0, OK, intel_ich_gpio21_raise},
Note: See TracChangeset
for help on using the changeset viewer.
