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 processor families from the late...



details:   https://anonhg.NetBSD.org/src/rev/22d729a327e7
branches:  trunk
changeset: 346602:22d729a327e7
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Jul 21 08:37:18 2016 +0000

description:
Update processor families from the latest Intel SDM:
- 06_4FH: Add Xeon E7 v4 and Core i7-69xx Extreme Edition
- 06_57H: Xeon Phi [357]200

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r dfb97570a2f5 -r 22d729a327e7 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Thu Jul 21 05:07:04 2016 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Thu Jul 21 08:37:18 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.72 2016/04/27 08:53:28 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.73 2016/07/21 08:37:18 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.72 2016/04/27 08:53:28 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.73 2016/07/21 08:37:18 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -370,10 +370,10 @@
                                [0x4c] = "Atom X[57]-Z8000 (Airmont)",
                                [0x4d] = "Atom C2000",
                                [0x4e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
-                               [0x4f] = "Xeon E5 v4 (Broadwell)",
+                               [0x4f] = "Xeon E[57] v4 (Broadwell), Core i7-69xx Extreme",
                                [0x55] = "Future Xeon",
                                [0x56] = "Xeon D-1500 (Broadwell)",
-                               [0x57] = "Next gen Xeon Phi",
+                               [0x57] = "Xeon Phi [357]200",
                                [0x5a] = "Atom E3500",
                                [0x5c] = "Next Atom (Goldmont)",
                                [0x5d] = "Atom X3-C3000 (Silvermont)",



Home | Main Index | Thread Index | Old Index