From owner-freebsd-mips@FreeBSD.ORG Sat Jun 20 23:45: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 C803A17A; Sat, 20 Jun 2015 23:45: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 855D7A40; Sat, 20 Jun 2015 23:45: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 179951FE023; Sun, 21 Jun 2015 01:45:42 +0200 (CEST) Message-ID: <5585FB59.90805@selasky.org> Date: Sun, 21 Jun 2015 01:46:33 +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: <20150619210930.GD34133@cicely7.cicely.de> <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> In-Reply-To: <20150620182656.GE41261@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:45:48 -0000 On 06/20/15 20:26, Bernd Walter wrote: > g_vfs_done():da0[WRITE(offset=351404032, length=131072)]error = 5 > g_vfs_done():da0[WRITE(offset=351535104, length=131072)]error = 5 Hi, Is the max I/O parameter of 64K respected here? If not, expect throuble. maxio = 64K for all non-superspeed USB devices. If it is set to something else, they will most likely break. --HPS