Module Name:    src
Committed By:   msaitoh
Date:           Fri Jul 21 10:26:36 UTC 2023

Modified Files:
        src/usr.sbin/cpuctl/arch: i386.c

Log Message:
Sort by number. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/usr.sbin/cpuctl/arch/i386.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/cpuctl/arch/i386.c
diff -u src/usr.sbin/cpuctl/arch/i386.c:1.138 src/usr.sbin/cpuctl/arch/i386.c:1.139
--- src/usr.sbin/cpuctl/arch/i386.c:1.138	Thu Jul  6 02:43:44 2023
+++ src/usr.sbin/cpuctl/arch/i386.c	Fri Jul 21 10:26:36 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: i386.c,v 1.138 2023/07/06 02:43:44 msaitoh Exp $	*/
+/*	$NetBSD: i386.c,v 1.139 2023/07/21 10:26:36 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.138 2023/07/06 02:43:44 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.139 2023/07/21 10:26:36 msaitoh Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -361,8 +361,8 @@ 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)",
-				[0xba] = "13th gen Core (Raptor Lake)",
 				[0xb7] = "13th gen Core (Raptor Lake)",
+				[0xba] = "13th gen Core (Raptor Lake)",
 				[0xbe] = "Core i3-N3xx N[12]xx Nxx Atom x7xxxE (Alder Lake-N)",
 				[0xbf] = "13th gen Core (Raptor Lake)",
 			},

Reply via email to