Module Name: src
Committed By: snj
Date: Sat Mar 7 05:18:38 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
ticket 567
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.219 -r1.1.2.220 src/doc/CHANGES-7.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.219 src/doc/CHANGES-7.0:1.1.2.220
--- src/doc/CHANGES-7.0:1.1.2.219 Fri Mar 6 21:46:40 2015
+++ src/doc/CHANGES-7.0 Sat Mar 7 05:18:38 2015
@@ -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 @@ sys/modules/drmkms_pci/Makefile 1.5
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]
+