From owner-freebsd-mips@FreeBSD.ORG Sat Jun 20 23:47:48 2015 Return-Path: Delivered-To: freebsd-mips@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96D6A1AB; Sat, 20 Jun 2015 23:47:48 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 50D5BA49; Sat, 20 Jun 2015 23:47:48 +0000 (UTC) (envelope-from hps@selasky.org) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id E86591FE024; Sun, 21 Jun 2015 01:47:44 +0200 (CEST) Message-ID: <5585FBD3.2010808@selasky.org> Date: Sun, 21 Jun 2015 01:48:35 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: ticso@cicely.de, Adrian Chadd CC: Bernd Walter , "freebsd-mips@freebsd.org" , Ian Lepore Subject: Re: also USB problems References: <20150619212042.GE34133@cicely7.cicely.de> <1434749655.1415.105.camel@freebsd.org> <20150619225933.GF34133@cicely7.cicely.de> <20150620142830.GA41261@cicely7.cicely.de> <20150620165536.GB41261@cicely7.cicely.de> <20150620174509.GD41261@cicely7.cicely.de> <20150620182656.GE41261@cicely7.cicely.de> <20150620185211.GF41261@cicely7.cicely.de> In-Reply-To: <20150620185211.GF41261@cicely7.cicely.de> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2015 23:47:48 -0000 On 06/20/15 20:52, Bernd Walter wrote: > On Sat, Jun 20, 2015 at 08:26:56PM +0200, Bernd Walter wrote: >> On Sat, Jun 20, 2015 at 07:45:09PM +0200, Bernd Walter wrote: >>> On Sat, Jun 20, 2015 at 01:21:24PM -0400, Adrian Chadd wrote: >>>> Hi, >>>> >>>> You typically need an external power supply to drive high current >>>> things from these devices. >>>> >>>> Try connecting them via a powered hub and see what happens. >>> >>> Will try, but doubt it will make a difference. >>> The memory stick isn't what I expect to be high current and I already >>> tried a self powered hub with the AR93331 devices. > Can you kdb_backtrace() on that request having length above 64K, and see what is causing it? It needs to be split into multiple of maxio sized requests. --HPS