Source-Changes-HG archive

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

[src/netbsd-7]: src/doc ticket 567



details:   https://anonhg.NetBSD.org/src/rev/bb3c02d77763
branches:  netbsd-7
changeset: 799051:bb3c02d77763
user:      snj <snj%NetBSD.org@localhost>
date:      Sat Mar 07 05:18:38 2015 +0000

description:
ticket 567

diffstat:

 doc/CHANGES-7.0 |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 8517e1203746 -r bb3c02d77763 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Sat Mar 07 05:04:49 2015 +0000
+++ b/doc/CHANGES-7.0   Sat Mar 07 05:18:38 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.219 2015/03/06 21:46:40 snj Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.220 2015/03/07 05:18:38 snj Exp $
 
 A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
 until the 7.0 release:
@@ -18095,3 +18095,13 @@
        reduction in rendering glitches.
        [mrg, ticket #573]
 
+sys/arch/arm/cortex/gic.c                      1.13, 1.14
+
+       sc_gic_lines is the total number of valid lines but pic_sources[]
+       is sparse; when initializing mpsafe targets make sure to go all
+       the way to the end (sc_pic.pic_maxsources) instead
+       --
+       in armgic_establish_irq, make sure to write the new value to
+       GICD_ICFGRn when setting irq type (IST_LEVEL/IST_EDGE)
+       [jmcneill, ticket #567]
+



Home | Main Index | Thread Index | Old Index