Module Name: src
Committed By: riz
Date: Wed Aug 13 21:50:56 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets 11, 12
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.7 -r1.1.2.8 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.7 src/doc/CHANGES-7.0:1.1.2.8
--- src/doc/CHANGES-7.0:1.1.2.7 Tue Aug 12 19:02:55 2014
+++ src/doc/CHANGES-7.0 Wed Aug 13 21:50:56 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.7 2014/08/12 19:02:55 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.8 2014/08/13 21:50:56 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -82,3 +82,14 @@ sys/arch/sparc/sparc/autoconf.c 1.258
Add device name mapping for "qfe" (quad hme) cards. PR#49103.
[martin, ticket #7]
+sys/dev/usb/xhci.c 1.25
+
+ Serialise xhci_intr1 calls with sc_intr_lock. From Takahiro HAYASHI.
+ [skrll, ticket #11]
+
+sys/dev/usb/files.usb 1.133
+sys/dev/usb/usb.h 1.108
+
+ Add XHCI_DEBUG.
+ [skrll, ticket #12]
+