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 Update from Intel SDM:
details: https://anonhg.NetBSD.org/src/rev/63188dc10391
branches: trunk
changeset: 356881:63188dc10391
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Thu Oct 19 03:09:55 2017 +0000
description:
Update from Intel SDM:
0x55: Xeon Scalable (Skylake)
0x57: Xeon Phi [357]200 (Knights Landing)
0x66: Future Core (Cannon Lake)
0x85: Future Xeon Phi (Knights Mill)
diffstat:
usr.sbin/cpuctl/arch/i386.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 966829214a28 -r 63188dc10391 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Thu Oct 19 01:57:18 2017 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Thu Oct 19 03:09:55 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.77 2017/10/17 14:48:42 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.78 2017/10/19 03:09:55 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.77 2017/10/17 14:48:42 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.78 2017/10/19 03:09:55 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -371,16 +371,17 @@
[0x4d] = "Atom C2000",
[0x4e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
[0x4f] = "Xeon E[57] v4 (Broadwell), Core i7-69xx Extreme",
- [0x55] = "Future Xeon",
+ [0x55] = "Xeon Scalable (Skylake)",
[0x56] = "Xeon D-1500 (Broadwell)",
- [0x57] = "Xeon Phi [357]200",
+ [0x57] = "Xeon Phi [357]200 (Knights Landing)",
[0x5a] = "Atom E3500",
[0x5c] = "Atom (Goldmont)",
[0x5d] = "Atom X3-C3000 (Silvermont)",
[0x5e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
[0x5f] = "Atom (Goldmont, Denverton)",
+ [0x66] = "Future Core (Cannon Lake)",
[0x7a] = "Atom (Goldmont Plus)",
- [0x85] = "Future Xeon Phi",
+ [0x85] = "Future Xeon Phi (Knights Mill)",
[0x8e] = "7th gen Core (Kaby Lake)",
[0x9e] = "7th gen Core (Kaby Lake)",
},
Home |
Main Index |
Thread Index |
Old Index