Add another Haswell model (0x45) to the set of supported chips.

Model 0x45 appears, for example, in late 2013 Mac Book Pro models
and is properly emulated by VMware.
This commit is contained in:
George V. Neville-Neil 2013-12-20 20:22:10 +00:00
parent 7276319825
commit ac4030b7e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=259665

View File

@ -173,6 +173,7 @@ pmc_intel_initialize(void)
nclasses = 3;
break;
case 0x3C: /* Per Intel document 325462-045US 01/2013. */
case 0x45:
cputype = PMC_CPU_INTEL_HASWELL;
nclasses = 5;
break;