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 Add 0xa5 and 0xa6 for Comet Lake.
details: https://anonhg.NetBSD.org/src/rev/2c5a7894131b
branches: trunk
changeset: 972643:2c5a7894131b
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Mon Jun 01 08:33:40 2020 +0000
description:
Add 0xa5 and 0xa6 for Comet Lake.
diffstat:
usr.sbin/cpuctl/arch/i386.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 5c790176e268 -r 2c5a7894131b usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Mon Jun 01 08:32:39 2020 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Mon Jun 01 08:33:40 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.112 2020/04/21 02:56:37 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.113 2020/06/01 08:33:40 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.112 2020/04/21 02:56:37 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.113 2020/06/01 08:33:40 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -353,6 +353,8 @@
[0x86] = "Atom (Tremont)",
[0x8e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake) or Xeon E (Coffee Lake)",
[0x9e] = "7th or 8th gen Core (Kaby Lake, Coffee Lake) or Xeon E (Coffee Lake)",
+ [0xa5] = "10th gen Core (Comet Lake)",
+ [0xa6] = "10th gen Core (Comet Lake)",
},
"Pentium Pro, II or III", /* Default */
NULL,
Home |
Main Index |
Thread Index |
Old Index