Module Name:    src
Committed By:   msaitoh
Date:           Thu Jul 21 08:37:18 UTC 2016

Modified Files:
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
Update processor families from the latest Intel SDM:
- 06_4FH: Add Xeon E7 v4 and Core i7-69xx Extreme Edition
- 06_57H: Xeon Phi [357]200


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 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.72 src/usr.sbin/cpuctl/arch/i386.c:1.73
--- src/usr.sbin/cpuctl/arch/i386.c:1.72	Wed Apr 27 08:53:28 2016
+++ src/usr.sbin/cpuctl/arch/i386.c	Thu Jul 21 08:37:18 2016
@@ -1,4 +1,4 @@
-/*	$NetBSD: i386.c,v 1.72 2016/04/27 08:53:28 msaitoh Exp $	*/
+/*	$NetBSD: i386.c,v 1.73 2016/07/21 08:37:18 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.72 2016/04/27 08:53:28 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.73 2016/07/21 08:37:18 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -370,10 +370,10 @@ const struct cpu_cpuid_nameclass i386_cp
 				[0x4c] = "Atom X[57]-Z8000 (Airmont)",
 				[0x4d] = "Atom C2000",
 				[0x4e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
-				[0x4f] = "Xeon E5 v4 (Broadwell)",
+				[0x4f] = "Xeon E[57] v4 (Broadwell), Core i7-69xx Extreme",
 				[0x55] = "Future Xeon",
 				[0x56] = "Xeon D-1500 (Broadwell)",
-				[0x57] = "Next gen Xeon Phi",
+				[0x57] = "Xeon Phi [357]200",
 				[0x5a] = "Atom E3500",
 				[0x5c] = "Next Atom (Goldmont)",
 				[0x5d] = "Atom X3-C3000 (Silvermont)",

Reply via email to