Module Name: src
Committed By: martin
Date: Mon Dec 15 11:57:50 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets #327 and #328
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.131 -r1.1.2.132 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.131 src/doc/CHANGES-7.0:1.1.2.132
--- src/doc/CHANGES-7.0:1.1.2.131 Sun Dec 14 17:04:18 2014
+++ src/doc/CHANGES-7.0 Mon Dec 15 11:57:50 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.131 2014/12/14 17:04:18 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.132 2014/12/15 11:57:50 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -3574,3 +3574,16 @@ usr.sbin/cpuctl/arch/i386.c 1.60-1.64
failed.
[msaitoh, ticket #326]
+sys/dev/ic/oosiop.c 1.15
+
+ Load the right xfer address into cb[i].xferdma. Fixes disk detection
+ on hp715/50.
+ [skrll, ticket #327]
+
+sys/arch/arm/broadcom/bcm2835_emmc.c 1.21
+
+ Don't pipeline any DMA writes to eMMC.
+ Fixes PR/49463.
+ [mlelstv, ticket #328]
+
+