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 From the latest Intel SDM:



details:   https://anonhg.NetBSD.org/src/rev/dbb6c5863039
branches:  trunk
changeset: 321663:dbb6c5863039
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Fri Mar 30 09:24:40 2018 +0000

description:
>From the latest Intel SDM:
- Add Xeon Phi 7215, 7285 and 7295
- Add Coffee Lake

diffstat:

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

diffs (31 lines):

diff -r c764cf91d44a -r dbb6c5863039 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Fri Mar 30 08:57:32 2018 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Fri Mar 30 09:24:40 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.83 2018/03/09 08:49:32 msaitoh Exp $        */
+/*     $NetBSD: i386.c,v 1.84 2018/03/30 09:24:40 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.83 2018/03/09 08:49:32 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.84 2018/03/30 09:24:40 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -381,9 +381,9 @@
                                [0x5f] = "Atom (Goldmont, Denverton)",
                                [0x66] = "Future Core (Cannon Lake)",
                                [0x7a] = "Atom (Goldmont Plus)",
-                               [0x85] = "Future Xeon Phi (Knights Mill)",
-                               [0x8e] = "7th gen Core (Kaby Lake)",
-                               [0x9e] = "7th gen Core (Kaby Lake)",
+                               [0x85] = "Xeon Phi 7215, 7285, 7295 (Knights Mill)",
+                               [0x8e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
+                               [0x9e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
                        },
                        "Pentium Pro, II or III",       /* Default */
                        NULL,



Home | Main Index | Thread Index | Old Index