Source-Changes-HG archive

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

[src/netbsd-7]: src/doc 69[345]



details:   https://anonhg.NetBSD.org/src/rev/6603070e4f1f
branches:  netbsd-7
changeset: 799212:6603070e4f1f
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Apr 16 06:14:51 2015 +0000

description:
69[345]

diffstat:

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

diffs (30 lines):

diff -r b842fa14477e -r 6603070e4f1f doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Thu Apr 16 06:12:56 2015 +0000
+++ b/doc/CHANGES-7.0   Thu Apr 16 06:14:51 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.254 2015/04/14 13:17:47 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.255 2015/04/16 06:14:51 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -19691,3 +19691,20 @@
        Make error messages consistent.
        [christos, ticket #692]
 
+sys/net/if.h                                   1.186
+
+       Use 1000ULL to prevent integer overflow (for IF_Gbps(10)).
+       [msaitoh, ticket #693]
+
+sys/dev/pci/if_wm.c                            1.314
+
+       Fix a bug that wm_sgmii_writereg() function doesn't pass the
+       "val" argument to the I2CCMD register. PR kern/49789.
+       [msaitoh, ticket #694]
+
+sys/arch/arm/omap/am335x_prcm.c                        1.8
+
+       Change CPU frequency change message to aprint_debug to prevent
+       dmesg spam when running estd.
+       [jmcneill, ticket #695]
+



Home | Main Index | Thread Index | Old Index