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 AMD ucode MSRs
details: https://anonhg.NetBSD.org/src/rev/71d8e4a23690
branches: trunk
changeset: 771929:71d8e4a23690
user: cegger <cegger%NetBSD.org@localhost>
date: Fri Dec 09 10:08:47 2011 +0000
description:
add AMD ucode MSRs
diffstat:
sys/arch/x86/include/specialreg.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 410bdc97059b -r 71d8e4a23690 sys/arch/x86/include/specialreg.h
--- a/sys/arch/x86/include/specialreg.h Fri Dec 09 09:47:39 2011 +0000
+++ b/sys/arch/x86/include/specialreg.h Fri Dec 09 10:08:47 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: specialreg.h,v 1.53 2011/10/03 17:31:35 njoly Exp $ */
+/* $NetBSD: specialreg.h,v 1.54 2011/12/09 10:08:47 cegger Exp $ */
/*-
* Copyright (c) 1991 The Regents of the University of California.
@@ -503,6 +503,8 @@
/* AMD Family10h MSRs */
#define MSR_OSVW_ID_LENGTH 0xc0010140
#define MSR_OSVW_STATUS 0xc0010141
+#define MSR_UCODE_AMD_PATCHLEVEL 0x0000008b
+#define MSR_UCODE_AMD_PATCHLOADER 0xc0010020
/* X86 MSRs */
#define MSR_RDTSCP_AUX 0xc0000103
Home |
Main Index |
Thread Index |
Old Index