Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8340B84ED3 for ; Thu, 27 Jul 2023 16:39:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id ygxr4O4E8DDI for ; Thu, 27 Jul 2023 16:39:41 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2046284CD0 for ; Thu, 27 Jul 2023 16:39:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1973EFBDB; Thu, 27 Jul 2023 16:39:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 27 Jul 2023 16:39:41 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/x86/x86 To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230727163941.1973EFBDB@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Thu Jul 27 16:39:41 UTC 2023 Modified Files: src/sys/arch/x86/x86 [netbsd-10]: errata.c Log Message: Pull up following revision(s) (requested by mrg in ticket #247): sys/arch/x86/x86/errata.c: revision 1.32 fix the cpuids for the zen2 client CPUs. i'm not exactly how i came up with the values i had, though one of them was still valid and matched my test systems. To generate a diff of this commit: cvs rdiff -u -r1.27.4.1 -r1.27.4.2 src/sys/arch/x86/x86/errata.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.