summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/specialreg.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2004-01-28 23:47:22 +0000
committerpeter <peter@FreeBSD.org>2004-01-28 23:47:22 +0000
commit3383d7b6d7edc6f41a0607b36a6dc1e3922503aa (patch)
treebb14d343c12a404e8c5e8986cb0cc2d32eed8dbd /sys/amd64/include/specialreg.h
parent6a2a2134eabcb3642154f22dd155c22e98ab09f8 (diff)
downloadFreeBSD-src-3383d7b6d7edc6f41a0607b36a6dc1e3922503aa.zip
FreeBSD-src-3383d7b6d7edc6f41a0607b36a6dc1e3922503aa.tar.gz
MFi386: add THERMTRIP msr values
Diffstat (limited to 'sys/amd64/include/specialreg.h')
-rw-r--r--sys/amd64/include/specialreg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/amd64/include/specialreg.h b/sys/amd64/include/specialreg.h
index 083e450..c2dbb31 100644
--- a/sys/amd64/include/specialreg.h
+++ b/sys/amd64/include/specialreg.h
@@ -159,6 +159,9 @@
#define MSR_MCG_CTL 0x17b
#define MSR_EVNTSEL0 0x186
#define MSR_EVNTSEL1 0x187
+#define MSR_THERM_CONTROL 0x19a
+#define MSR_THERM_INTERRUPT 0x19b
+#define MSR_THERM_STATUS 0x19c
#define MSR_DEBUGCTLMSR 0x1d9
#define MSR_LASTBRANCHFROMIP 0x1db
#define MSR_LASTBRANCHTOIP 0x1dc
OpenPOWER on IntegriCloud