Module Name: src
Committed By: msaitoh
Date: Fri Jul 25 13:52:26 UTC 2014
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Update table for processor families and processor number series from the
latest Intel SDM.
- Atom Z3000 (0x37)
- Core M based on Broadwell (0x3d)
- Next gen Xeon based on Haswell (0x3f)
To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 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.56 src/usr.sbin/cpuctl/arch/i386.c:1.57
--- src/usr.sbin/cpuctl/arch/i386.c:1.56 Thu Jul 3 04:11:37 2014
+++ src/usr.sbin/cpuctl/arch/i386.c Fri Jul 25 13:52:26 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.56 2014/07/03 04:11:37 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.57 2014/07/25 13:52:26 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.56 2014/07/03 04:11:37 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.57 2014/07/25 13:52:26 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -348,14 +348,14 @@ const struct cpu_cpuid_nameclass i386_cp
[0x2f] = "Xeon E7 family",
[0x35] = "Atom Family",
[0x36] = "Atom S1000",
- [0x37] = "Atom C2000, E3000",
+ [0x37] = "Atom E3000, Z3000",
[0x3a] = "Xeon E3-1200v2 and 3rd gen core, "
"Ivy Bridge",
[0x3c] = "4th gen Core, Xeon E3-12xx v3 "
"(Haswell)",
- [0x3d] = "Next gen Core",
+ [0x3d] = "Core M based on Broadwell",
[0x3e] = "Xeon E5/E7, Ivy Bridge-EP",
- [0x3f] = "Future gen Xeon",
+ [0x3f] = "Next gen Xeon based on Haswell",
[0x45] = "4th gen Core, Xeon E3-12xx v3 "
"(Haswell)",
[0x46] = "4th gen Core, Xeon E3-12xx v3 "