Changeset 3395 for trunk/util/flashrom/chipset_enable.c
- Timestamp:
- 06/29/08 03:30:41 (5 months ago)
- Files:
-
- 1 modified
-
trunk/util/flashrom/chipset_enable.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/util/flashrom/chipset_enable.c
r3393 r3395 213 213 printf_debug("BOOT BIOS Straps: 0x%x (%s)\n", bbs, 214 214 (bbs == 0x3) ? "LPC" : ((bbs == 0x2) ? "PCI" : "SPI")); 215 if (bbs >= 2) 216 ich7_detected = 0; 215 217 216 218 buc = *(volatile uint8_t *)(rcrb + 0x3414);
