Module Name:    src
Committed By:   christos
Date:           Mon Apr 30 00:04:31 UTC 2012

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

Log Message:
Add VIA Eden FCR MSR.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 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.57 src/sys/arch/x86/include/specialreg.h:1.58
--- src/sys/arch/x86/include/specialreg.h:1.57	Fri Apr  6 13:23:39 2012
+++ src/sys/arch/x86/include/specialreg.h	Sun Apr 29 20:04:31 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: specialreg.h,v 1.57 2012/04/06 17:23:39 chs Exp $	*/
+/*	$NetBSD: specialreg.h,v 1.58 2012/04/30 00:04:31 christos Exp $	*/
 
 /*-
  * Copyright (c) 1991 The Regents of the University of California.
@@ -445,6 +445,11 @@
 #define MSR_VIA_ACE_ENABLE	0x10000000
 
 /*
+ * VIA "Eden" MSRs
+ */
+#define MSR_VIA_FCR 		MSR_VIA_ACE
+
+/*
  * AMD K6/K7 MSRs.
  */
 #define	MSR_K6_UWCCR		0xc0000085

Reply via email to