Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets 129 and 130



details:   https://anonhg.NetBSD.org/src/rev/c89195b6840f
branches:  netbsd-7
changeset: 798401:c89195b6840f
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Oct 05 20:15:10 2014 +0000

description:
Tickets 129 and 130

diffstat:

 doc/CHANGES-7.0 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r efe5b953d6fd -r c89195b6840f doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Sun Oct 05 20:12:49 2014 +0000
+++ b/doc/CHANGES-7.0   Sun Oct 05 20:15:10 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.45 2014/10/05 10:22:50 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.46 2014/10/05 20:15:10 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -1054,3 +1054,21 @@
        Fix primes(6) and factor(6) for 64bit numbers upto
        3825123056546413050 (from FreeBSD).
        [ast, ticket #128]
+
+sys/arch/arm/broadcom/bcm2835_emmc.c           1.19
+sys/dev/sdmmc/sdhc.c                           1.51
+sys/dev/sdmmc/sdhcvar.h                                1.15
+
+       Pass sdhc_softc instead of sdhc_host to sc_vendor_transfer_data_dma,
+       since the vendor specific code has no access to it otherwise,
+       but can easily do device_private(sdhc_softc->sc_dev).
+       [skrll, ticket #129]
+
+sys/arch/luna68k/dev/lunafb.c                  1.36
+sys/arch/luna68k/dev/omrasops.c                        1.17-1.19
+sys/arch/luna68k/dev/omrasopsvar.h             1.3
+
+       Various improvements to the luna68k framebuffer, partly from
+       OpenBSD/luna88k.
+       [tsutsui, ticket #130]
+



Home | Main Index | Thread Index | Old Index