Module Name: src
Committed By: riz
Date: Thu Sep 26 01:58:04 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.2
Log Message:
Ticket 950
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.17 -r1.1.2.18 src/doc/CHANGES-6.1.2
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-6.1.2
diff -u src/doc/CHANGES-6.1.2:1.1.2.17 src/doc/CHANGES-6.1.2:1.1.2.18
--- src/doc/CHANGES-6.1.2:1.1.2.17 Mon Sep 23 14:28:03 2013
+++ src/doc/CHANGES-6.1.2 Thu Sep 26 01:58:04 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.2,v 1.1.2.17 2013/09/23 14:28:03 riz Exp $
+# $NetBSD: CHANGES-6.1.2,v 1.1.2.18 2013/09/26 01:58:04 riz Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -136,3 +136,10 @@ sys/arch/mvmeppc/stand/libsa/Makefile.in
Fix the mvmeppc bootloader.
[tsutsui, ticket #955]
+sys/dev/usb/ehci.c 1.205
+sys/dev/usb/uhci.c 1.255,1.256,1.258
+
+ USB fixes: missed byteswap ops for big-endian machines,
+ fix device enumeration in some edge cases. PR#47522, PR#48237
+ [skrll, ticket #950]
+