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 some processor names.



details:   https://anonhg.NetBSD.org/src/rev/9ad37c18b418
branches:  trunk
changeset: 791178:9ad37c18b418
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Thu Nov 07 18:18:59 2013 +0000

description:
Update some processor names.

diffstat:

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

diffs (41 lines):

diff -r 86f69e5e51a7 -r 9ad37c18b418 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Thu Nov 07 18:17:13 2013 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Thu Nov 07 18:18:59 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.47 2013/10/30 08:42:16 mrg Exp $    */
+/*     $NetBSD: i386.c,v 1.48 2013/11/07 18:18:59 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.47 2013/10/30 08:42:16 mrg Exp $");
+__RCSID("$NetBSD: i386.c,v 1.48 2013/11/07 18:18:59 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -342,18 +342,19 @@
                                [0x2a] = "Xeon E3-12xx, 2nd gen i7, i5, "
                                         "i3 2xxx",
                                [0x2c] = "Xeon 36xx & 56xx, i7, i5 and i3",
-                               [0x2d] = "Xeon E5 Sandy bridy family",
+                               [0x2d] = "Xeon E5 Sandy Bridy family, "
+                                        "Core i7-39xx Extreme",
                                [0x2e] = "Xeon 75xx & 65xx",
                                [0x2f] = "Xeon E7 family",
                                [0x35] = "Atom Family",
                                [0x36] = "Atom S1000",
                                [0x37] = "Atom C2000, E3000",
                                [0x3a] = "Xeon E3-1200v2 and 3rd gen core, "
-                                        "Ivy bridge",
+                                        "Ivy Bridge",
                                [0x3c] = "4th gen Core, Xeon E3-12xx v3 "
                                         "(Haswell)",
                                [0x3d] = "Next gen Core",
-                               [0x3e] = "Next gen Xeon E5/E7, Ivy bridge",
+                               [0x3e] = "Xeon E5/E7, Ivy Bridge-EP",
                                [0x3f] = "Future gen Xeon",
                                [0x45] = "4th gen Core, Xeon E3-12xx v3 "
                                         "(Haswell)",



Home | Main Index | Thread Index | Old Index