Chameleon

Chameleon Commit Details

Date:2010-07-28 04:28:43 (13 years 8 months ago)
Author:Rekursor
Commit:269
Parents: 268
Message:Corrected LGA1156 core i7 was detected as core i5
Changes:
M/trunk/i386/libsaio/smbios_patcher.c

File differences

trunk/i386/libsaio/smbios_patcher.c
172172
173173
174174
175
175176
176177
177
178178
179179
180180
case 0x17: // Intel Core (45nm)
case 0x1C: // Intel Atom (45nm)
return sm_get_simplecputype();
case 0x1E: // Intel Core i5, i7 LGA1156 (45nm)
case 0x1A: // Intel Core i7 LGA1366 (45nm)
return 0x0701;
case 0x1E: // Intel Core i5, i7 LGA1156 (45nm)
case 0x1F: // Intel Core i5, i7 LGA1156 (45nm) ???
return 0x0601;
case 0x25: // Intel Core i3, i5, i7 LGA1156 (32nm)

Archive Download the corresponding diff file

Revision: 269