From owner-freebsd-usb@FreeBSD.ORG Fri Jan 19 10:01:24 2007 Return-Path: X-Original-To: freebsd-usb@freebsd.org 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 3042816A412 for ; Fri, 19 Jan 2007 10:01:24 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swip.net [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id C283513C469 for ; Fri, 19 Jan 2007 10:01:23 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.217.102.48] (account mc467741@c2i.net HELO [10.0.0.249]) by mailfe13.swip.net (CommuniGate Pro SMTP 5.0.12) with ESMTPA id 219063530; Fri, 19 Jan 2007 11:01:12 +0100 From: Hans Petter Selasky To: "Kip Macy" Date: Fri, 19 Jan 2007 11:00:48 +0100 User-Agent: KMail/1.7 References: <200701182220.09926.hselasky@c2i.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200701191100.49254.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: some issues with the USB tree 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: Fri, 19 Jan 2007 10:01:24 -0000 On Friday 19 January 2007 06:28, Kip Macy wrote: > > Could you connect a umass device in console mode, and do some "dd" > > > > benchmarking? > > I'll have to dig out a USB hard drive to make any meaningful > measurements, the write speed on my flash drive is the same as in > HEAD - a fairly paltry 550-600kB/s. > > Is there anything in particular you want to see other than sustained > write throughput? It is some time since the USB p4 tree was integrated with HEAD. I don't know if that is the reason "em" and "X11" is not working. Could you also try to checkout HEAD, then install the driver from SVN: svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b # # The following commands will # install the driver on FreeBSD: # cd i4b/trunk/i4b/FreeBSD.usb make S=../src package make install --HPS