Module Name:    src
Committed By:   cegger
Date:           Sat Jul 24 08:02:46 UTC 2010

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

Log Message:
add AMD OSVW MSRs


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 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.

Modified files:

Index: src/sys/arch/x86/include/specialreg.h
diff -u src/sys/arch/x86/include/specialreg.h:1.42 src/sys/arch/x86/include/specialreg.h:1.43
--- src/sys/arch/x86/include/specialreg.h:1.42	Tue Jul  6 20:50:35 2010
+++ src/sys/arch/x86/include/specialreg.h	Sat Jul 24 08:02:46 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.42 2010/07/06 20:50:35 cegger Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.43 2010/07/24 08:02:46 cegger Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -450,6 +450,10 @@
 #define		BU_CFG_WBPFSMCCHKDIS	0x0000200000000000ULL
 #define		BU_CFG_WBENHWSBDIS	0x0001000000000000ULL
 
+/* AMD Family10h MSRs */
+#define	MSR_OSVW_ID_LENGTH		0xc0010140
+#define	MSR_OSVW_STATUS			0xc0010141
+
 /*
  * Constants related to MTRRs
  */

Reply via email to