diff options
| author | Fabien Thomas <fabient@FreeBSD.org> | 2010-11-23 09:17:00 +0000 |
|---|---|---|
| committer | Fabien Thomas <fabient@FreeBSD.org> | 2010-11-23 09:17:00 +0000 |
| commit | 1fe3daaa18dea2598d7c0cf035d55df13efbd18e (patch) | |
| tree | 2ea9bf3c3d7e797b0271215ba5a02d0a75ecf3ff /sys/dev/hwpmc | |
| parent | d0fa027d5a2b3c7309e6036d2d786fe5ee5ce799 (diff) | |
Notes
Diffstat (limited to 'sys/dev/hwpmc')
| -rw-r--r-- | sys/dev/hwpmc/hwpmc_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c index 746f02fa7c35..82d50794df16 100644 --- a/sys/dev/hwpmc/hwpmc_intel.c +++ b/sys/dev/hwpmc/hwpmc_intel.c @@ -131,6 +131,8 @@ pmc_intel_initialize(void) nclasses = 3; break; case 0x1A: + case 0x1E: /* Per Intel document 253669-032 9/2009, pages A-2 and A-57 */ + case 0x1F: /* Per Intel document 253669-032 9/2009, pages A-2 and A-57 */ case 0x2E: cputype = PMC_CPU_INTEL_COREI7; nclasses = 5; |
