From owner-svn-src-head@FreeBSD.ORG Sun Mar 8 19:18:41 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7C72106564A; Sun, 8 Mar 2009 19:18:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 895F58FC12; Sun, 8 Mar 2009 19:18:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n28JIfFE012487 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 8 Mar 2009 12:18:41 -0700 (PDT) (envelope-from sam@freebsd.org) Message-ID: <49B41A11.8000508@freebsd.org> Date: Sun, 08 Mar 2009 12:18:41 -0700 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: Andrew Thompson References: <200903071949.n27JnlTM061191@svn.freebsd.org> In-Reply-To: <200903071949.n27JnlTM061191@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r189496 - head/sys/dev/usb/controller X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Mar 2009 19:18:42 -0000 Andrew Thompson wrote: > Author: thompsa > Date: Sat Mar 7 19:49:47 2009 > New Revision: 189496 > URL: http://svn.freebsd.org/changeset/base/189496 > > Log: > (re)merge r186415,186416 from the old usb stack; > > o add Transaction Translator support (still missing ISOC xfers) > o add EHCI_SCFLG_BIGEMMIO flag to force big-endian byte-select to be > set in USBMODE > o split reset work into new public routine ehci_reset so bus shim drivers > can force big-endian byte-select before ehci_init > o enable TT and big-endian MMIO > o force a reset before ehci_init to get byte-select setup > > Also go back to using USB_EHCI_BIG_ENDIAN_DESC at compile time to enable the > byteswapping and reduce diffs to the original commits. > > This fixes the new USB stack on the Cambria board. > Beware there appear to be h/w issues w/ usb on 2358 boards that show up as devices not attaching properly (at least for me) and/or poor performance. I also observe significant problems on 2348 boards that I do not see with the usb1 code--which is why it remains the default configuration. Sam