Module Name: src
Committed By: msaitoh
Date: Fri May 8 07:29:08 UTC 2015
Modified Files:
src/usr.sbin/cpuctl/arch: i386.c
Log Message:
Update some Intel CPU models (Sky Lake, Broadwell and Atom X[357]).
To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 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.65 src/usr.sbin/cpuctl/arch/i386.c:1.66
--- src/usr.sbin/cpuctl/arch/i386.c:1.65 Fri Mar 27 05:31:34 2015
+++ src/usr.sbin/cpuctl/arch/i386.c Fri May 8 07:29:08 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.65 2015/03/27 05:31:34 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.66 2015/05/08 07:29:08 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.65 2015/03/27 05:31:34 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.66 2015/05/08 07:29:08 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -363,15 +363,17 @@ const struct cpu_cpuid_nameclass i386_cp
"(Haswell)",
[0x46] = "4th gen Core, Xeon E3-12xx v3 "
"(Haswell)",
+ [0x47] = "5th gen Core (Broadwell)",
[0x4a] = "Atom Z3400",
- [0x4c] = "Atom Z8000",
+ [0x4c] = "Atom X[57]-Z8000 (Airmont)",
[0x4d] = "Atom C2000",
- [0x4e] = "Future gen Core",
+ [0x4e] = "Next gen Core (Sky Lake)",
[0x4f] = "Future gen Xeon (Broadwell)",
[0x56] = "Next gen Xeon D (Broadwell)",
[0x57] = "Next gen Xeon Phi",
[0x5a] = "Atom E3500",
- [0x5d] = "Future Atom (Silvermont)",
+ [0x5d] = "Atom X3-C3000 (Silvermont)",
+ [0x5e] = "Next gen Core (Sky Lake)",
},
"Pentium Pro, II or III", /* Default */
NULL,