Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/x86/include Add VIA Eden FCR MSR.



details:   https://anonhg.NetBSD.org/src/rev/ec20a026ce9d
branches:  trunk
changeset: 779071:ec20a026ce9d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Apr 30 00:04:31 2012 +0000

description:
Add VIA Eden FCR MSR.

diffstat:

 sys/arch/x86/include/specialreg.h |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 179c34f657e0 -r ec20a026ce9d sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Sun Apr 29 23:50:22 2012 +0000
+++ b/sys/arch/x86/include/specialreg.h Mon Apr 30 00:04:31 2012 +0000
@@ -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



Home | Main Index | Thread Index | Old Index