Date: Sun, 28 Nov 2010 07:29:57 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r215987 - stable/8/sys/dev/usb/storage Message-ID: <201011280729.oAS7TvNC071999@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 =
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011280729.oAS7TvNC071999>