Chameleon

Chameleon Commit Details

Date:2011-06-14 23:34:03 (12 years 10 months ago)
Author:Cosmosis Jones
Commit:1019
Parents: 1018
Message:my bad. this is not the problem. Now though i see what is going on in the DX58SO situation. Sorry and i will hav ethis fixed next commit cos
Changes:
M/trunk/i386/libsaio/spd.c

File differences

trunk/i386/libsaio/spd.c
343343
344344
345345
346
347
348
349
350
351346
352
353347
354348
349
350
351
352
353
355354
356355
357356
slot->PartNo,
slot->SerialNo);
//This should probably be inside the if...
// laptops sometimes show slot 0 and 2 with slot 1 empty when only 2 slots are presents so:
Platform.DMI.DIMM[i]=
i>0 && Platform.RAM.DIMM[1].InUse==false && fullBanks && Platform.DMI.CntMemorySlots == 2 ?
mapping[i] : i; // for laptops case, mapping setup would need to be more generic than this
}
// laptops sometimes show slot 0 and 2 with slot 1 empty when only 2 slots are presents so:
Platform.DMI.DIMM[i]=
i>0 && Platform.RAM.DIMM[1].InUse==false && fullBanks && Platform.DMI.CntMemorySlots == 2 ?
mapping[i] : i; // for laptops case, mapping setup would need to be more generic than this
slot->spd = NULL;

Archive Download the corresponding diff file

Revision: 1019