Chameleon

Chameleon Commit Details

Date:2010-09-22 18:19:44 (13 years 6 months ago)
Author:Evan Lojewski
Commit:541
Parents: 540
Message:remove printf
Changes:
M/branches/meklort/i386/modules/Memory/spd.c

File differences

branches/meklort/i386/modules/Memory/spd.c
7171
7272
7373
74
7574
7675
7776
......
272271
273272
274273
275
276274
277275
278276
/** 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;
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;

Archive Download the corresponding diff file

Revision: 541