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 Ice Lake and Tremont from the lates...



details:   https://anonhg.NetBSD.org/src/rev/a727fe9c6768
branches:  trunk
changeset: 838978:a727fe9c6768
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Feb 05 08:07:59 2019 +0000

description:
Add Ice Lake and Tremont from the latest Intel SDM.

diffstat:

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

diffs (28 lines):

diff -r 8636655f5e71 -r a727fe9c6768 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Tue Feb 05 08:07:19 2019 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Tue Feb 05 08:07:59 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.91 2019/01/06 16:13:51 maxv Exp $   */
+/*     $NetBSD: i386.c,v 1.92 2019/02/05 08:07: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.91 2019/01/06 16:13:51 maxv Exp $");
+__RCSID("$NetBSD: i386.c,v 1.92 2019/02/05 08:07:59 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -382,7 +382,9 @@
                                [0x5f] = "Atom (Goldmont, Denverton)",
                                [0x66] = "Future Core (Cannon Lake)",
                                [0x7a] = "Atom (Goldmont Plus)",
+                               [0x7e] = "Future Core (Ice Lake)",
                                [0x85] = "Xeon Phi 7215, 7285, 7295 (Knights Mill)",
+                               [0x86] = "Atom (Tremont)",
                                [0x8e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
                                [0x9e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake)",
                        },



Home | Main Index | Thread Index | Old Index