Chameleon

Chameleon Commit Details

Date:2010-07-24 04:26:18 (13 years 9 months ago)
Author:Rekursor
Commit:212
Parents: 211
Message:Modified comment on still necessary mem table scans
Changes:
M/trunk/i386/libsaio/platform.c

File differences

trunk/i386/libsaio/platform.c
4444
4545
4646
47
47
4848
4949
5050
getBoolForKey(kUseMemDetect, &useAutodetection, &bootInfo->bootConfig);
if (useAutodetection) {
scan_memory(&Platform); // useless at least for now, mem freq now only relies on spd.
scan_memory(&Platform); // unfortunately still necesary for some comp where spd cant read correct speed
scan_spd(&Platform);
}
done = true;

Archive Download the corresponding diff file

Revision: 212