Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Tickets #222 and #223



details:   https://anonhg.NetBSD.org/src/rev/d2a4c1b08259
branches:  netbsd-7
changeset: 798558:d2a4c1b08259
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Nov 12 20:09:08 2014 +0000

description:
Tickets #222 and #223

diffstat:

 doc/CHANGES-7.0 |  30 +++++++++++++++++++++++++++++-
 1 files changed, 29 insertions(+), 1 deletions(-)

diffs (41 lines):

diff -r 42fade2c2809 -r d2a4c1b08259 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Wed Nov 12 20:07:20 2014 +0000
+++ b/doc/CHANGES-7.0   Wed Nov 12 20:09:08 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.92 2014/11/12 19:24:25 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.93 2014/11/12 20:09:08 martin Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -2404,3 +2404,31 @@
        functions and primitives needed for C++11 <atomic>.
        [martin, ticket #218]
 
+etc/etc.evbarm/Makefile.inc                    1.64
+sys/arch/evbarm/conf/BPI                       1.2,1.4,1.6-1.7,1.9
+sys/arch/evbarm/conf/BPI_INSTALL               1.1
+sys/arch/evbarm/conf/CUBIEBOARD                        1.18-1.30
+sys/arch/evbarm/conf/CUBIETRUCK                        1.4,1.6
+sys/arch/evbarm/conf/mk.awin                   1.4
+sys/arch/evbarm/conf/std.awin                  1.4 (via patch)
+sys/conf/files                                 1.1104
+sys/dev/usb/motg.c                             1.9-1.12
+sys/dev/usb/motgreg.h                          1.2-1.4
+
+       Various allwinner USB OTG driver and kernel config enhancements.
+       [skrll, ticket #222]
+
+sys/arch/evbarm/conf/std.awin                  1.2
+sys/dev/i2c/axp20x.c                           1.1-1.2
+sys/dev/i2c/files.i2c                          1.55-1.56
+sys/dev/i2c/gttwsireg.h                                1.2
+
+       AllWinner implementation uses a different register layout, select it
+       with options GTTWSI_ALLWINNER.
+
+       AXP20x Power Management Unit driver, pretty basic at the moment
+        -- only acts as a temperature sensor.
+
+       Fix a sizeof typo.
+       [skrll, ticket #223]
+



Home | Main Index | Thread Index | Old Index