Module Name: src
Committed By: martin
Date: Thu Oct 2 14:43:59 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket #124
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.40 -r1.1.2.41 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.40 src/doc/CHANGES-7.0:1.1.2.41
--- src/doc/CHANGES-7.0:1.1.2.40 Wed Oct 1 08:54:46 2014
+++ src/doc/CHANGES-7.0 Thu Oct 2 14:43:59 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.40 2014/10/01 08:54:46 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.41 2014/10/02 14:43:59 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1007,3 +1007,8 @@ sys/dev/sdmmc/sdhc.c 1.48
reserved at the time. If an older controller advertises 1.8V
support, just use it.
[jmcneill, ticket #123]
+
+sys/dev/sdmmc/sdhc.c 1.49
+
+ Correct clk div calculation for SD 3.0 controllers.
+ [jmcneill, ticket #124]