Module Name: src
Committed By: sborrill
Date: Mon Oct 5 10:34:33 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1059
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.82 -r1.1.2.83 src/doc/CHANGES-5.1
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.1
diff -u src/doc/CHANGES-5.1:1.1.2.82 src/doc/CHANGES-5.1:1.1.2.83
--- src/doc/CHANGES-5.1:1.1.2.82 Mon Oct 5 10:13:06 2009
+++ src/doc/CHANGES-5.1 Mon Oct 5 10:34:33 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.82 2009/10/05 10:13:06 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.83 2009/10/05 10:34:33 sborrill Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -13943,3 +13943,12 @@
when the information becomes available.
[jmcneill, ticket #1067]
+sys/arch/x86/include/cpuvar.h 1.30
+sys/arch/x86/x86/est.c 1.12
+sys/arch/x86/x86/intel_busclock.c 1.8
+
+ Use the TSC and current multiplier to calculate bus clock on VIA
+ C7 Esther. Probably needed for all C7 and Nano processors, but
+ to be safe only use this alternate method on Esther for now.
+ [jmcneill, ticket #1059]
+