Module Name: src
Committed By: riz
Date: Thu Nov 5 20:34:26 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 978, 979
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 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.14 src/doc/CHANGES-7.1:1.1.2.15
--- src/doc/CHANGES-7.1:1.1.2.14 Thu Nov 5 09:34:23 2015
+++ src/doc/CHANGES-7.1 Thu Nov 5 20:34:26 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.14 2015/11/05 09:34:23 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.15 2015/11/05 20:34:26 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -655,3 +655,14 @@ sys/kern/kern_exit.c 1.248
Update value of p_stat before we release the proc_lock.
[pgoyette, ticket #999]
+sys/arch/mips/atheros/dev/athflash.c 1.9
+sys/arch/mips/atheros/dev/if_ae.c 1.25
+
+ Remove unused variables which break AP30 and MERAKI kernel builds.
+ [nisimura, ticket #978]
+
+sys/arch/mips/mips/bus_space_alignstride_chipdep.c patch
+
+ Mark variable as used to fix ADM5120* kernel builds.
+ [nisimura, ticket #979]
+