Module Name: src
Committed By: martin
Date: Thu Jun 4 09:05:30 UTC 2015
Modified Files:
src/doc [netbsd-5-2]: CHANGES-5.2.4
Log Message:
Ticket #1963
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-5.2.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.2.4
diff -u src/doc/CHANGES-5.2.4:1.1.2.31 src/doc/CHANGES-5.2.4:1.1.2.32
--- src/doc/CHANGES-5.2.4:1.1.2.31 Mon Jun 1 15:53:39 2015
+++ src/doc/CHANGES-5.2.4 Thu Jun 4 09:05:29 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2.4,v 1.1.2.31 2015/06/01 15:53:39 sborrill Exp $
+# $NetBSD: CHANGES-5.2.4,v 1.1.2.32 2015/06/04 09:05:29 martin Exp $
A complete list of changes from the NetBSD 5.2.3 release to the NetBSD 5.2.4
release:
@@ -2625,3 +2625,11 @@ sys/arch/x86/include/specialreg.h 1.72
compatibility.
[msaitoh, ticket #1968]
+sys/arch/x86/x86/intel_busclock.c 1.10, 1.13-23 via patch
+
+ Update p[34]_get_bus_clock() to avoid panic in est(4).
+ Return correct bus clock on some CPUs. Use rdmsr_safe()
+ to access MSRs safely.
+ [sborrill, ticket #1963]
+
+