Index: src/southbridge/intel/i82801xx/i82801xx_early_smbus.c =================================================================== --- src/southbridge/intel/i82801xx/i82801xx_early_smbus.c (revision 3698) +++ src/southbridge/intel/i82801xx/i82801xx_early_smbus.c (working copy) @@ -58,7 +58,8 @@ /* Clear any lingering errors, so transactions can run. */ outb(inb(SMBUS_IO_BASE + SMBHSTSTAT), SMBUS_IO_BASE + SMBHSTSTAT); - print_debug("SMBus controller enabled\r\n"); + /* FIXME: serial is not yet enabled... */ + //print_debug("SMBus controller enabled\r\n"); } static inline int smbus_read_byte(unsigned device, unsigned address)