Index: branches/meklort/i386/modules/Memory/spd.c =================================================================== --- branches/meklort/i386/modules/Memory/spd.c (revision 540) +++ branches/meklort/i386/modules/Memory/spd.c (revision 541) @@ -71,7 +71,6 @@ /** Read one byte from the intel i2c, used for reading SPD on intel chipsets only. */ unsigned char smb_read_byte_intel(uint32_t base, uint8_t adr, uint8_t cmd) { - printf("smb_read_byte_intel\n"); int l1, h1, l2, h2; unsigned long long t; @@ -272,7 +271,6 @@ spd_size = smb_read_byte_intel(base, 0x50 + i, 0); // Check spd is present if (spd_size && (spd_size != 0xff) ) { - printf("SPD is present\n"); slot->spd = spdbuf; slot->InUse = true;