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 Model 0x5e is also 6th gen Core or Xeon...



details:   https://anonhg.NetBSD.org/src/rev/49fe766a47f5
branches:  trunk
changeset: 342060:49fe766a47f5
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Dec 04 05:34:59 2015 +0000

description:
Model 0x5e is also 6th gen Core or Xeon E3-1500 v5 like model 0x4e.

diffstat:

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

diffs (27 lines):

diff -r 4f57df594634 -r 49fe766a47f5 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Fri Dec 04 02:26:11 2015 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Fri Dec 04 05:34:59 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.68 2015/10/19 02:47:05 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.69 2015/12/04 05:34: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.68 2015/10/19 02:47:05 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.69 2015/12/04 05:34:59 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -373,7 +373,7 @@
                                [0x57] = "Next gen Xeon Phi",
                                [0x5a] = "Atom E3500",
                                [0x5d] = "Atom X3-C3000 (Silvermont)",
-                               [0x5e] = "Next gen Core (Skylake)",
+                               [0x5e] = "6th gen Core, Xeon E3-1500 v5 (Skylake)",
                        },
                        "Pentium Pro, II or III",       /* Default */
                        NULL,



Home | Main Index | Thread Index | Old Index