Module Name: src
Committed By: riz
Date: Wed Nov 4 18:20:45 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 970, 971
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.1
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.1
diff -u src/doc/CHANGES-7.1:1.1.2.10 src/doc/CHANGES-7.1:1.1.2.11
--- src/doc/CHANGES-7.1:1.1.2.10 Wed Nov 4 18:04:34 2015
+++ src/doc/CHANGES-7.1 Wed Nov 4 18:20:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.10 2015/11/04 18:04:34 riz Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.11 2015/11/04 18:20:45 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -540,3 +540,13 @@ sys/kern/kern_cpu.c 1.71
Don't decrement the number of offline cpus if we fail to shut down one.
[maxv, ticket #965]
+sys/external/bsd/drm2/dist/drm/radeon/atombios_crtc.c 1.4
+
+ Avoid panic in radeon ddb(4) path.
+ [riastradh, ticket #970]
+
+sys/dev/mii/atphy.c 1.17
+
+ Fix incorrect argument of mii_anar(). Fixes PR#50206.
+ [msaitoh, ticket #971]
+