Module Name:    src
Committed By:   cegger
Date:           Sat Jan  9 20:50:11 UTC 2010

Modified Files:
        src/sys/arch/x86/include: i82489reg.h

Log Message:
add LAPIC_MSR_ENABLE_x2 MSR. from mur...@river-styx via port-amd64@
   '...as documented in the Intel 64 and IA32 Architectures Software
   Developers Manual 3A, chapter 10.5.1.'


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.8 src/sys/arch/x86/include/i82489reg.h:1.9
--- src/sys/arch/x86/include/i82489reg.h:1.8	Mon May 12 18:36:20 2008
+++ src/sys/arch/x86/include/i82489reg.h	Sat Jan  9 20:50:11 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: i82489reg.h,v 1.8 2008/05/12 18:36:20 ad Exp $	*/
+/*	$NetBSD: i82489reg.h,v 1.9 2010/01/09 20:50:11 cegger Exp $	*/
 
 /*-
  * Copyright (c) 1998, 2008 The NetBSD Foundation, Inc.
@@ -149,6 +149,7 @@
 
 #define	LAPIC_MSR	0x001b
 #	define	LAPIC_MSR_BSP		0x00000100	/* boot processor */
+#	define	LAPIC_MSR_ENABLE_x2	0x00000400	/* x2APIC mode */
 #	define	LAPIC_MSR_ENABLE	0x00000800	/* software enable */
 #	define	LAPIC_MSR_ADDR		0xfffff000	/* physical address */
 

Reply via email to