Module Name: src
Committed By: snj
Date: Wed Dec 3 23:03:40 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
29[01]
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.117 -r1.1.2.118 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.117 src/doc/CHANGES-7.0:1.1.2.118
--- src/doc/CHANGES-7.0:1.1.2.117 Wed Dec 3 13:59:18 2014
+++ src/doc/CHANGES-7.0 Wed Dec 3 23:03:40 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.117 2014/12/03 13:59:18 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.118 2014/12/03 23:03:40 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -3166,3 +3166,19 @@ external/gpl3/binutils/dist/gas/config/t
d840c081f8082e8b9e63fead5306643975a97bb3).
[joerg, ticket #289]
+sys/external/bsd/drm2/radeon/radeondrmkmsfb.c 1.4
+
+ - provide a setmode callback for genfb
+ - add a pmf shutdown handler to switch genfb into polling mode
+ - no need to call drm_fb_helper_set_config after genfb attaches,
+ as the setmode callback is called by genfb_attach
+ [chs, ticket #290]
+
+sys/arch/macppc/macppc/locore.S 1.72
+sys/arch/ofppc/ofppc/locore.S 1.49
+
+ in the initial asm code, save the interesting caller-saved
+ registers (containing "arg" and "len") across function calls
+ to C code. fixes kernels built with gcc 4.8.
+ [chs, ticket #291]
+