From owner-freebsd-arm@FreeBSD.ORG Fri Dec 21 00:19:04 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D807FE89 for ; Fri, 21 Dec 2012 00:19:04 +0000 (UTC) (envelope-from gonzo@id.bluezbox.com) Received: from id.bluezbox.com (id.bluezbox.com [88.198.91.248]) by mx1.freebsd.org (Postfix) with ESMTP id 775888FC0A for ; Fri, 21 Dec 2012 00:19:04 +0000 (UTC) Received: from [88.198.91.248] (helo=[IPv6:::1]) by id.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1TlqKI-000GDG-EG; Thu, 20 Dec 2012 16:19:03 -0800 Message-ID: <50D3AAF1.80609@bluezbox.com> Date: Thu, 20 Dec 2012 16:18:57 -0800 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Hans Petter Selasky Subject: Re: Fwd: Re: EHCI on armv6 with Write-Back caches References: <201212201956.47884.hselasky@c2i.net> In-Reply-To: <201212201956.47884.hselasky@c2i.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@id.bluezbox.com X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 12/20/2012 10:56 AM, Hans Petter Selasky wrote: > FYI - please test! > > Forwarded Message > > Subject: Re: EHCI on armv6 with Write-Back caches > Date: Thursday 20 December 2012, 19:46:34 > From: Hans Petter Selasky > To: Warner Losh > CC: Andrew Turner , Oleksandr Tymoshenko > , freebsd-usb@freebsd.org, alfred@freebsd.org, freebsd- > wireless@freebsd.org > > Hi, > > I've run some basic tests over here (x86) which passed after some patch > modifications. Please test and verify for your ARM targets: > > http://svnweb.freebsd.org/changeset/base/244500 > http://svnweb.freebsd.org/changeset/base/244503 > > Please also verify that upgt and uwrt and uath still works like expected. > > --HPS > [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Dec 2012 00:19:04 -0000 On 12/20/2012 10:56 AM, Hans Petter Selasky wrote: > FYI - please test! > > ---------- Forwarded Message ---------- > > Subject: Re: EHCI on armv6 with Write-Back caches > Date: Thursday 20 December 2012, 19:46:34 > From: Hans Petter Selasky > To: Warner Losh > CC: Andrew Turner , Oleksandr Tymoshenko > , freebsd-usb@freebsd.org, alfred@freebsd.org, freebsd- > wireless@freebsd.org > > Hi, > > I've run some basic tests over here (x86) which passed after some patch > modifications. Please test and verify for your ARM targets: > > http://svnweb.freebsd.org/changeset/base/244500 > http://svnweb.freebsd.org/changeset/base/244503 > > Please also verify that upgt and uwrt and uath still works like expected. > > --HPS > if_smsc fails with following diagnostics: smsc0: error: allocating USB transfers failed The problem is that Bulk-In transfer buffer is 5 pages long but tag's boundary limitation is a page and it's impossible to allocate 5 pages without crossing page boundary