Module Name:    src
Committed By:   martin
Date:           Wed Oct  1 08:54:47 UTC 2014

Modified Files:
        src/doc [netbsd-7]: CHANGES-7.0

Log Message:
Ticket #123


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.39 -r1.1.2.40 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.39 src/doc/CHANGES-7.0:1.1.2.40
--- src/doc/CHANGES-7.0:1.1.2.39	Tue Sep 30 18:23:20 2014
+++ src/doc/CHANGES-7.0	Wed Oct  1 08:54:46 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.39 2014/09/30 18:23:20 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.40 2014/10/01 08:54:46 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -1000,3 +1000,10 @@ lib/libc/stdio/vsnprintf_ss.c			1.13
 
 	Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX.
 	[christos, ticket #122]
+
+sys/dev/sdmmc/sdhc.c				1.48
+
+	Don't check slot type for pre-3.0 controllers, the bits were
+	reserved at the time. If an older controller advertises 1.8V
+	support, just use it.
+	[jmcneill, ticket #123]

Reply via email to