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 table for processor families and...



details:   https://anonhg.NetBSD.org/src/rev/f23c75295497
branches:  trunk
changeset: 797696:f23c75295497
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Jul 25 13:52:26 2014 +0000

description:
Update table for processor families and processor number series from the
latest Intel SDM.
- Atom Z3000 (0x37)
- Core M based on Broadwell (0x3d)
- Next gen Xeon based on Haswell (0x3f)

diffstat:

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

diffs (36 lines):

diff -r 11bfb174f1aa -r f23c75295497 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Fri Jul 25 13:44:59 2014 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Fri Jul 25 13:52:26 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.56 2014/07/03 04:11:37 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.57 2014/07/25 13:52:26 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.56 2014/07/03 04:11:37 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.57 2014/07/25 13:52:26 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -348,14 +348,14 @@
                                [0x2f] = "Xeon E7 family",
                                [0x35] = "Atom Family",
                                [0x36] = "Atom S1000",
-                               [0x37] = "Atom C2000, E3000",
+                               [0x37] = "Atom E3000, Z3000",
                                [0x3a] = "Xeon E3-1200v2 and 3rd gen core, "
                                         "Ivy Bridge",
                                [0x3c] = "4th gen Core, Xeon E3-12xx v3 "
                                         "(Haswell)",
-                               [0x3d] = "Next gen Core",
+                               [0x3d] = "Core M based on Broadwell",
                                [0x3e] = "Xeon E5/E7, Ivy Bridge-EP",
-                               [0x3f] = "Future gen Xeon",
+                               [0x3f] = "Next gen Xeon based on Haswell",
                                [0x45] = "4th gen Core, Xeon E3-12xx v3 "
                                         "(Haswell)",
                                [0x46] = "4th gen Core, Xeon E3-12xx v3 "



Home | Main Index | Thread Index | Old Index