From owner-freebsd-arm@FreeBSD.ORG Fri Dec 21 14:19:20 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 69FAAD5C for ; Fri, 21 Dec 2012 14:19:20 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id E8A158FC12 for ; Fri, 21 Dec 2012 14:19:19 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 193772516; Fri, 21 Dec 2012 15:19:11 +0100 From: Hans Petter Selasky To: Oleksandr Tymoshenko Subject: Re: Fwd: Re: EHCI on armv6 with Write-Back caches Date: Fri, 21 Dec 2012 15:20:46 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201212201956.47884.hselasky@c2i.net> <50D3AAF1.80609@bluezbox.com> In-Reply-To: <50D3AAF1.80609@bluezbox.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201212211520.46822.hselasky@c2i.net> 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 14:19:20 -0000 On Friday 21 December 2012 01:18:57 Oleksandr Tymoshenko wrote: > 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 Can you try again using this patch: http://svnweb.freebsd.org/changeset/base/244535 --HPS