Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc tickets #3 & 4
details: https://anonhg.NetBSD.org/src/rev/69b5f0bf03b0
branches: netbsd-8
changeset: 433969:69b5f0bf03b0
user: bouyer <bouyer%NetBSD.org@localhost>
date: Sun Jun 04 20:47:25 2017 +0000
description:
tickets #3 & 4
diffstat:
doc/CHANGES-8.0 | 20 +++++++++++++++++++-
1 files changed, 19 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 9fed67922b2e -r 69b5f0bf03b0 doc/CHANGES-8.0
--- a/doc/CHANGES-8.0 Sun Jun 04 20:46:54 2017 +0000
+++ b/doc/CHANGES-8.0 Sun Jun 04 20:47:25 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.2 2017/06/04 20:35:45 bouyer Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.3 2017/06/04 20:47:25 bouyer Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -51,3 +51,21 @@
remove now unused FSTRANS state "FSTRANS_SUSPENDING".
[hannken, ticket #2]
+sys/dev/ic/pl181.c 1.4
+sys/dev/sdmmc/sdmmc_mem.c 1.57
+sys/dev/sdmmc/sdmmcvar.h 1.24
+
+ Give a hint to controllers in the command flags if we are performing a
+ transfer with an SDHC capable card. If the controller needs to adjust
+ command args, it can use this hint to understand how it is encoded.
+
+ Re-introduce support for multi-block transfers and split transfers to
+ fit within the 65535-byte limit.
+ [jmcneill, ticket #3]
+
+sys/arch/evbarm/vexpress/vexpress_start.S 1.5
+
+ Add a 1MB mapping to the MMU init table to cover the FDT blob in
+ case the bootloader places it beyond the init mem size.
+ [jmcneill, ticket #4]
+
Home |
Main Index |
Thread Index |
Old Index