aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAnaelle Cazuc <anaelle.cazuc@stormshield.eu>2026-05-28 16:28:32 +0000
committerMitchell Horne <mhorne@FreeBSD.org>2026-05-31 17:50:20 +0000
commit03c69dd90122c4ffa91a749f668a2ac8fa6843a2 (patch)
tree706826f6b09afb4d55c1f4d88335c02b8b23b98e /sys/dev
parent510ee6698d377f4a9a4eeb08d9dc17bdc72ad5ab (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/hwpmc/hwpmc_intel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/hwpmc/hwpmc_intel.c b/sys/dev/hwpmc/hwpmc_intel.c
index 942cadfae4cf..4c8d0cd2e2bd 100644
--- a/sys/dev/hwpmc/hwpmc_intel.c
+++ b/sys/dev/hwpmc/hwpmc_intel.c
@@ -266,6 +266,10 @@ pmc_intel_initialize(void)
cputype = PMC_CPU_INTEL_EMERALD_RAPIDS;
nclasses = 3;
break;
+ case 0x8F:
+ cputype = PMC_CPU_INTEL_SAPPHIRE_RAPIDS;
+ nclasses = 3;
+ break;
}
break;
}