Add support for a new/unreleased Pentium-M.
Reviewed by: jkoshy
This commit is contained in:
parent
147f74d176
commit
e8fbd4a86d
@ -82,7 +82,7 @@ pmc_intel_initialize(void)
|
|||||||
case 0x7: case 0x8: case 0xA: case 0xB:
|
case 0x7: case 0x8: case 0xA: case 0xB:
|
||||||
cputype = PMC_CPU_INTEL_PIII;
|
cputype = PMC_CPU_INTEL_PIII;
|
||||||
break;
|
break;
|
||||||
case 0x9: case 0xD:
|
case 0x9: case 0xD: case 0xE:
|
||||||
cputype = PMC_CPU_INTEL_PM;
|
cputype = PMC_CPU_INTEL_PM;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user