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 from the latest Intel SDM:
details: https://anonhg.NetBSD.org/src/rev/1610bb1ecc37
branches: trunk
changeset: 348230:1610bb1ecc37
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Oct 11 04:16:28 2016 +0000
description:
Update from the latest Intel SDM:
- Denverton
- Future Xeon Phi
- 7th gen Core (Kaby Lake)
diffstat:
usr.sbin/cpuctl/arch/i386.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 2fe70bf62901 -r 1610bb1ecc37 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Tue Oct 11 04:10:13 2016 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Tue Oct 11 04:16:28 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.73 2016/07/21 08:37:18 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.74 2016/10/11 04:16:28 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.73 2016/07/21 08:37:18 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.74 2016/10/11 04:16:28 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -378,9 +378,10 @@
[0x5c] = "Next Atom (Goldmont)",
[0x5d] = "Atom X3-C3000 (Silvermont)",
[0x5e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
- [0x5f] = "Future Atom (Goldmont)",
- [0x8e] = "Future Core",
- [0x9e] = "Future Core",
+ [0x5f] = "Future Atom (Denverton)",
+ [0x85] = "Future Xeon Phi",
+ [0x8e] = "7th gen Core (Kaby Lake)",
+ [0x9e] = "7th gen Core (Kaby Lake)",
},
"Pentium Pro, II or III", /* Default */
NULL,
Home |
Main Index |
Thread Index |
Old Index