Module Name: src
Committed By: msaitoh
Date: Fri Mar 30 09:24:40 UTC 2018
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
>From the latest Intel SDM:
- Add Xeon Phi 7215, 7285 and 7295
- Add Coffee Lake
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/usr.sbin/cpuctl/arch/i386.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.83 src/usr.sbin/cpuctl/arch/i386.c:1.84
--- src/usr.sbin/cpuctl/arch/i386.c:1.83 Fri Mar 9 08:49:32 2018
+++ src/usr.sbin/cpuctl/arch/i386.c Fri Mar 30 09:24:40 2018
@@ -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 @@ const struct cpu_cpuid_nameclass i386_cp
[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,