Chameleon

Chameleon Commit Details

Date:2011-09-03 16:48:20 (12 years 7 months ago)
Author:Evan Lojewski
Commit:1496
Parents: 1495
Message:Convert 0x756E6547 to CPUID_VENDOR_INTEL. getProcessorInformationExternalClock to return 0 for sandy bridge (thanks to Singal64)
Changes:
M/trunk/i386/libsaio/smbios_getters.c

File differences

trunk/i386/libsaio/smbios_getters.c
4545
4646
4747
48
49
50
51
52
4853
4954
5055
value->word = Platform.CPU.FSBFrequency/1000000;
}
}
else
{
value->word = Platform.CPU.FSBFrequency/1000000;
}
return true;
}

Archive Download the corresponding diff file

Revision: 1496