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.
Modified files:
Index: src/sys/arch/x86/include/i82489reg.h
diff -u src/sys/arch/x86/include/i82489reg.h:1.10 src/sys/arch/x86/include/i82489reg.h:1.11
--- src/sys/arch/x86/include/i82489reg.h:1.10 Mon Nov 15 11:58:09 2010
+++ src/sys/arch/x86/include/i82489reg.h Fri Jan 20 18:47:04 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: i82489reg.h,v 1.10 2010/11/15 11:58:09 cegger Exp $ */
+/* $NetBSD: i82489reg.h,v 1.11 2012/01/20 18:47:04 hannken Exp $ */
/*-
* Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -92,8 +92,8 @@
# define LAPIC_DLSTAT_BUSY 0x00001000
# define LAPIC_DLSTAT_IDLE 0x00000000
-# define LAPIC_LEVEL_MASK 0x00002000
-# define LAPIC_LEVEL_ASSERT 0x00002000
+# define LAPIC_LEVEL_MASK 0x00004000
+# define LAPIC_LEVEL_ASSERT 0x00004000
# define LAPIC_LEVEL_DEASSERT 0x00000000
# define LAPIC_TRIGGER_MASK 0x00008000