Module Name: src
Committed By: martin
Date: Thu Oct 30 10:44:07 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets #161 and #162
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 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.69 src/doc/CHANGES-7.0:1.1.2.70
--- src/doc/CHANGES-7.0:1.1.2.69 Mon Oct 27 13:43:43 2014
+++ src/doc/CHANGES-7.0 Thu Oct 30 10:44:07 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.69 2014/10/27 13:43:43 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.70 2014/10/30 10:44:07 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -1859,3 +1859,14 @@ sys/netinet6/in6.c 1.177
Remove the ability for userland to toggle IN6_IFF_TENTATIVE.
Preserve IN6_IFF_TENTATIVE when updating address flags.
[roy, ticket #160]
+
+sys/external/bsd/drm2/include/linux/sched.h 1.4
+
+ Don't call kpause(9) if cold.
+ [nonaka, ticket #161]
+
+sys/dev/pci/hdaudio/hdaudio_pci.c 1.13
+
+ Disestablish interrupt and unmap register when attach failed.
+ [nonaka, ticket #162]
+