Changeset 3431 for trunk/util/flashrom/board_enable.c
- Timestamp:
- 07/21/08 19:48:40 (4 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/board_enable.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/board_enable.c
r3413 r3431 115 115 * 116 116 * Suited for: 117 * - MSI K8T Neo2-F 117 118 * - MSI K8N-NEO3 118 119 */ … … 140 141 141 142 return 0; 143 } 144 145 static int w83627thf_gpio4_4_raise_2e(const char *name) 146 { 147 return w83627thf_gpio4_4_raise(0x2e, name); 142 148 } 143 149 … … 618 624 {0x1106, 0x3227, 0x1458, 0x5001, 0x10ec, 0x8139, 0x1458, 0xe000, 619 625 NULL, NULL, "GIGABYTE GA-7VT600", board_biostar_p4m80_m4}, 626 {0x1106, 0x3149, 0x1462, 0x7094, 0x10ec, 0x8167, 0x1462, 0x094c, 627 NULL, NULL, "MSI K8T Neo2", w83627thf_gpio4_4_raise_2e}, 620 628 {0, 0, 0, 0, 0, 0, 0, 0, NULL, NULL} /* Keep this */ 621 629 };
