svn commit: r215987 - stable/8/sys/dev/usb/storage
Andrew Thompson
thompsa at FreeBSD.org
Sun Nov 28 07:29:57 UTC 2010
Author: thompsa
Date: Sun Nov 28 07:29:56 2010
New Revision: 215987
URL: http://svn.freebsd.org/changeset/base/215987
Log:
MFC r213931 (mav)
Allow umass to use bigger transactions for USB 3.0 devices.
Modified:
stable/8/sys/dev/usb/storage/umass.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
Modified: stable/8/sys/dev/usb/storage/umass.c
==============================================================================
--- stable/8/sys/dev/usb/storage/umass.c Sun Nov 28 07:28:10 2010 (r215986)
+++ stable/8/sys/dev/usb/storage/umass.c Sun Nov 28 07:29:56 2010 (r215987)
@@ -2418,6 +2418,7 @@ umass_cam_action(struct cam_sim *sim, un
case USB_SPEED_SUPER:
cpi->base_transfer_speed =
UMASS_SUPER_TRANSFER_SPEED;
+ cpi->maxio = MAXPHYS;
break;
case USB_SPEED_HIGH:
cpi->base_transfer_speed =
More information about the svn-src-all
mailing list