From owner-svn-src-stable@FreeBSD.ORG Sun Nov 28 07:29:57 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 397BA106566C; Sun, 28 Nov 2010 07:29:57 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2638B8FC23; Sun, 28 Nov 2010 07:29:57 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAS7Tvmr072002; Sun, 28 Nov 2010 07:29:57 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAS7TvNC071999; Sun, 28 Nov 2010 07:29:57 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <201011280729.oAS7TvNC071999@svn.freebsd.org> From: Andrew Thompson Date: Sun, 28 Nov 2010 07:29:57 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215987 - stable/8/sys/dev/usb/storage X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2010 07:29:57 -0000 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 =