Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl/arch Add Alder Lake, Rocket Lake and Sapphir...
details: https://anonhg.NetBSD.org/src/rev/a2965e233a12
branches: trunk
changeset: 359603:a2965e233a12
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Jan 13 16:02:44 2022 +0000
description:
Add Alder Lake, Rocket Lake and Sapphire Rapids. From the latest Intel SDM.
diffstat:
usr.sbin/cpuctl/arch/i386.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (36 lines):
diff -r 1c205c50695b -r a2965e233a12 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Thu Jan 13 14:47:11 2022 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Thu Jan 13 16:02:44 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.124 2021/12/09 14:23:06 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.125 2022/01/13 16:02:44 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.124 2021/12/09 14:23:06 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.125 2022/01/13 16:02:44 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -351,11 +351,17 @@
[0x8c] = "11th gen Core (Tiger Lake)",
[0x8d] = "11th gen Core (Tiger Lake)",
[0x8e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake) or Xeon E (Coffee Lake)",
+ [0x8f] = "future Xeon (Sapphire Rapids)",
[0x96] = "Atom x6000E (Elkhart Lake)",
+ [0x97] = "12th gen Core (Alder Lake)",
+ [0x9a] = "12th gen Core (Alder Lake)",
[0x9c] = "Pentium Silver N6xxx, Celeron N45xx, Celeron N51xx (Jasper Lake)",
[0x9e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake) or Xeon E (Coffee Lake)",
[0xa5] = "10th gen Core (Comet Lake)",
[0xa6] = "10th gen Core (Comet Lake)",
+ [0xa7] = "11th gen Core (Rocket Lake)",
+ [0xa8] = "11th gen Core (Rocket Lake)",
+ [0xbf] = "12th gen Core (Alder Lake)",
},
"Pentium Pro, II or III", /* Default */
NULL,
Home |
Main Index |
Thread Index |
Old Index