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 Update some Intel CPU models (Sky Lake, ...
details: https://anonhg.NetBSD.org/src/rev/32f0d5aac325
branches: trunk
changeset: 338004:32f0d5aac325
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri May 08 07:29:08 2015 +0000
description:
Update some Intel CPU models (Sky Lake, Broadwell and Atom X[357]).
diffstat:
usr.sbin/cpuctl/arch/i386.c | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r 56a67062851a -r 32f0d5aac325 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Fri May 08 07:23:56 2015 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Fri May 08 07:29:08 2015 +0000
@@ -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 @@
"(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,
Home |
Main Index |
Thread Index |
Old Index