Chameleon

Chameleon Commit Details

Date:2011-05-17 02:40:42 (12 years 11 months ago)
Author:Azimutz
Commit:824
Parents: 823
Message:fixed 6 core WESTMERE. http://forge.voodooprojects.org/p/chameleon/issues/49/
Changes:
M/branches/azimutz/Chazi/i386/libsaio/smbios_getters.c
M/branches/azimutz/Cleancut/i386/libsaio/smbios_getters.c

File differences

branches/azimutz/Chazi/i386/libsaio/smbios_getters.c
167167
168168
169169
170
170
171171
172172
173173
case CPU_MODEL_WESTMERE:// Intel Core i7 LGA1366 (32nm) 6 Core (Gulftown, Westmere-EP, Westmere-WS)
case CPU_MODEL_WESTMERE_EX:// Intel Core i7 LGA1366 (45nm) 6 Core ???
value->word = 0x0701;// Core i7
value->word = 0x0501;// Core i7
return true;
case 0x19:// Intel Core i5 650 @3.20 Ghz
branches/azimutz/Cleancut/i386/libsaio/smbios_getters.c
168168
169169
170170
171
171
172172
173173
174174
case CPU_MODEL_WESTMERE:// Intel Core i7 LGA1366 (32nm) 6 Core (Gulftown, Westmere-EP, Westmere-WS)
case CPU_MODEL_WESTMERE_EX:// Intel Core i7 LGA1366 (45nm) 6 Core ???
value->word = 0x0701;// Core i7
value->word = 0x0501;// Core i7
return true;
case 0x19:// Intel Core i5 650 @3.20 Ghz

Archive Download the corresponding diff file

Revision: 824