From owner-freebsd-usb@FreeBSD.ORG Wed Sep 12 19:34:05 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4A57D1065688; Wed, 12 Sep 2012 19:34:05 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 6A5648FC26; Wed, 12 Sep 2012 19:34:03 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 315273244; Wed, 12 Sep 2012 21:33:57 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 12 Sep 2012 21:35:03 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201209101654.00891.hselasky@c2i.net> In-Reply-To: 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: <201209122135.03654.hselasky@c2i.net> Cc: Garrett Cooper , Ivan Voras , freebsd-usb@freebsd.org Subject: Re: Raspberry PI gets USB support [FreeBSD 10 current] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Sep 2012 19:34:05 -0000 On Wednesday 12 September 2012 12:24:58 Alexander Yerenkow wrote: > We tested kernel built by gonzo@, there working framebuffer, ue0, and > USB2.0 devices (in theory, I didn't have those). > But after some activity (like download few megabytes file) all is stuck > with message > usb device stalled > > This is getting 100% repeatedly, no matter if download goes to sd card, or > to malloc-md-device. > If (When) this will be fixed, then Rpi would be a candy, prepared to > testing and more or less usable. > I have in plans try it with xorg-framebuffer, and with directfb, while > there's no video support. Hi, You should try a kernel after "r240419" Right now my code uses PIO mode and is a bit slow, but it should be more stable. Let's start from there and work on upwards? Anyone care to look into to optimising bus_space_region_4() calls to use load/store multiple? --HPS