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 some name from the latest Intel SDM.



details:   https://anonhg.NetBSD.org/src/rev/f70e9bde59ce
branches:  trunk
changeset: 344911:f70e9bde59ce
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Wed Apr 27 08:53:28 2016 +0000

description:
Add some name from the latest Intel SDM.
 - Quark X1000, Xeon E5 v4 and the future processors.

diffstat:

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

diffs (46 lines):

diff -r 4d58b114dad9 -r f70e9bde59ce usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Wed Apr 27 08:51:32 2016 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Wed Apr 27 08:53:28 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.71 2016/04/27 06:58:06 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.72 2016/04/27 08:53:28 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.71 2016/04/27 06:58:06 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.72 2016/04/27 08:53:28 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -300,7 +300,7 @@
                                "Pentium (P54C)", "Pentium (P24T)",
                                "Pentium/MMX", "Pentium", 0,
                                "Pentium (P54C)", "Pentium/MMX (Tillamook)",
-                               0, 0, 0, 0, 0, 0, 0,
+                               "Quark X1000", 0, 0, 0, 0, 0, 0,
                        },
                        "Pentium",      /* Default */
                        NULL,
@@ -370,12 +370,17 @@
                                [0x4c] = "Atom X[57]-Z8000 (Airmont)",
                                [0x4d] = "Atom C2000",
                                [0x4e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
-                               [0x4f] = "Future gen Xeon (Broadwell)",
+                               [0x4f] = "Xeon E5 v4 (Broadwell)",
+                               [0x55] = "Future Xeon",
                                [0x56] = "Xeon D-1500 (Broadwell)",
                                [0x57] = "Next gen Xeon Phi",
                                [0x5a] = "Atom E3500",
+                               [0x5c] = "Next Atom (Goldmont)",
                                [0x5d] = "Atom X3-C3000 (Silvermont)",
                                [0x5e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
+                               [0x5f] = "Future Atom (Goldmont)",
+                               [0x8e] = "Future Core",
+                               [0x9e] = "Future Core",
                        },
                        "Pentium Pro, II or III",       /* Default */
                        NULL,



Home | Main Index | Thread Index | Old Index