diff options
| author | msaitoh <msaitoh@NetBSD.org> | 2023-07-06 02:43:44 +0000 |
|---|---|---|
| committer | msaitoh <msaitoh@NetBSD.org> | 2023-07-06 02:43:44 +0000 |
| commit | 1c4367d24fe65f2533c4eb646a3dda991ce83aed (patch) | |
| tree | 1f6177fddd46c49d087231b23190f0d764bdd841 | |
| parent | b3415d6d83dff91bfba6fa05a6bd38e70cb6e6fb (diff) | |
Add Alder Lake-N.
| -rw-r--r-- | usr.sbin/cpuctl/arch/i386.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/cpuctl/arch/i386.c b/usr.sbin/cpuctl/arch/i386.c index 10f64365a8f..95b43ee62ac 100644 --- a/usr.sbin/cpuctl/arch/i386.c +++ b/usr.sbin/cpuctl/arch/i386.c @@ -1,4 +1,4 @@ -/* $NetBSD: i386.c,v 1.137 2023/07/05 02:54:37 msaitoh Exp $ */ +/* $NetBSD: i386.c,v 1.138 2023/07/06 02:43:44 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.137 2023/07/05 02:54:37 msaitoh Exp $"); +__RCSID("$NetBSD: i386.c,v 1.138 2023/07/06 02:43:44 msaitoh Exp $"); #endif /* not lint */ #include <sys/types.h> @@ -363,6 +363,7 @@ const struct cpu_cpuid_nameclass i386_cpuid_cpus[] = { [0xa8] = "11th gen Core (Rocket 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 */ |
