Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/usr.sbin/cpuctl/arch Pull up the following revisions, via...



details:   https://anonhg.NetBSD.org/src/rev/b3a38c95a5ff
branches:  netbsd-9
changeset: 378296:b3a38c95a5ff
user:      martin <martin%NetBSD.org@localhost>
date:      Sat Jul 29 10:14:09 2023 +0000

description:
Pull up the following revisions, via patch, requested by msaitoh
in ticket #1670:

        usr.sbin/cpuctl/arch/i386.c                     1.137-1.139

- CPU model 0x5a is not Atom E3500 but Atom Z3500.
- Add Alder Lake-N.

diffstat:

 usr.sbin/cpuctl/arch/i386.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r e45bc686d445 -r b3a38c95a5ff usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c       Sat Jul 29 09:48:51 2023 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c       Sat Jul 29 10:14:09 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: i386.c,v 1.104.2.13 2023/06/21 19:04:19 martin Exp $   */
+/*     $NetBSD: i386.c,v 1.104.2.14 2023/07/29 10:14:09 martin 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.104.2.13 2023/06/21 19:04:19 martin Exp $");
+__RCSID("$NetBSD: i386.c,v 1.104.2.14 2023/07/29 10:14:09 martin Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -335,7 +335,7 @@ const struct cpu_cpuid_nameclass i386_cp
                                [0x55] = "Xeon Scalable (Skylake, Cascade Lake, Copper Lake)",
                                [0x56] = "Xeon D-1500 (Broadwell)",
                                [0x57] = "Xeon Phi [357]200 (Knights Landing)",
-                               [0x5a] = "Atom E3500",
+                               [0x5a] = "Atom Z3500",
                                [0x5c] = "Atom (Goldmont)",
                                [0x5d] = "Atom X3-C3000 (Silvermont)",
                                [0x5e] = "6th gen Core, Xeon E3-1[25]00 v5 (Skylake)",
@@ -361,8 +361,9 @@ const struct cpu_cpuid_nameclass i386_cp
                                [0xa6] = "10th gen Core (Comet Lake)",
                                [0xa7] = "11th gen Core (Rocket Lake)",
                                [0xa8] = "11th gen Core (Rocket Lake)",
+                               [0xb7] = "13th gen Core (Raptor Lake)",
                                [0xba] = "13th gen Core (Raptor Lake)",
-                               [0xb7] = "13th gen Core (Raptor Lake)",
+                               [0xbe] = "Core i3-N3xx N[12]xx Nxx Atom x7xxxE (Alder Lake-N)",
                                [0xbf] = "13th gen Core (Raptor Lake)",
                        },
                        "Pentium Pro, II or III",       /* Default */



Home | Main Index | Thread Index | Old Index