Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9FA1884F4C for ; Sat, 29 Jul 2023 09:44:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id kBwA744krzqK for ; Sat, 29 Jul 2023 09:44:34 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3F58F84CDC for ; Sat, 29 Jul 2023 09:44:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 37257FBDB; Sat, 29 Jul 2023 09:44:34 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 29 Jul 2023 09:44:34 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-10] src/sys/arch/x86/include To: source-changes@NetBSD.org Approved: for-source-only Reply-To: martin@netbsd.org X-Mailer: log_accum Message-Id: <20230729094434.37257FBDB@cvs.NetBSD.org> Module Name: src Committed By: martin Date: Sat Jul 29 09:44:34 UTC 2023 Modified Files: src/sys/arch/x86/include [netbsd-10]: specialreg.h Log Message: Pull up the following revisions, all via patch, requested by msaitoh in ticket #250: sys/arch/x86/include/specialreg.h 1.204-1.206, 1.208 - Add Intel CPUID 0x07 %ecx bit 24 BUS_LOCK_DETECT. - Add AMD CPUID 0x80000008 %ebx bit 30 IBPB_RET and CPUID 0x8000000a %edx bit 29 BusLockThreshold. - Fix typo in comment. To generate a diff of this commit: cvs rdiff -u -r1.198.2.3 -r1.198.2.4 src/sys/arch/x86/include/specialreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.