Module Name: src
Committed By: msaitoh
Date: Wed May 27 06:19:25 UTC 2015
Modified Files:
src/doc [netbsd-5]: CHANGES-5.3
Log Message:
Ticket 1964.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.115 -r1.1.2.116 src/doc/CHANGES-5.3
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-5.3
diff -u src/doc/CHANGES-5.3:1.1.2.115 src/doc/CHANGES-5.3:1.1.2.116
--- src/doc/CHANGES-5.3:1.1.2.115 Fri May 22 11:05:57 2015
+++ src/doc/CHANGES-5.3 Wed May 27 06:19:25 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.3,v 1.1.2.115 2015/05/22 11:05:57 sborrill Exp $
+# $NetBSD: CHANGES-5.3,v 1.1.2.116 2015/05/27 06:19:25 msaitoh Exp $
A complete list of changes from the NetBSD 5.2 release to the NetBSD 5.3
release:
@@ -3897,3 +3897,7 @@ sys/arch/xen/xen/xenevt.c 1.42
Fix off by one error, addresses port-xen/49919.
[bouyer, ticket #1965]
+sys/dev/usb/uftdi.c 1.53
+
+ Use as large a packet size as the ftdi endpoint specifies.
+ [riastradh, ticket #1964]