diff --git a/Include/ProcessorInfo.h b/Include/ProcessorInfo.h index 08d34535..5748c026 100755 --- a/Include/ProcessorInfo.h +++ b/Include/ProcessorInfo.h @@ -164,7 +164,7 @@ enum { #define CPU_MODEL_WESTMERE 0x2C ///< Gulftown, Westmere-EP, Westmere-WS #define CPU_MODEL_WESTMERE_EX 0x2F #define CPU_MODEL_SANDYBRIDGE 0x2A ///< Sandy Bridge -#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon +#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon E5, Core i7 Extreme #define CPU_MODEL_IVYBRIDGE 0x3A ///< Ivy Bridge #define CPU_MODEL_IVYBRIDGE_EP 0x3E #define CPU_MODEL_CRYSTALWELL 0x46 diff --git a/Library/OcSmbiosLib/SmbiosPatch.c b/Library/OcSmbiosLib/SmbiosPatch.c index db28e0b9..38af09f9 100755 --- a/Library/OcSmbiosLib/SmbiosPatch.c +++ b/Library/OcSmbiosLib/SmbiosPatch.c @@ -1254,7 +1254,7 @@ CreateAppleProcessorType ( // Pentium, Celeron // case CPU_MODEL_SANDYBRIDGE: // 0x2A - case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple + case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple if (CpuInfo->AppleMajorType == AppleProcessorMajorI3) { // FIXME: used by Apple on iMac12,1 (EDU, i3-2100), not confirmed yet