Received: by mail.netbsd.org (Postfix, from userid 605) id 5F75614A21D; Fri, 20 Jan 2012 18:47:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33BFE14A228 for ; Fri, 20 Jan 2012 18:47:06 +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 R_iJ0SegFzjp for ; Fri, 20 Jan 2012 18:47:05 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 91F8314A218 for ; Fri, 20 Jan 2012 18:47:05 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2BBE4175DF; Fri, 20 Jan 2012 18:47:05 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 20 Jan 2012 18:47:04 +0000 From: "Juergen Hannken-Illjes" Subject: CVS commit: src/sys/arch/x86/include To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120120184705.2BBE4175DF@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Juergen Hannken-Illjes" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: hannken Date: Fri Jan 20 18:47:04 UTC 2012 Modified Files: src/sys/arch/x86/include: i82489reg.h Log Message: Revert revision 1.4 and change LAPIC_LEVEL_ASSERT / _MASK back to 0x4000. According to "Intel 64 and IA-32 Architectures Software Developer's Manual" Vol. 3, May 2011, Order Number: 325384-039US, Section 10.6.1: LEVEL_ASSERT is bit #14, bit #13 is reserved. With this change NetBSD now boots multiple processors under CentOS 6.2/kvm. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/include/i82489reg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.