From 4dfb580c4d5a696081d74755133f8c0e0508617e Mon Sep 17 00:00:00 2001 From: msaitoh Date: Thu, 18 Jan 2024 03:19:26 +0000 Subject: [PATCH] Add Meteor Lake and Emerald Rapids. --- usr.sbin/cpuctl/arch/i386.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.sbin/cpuctl/arch/i386.c b/usr.sbin/cpuctl/arch/i386.c index c91a3b24fb12..e254a6f8df80 100644 --- a/usr.sbin/cpuctl/arch/i386.c +++ b/usr.sbin/cpuctl/arch/i386.c @@ -1,4 +1,4 @@ -/* $NetBSD: i386.c,v 1.141 2023/09/13 06:53:23 wiz Exp $ */ +/* $NetBSD: i386.c,v 1.142 2024/01/18 03:19:26 msaitoh Exp $ */ /*- * Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc. @@ -57,7 +57,7 @@ #include #ifndef lint -__RCSID("$NetBSD: i386.c,v 1.141 2023/09/13 06:53:23 wiz Exp $"); +__RCSID("$NetBSD: i386.c,v 1.142 2024/01/18 03:19:26 msaitoh Exp $"); #endif /* not lint */ #include @@ -361,10 +361,12 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { [0xa6] = "10th gen Core (Comet Lake)", [0xa7] = "11th gen Core (Rocket Lake)", [0xa8] = "11th gen Core (Rocket Lake)", + [0xaa] = "Core Ultra 7 (Meteor Lake)", [0xb7] = "13th gen Core (Raptor Lake)", [0xba] = "13th gen Core (Raptor Lake)", [0xbe] = "Core i3-N3xx N[12]xx Nxx Atom x7xxxE (Alder Lake-N)", [0xbf] = "13th gen Core (Raptor Lake)", + [0xcf] = "5th gen Xeon Scalable (Emerald Rapids)", }, "Pentium Pro, II or III", /* Default */ NULL,