summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Saab <ps@FreeBSD.org>2005-11-18 16:47:24 +0000
committerPaul Saab <ps@FreeBSD.org>2005-11-18 16:47:24 +0000
commite8fbd4a86d0680d420873d7929857d04a0b5dfc1 (patch)
treec414676be8d3f1eacd890199b6dde19da3a3ea59
parent147f74d17602153ead22790c53715830ab6892b7 (diff)
Notes
-rw-r--r--sys/dev/hwpmc/hwpmc_x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hwpmc/hwpmc_x86.c b/sys/dev/hwpmc/hwpmc_x86.c
index a742effc2a52..96e32f228d1d 100644
--- a/sys/dev/hwpmc/hwpmc_x86.c
+++ b/sys/dev/hwpmc/hwpmc_x86.c
@@ -82,7 +82,7 @@ pmc_intel_initialize(void)
case 0x7: case 0x8: case 0xA: case 0xB:
cputype = PMC_CPU_INTEL_PIII;
break;
- case 0x9: case 0xD:
+ case 0x9: case 0xD: case 0xE:
cputype = PMC_CPU_INTEL_PM;
break;
}