From owner-freebsd-usb@FreeBSD.ORG Sun Sep 17 10:14:36 2006 Return-Path: X-Original-To: freebsd-usb@freebsd.org Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90A2216A40F for ; Sun, 17 Sep 2006 10:14:36 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0815D43D49 for ; Sun, 17 Sep 2006 10:14:35 +0000 (GMT) (envelope-from hselasky@c2i.net) X-T2-Posting-ID: gvlK0tOCzrqh9CPROFOFPw== X-Cloudmark-Score: 0.000000 [] Received: from [193.217.38.205] (HELO [10.0.0.249]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.0.8) with ESMTP id 112227826 for freebsd-usb@freebsd.org; Sun, 17 Sep 2006 12:14:33 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 17 Sep 2006 12:14:48 +0200 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609171214.49165.hselasky@c2i.net> Subject: New UMASS driver available for testing 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: Sun, 17 Sep 2006 10:14:36 -0000 Hi, I have finished the conversion of the UMASS driver to my new USB API. If you have got a UMASS device laying around, and want to help the USB project, please give the new driver a test. I want you to collect some statistics first: dd if=/dev/daX of=/dev/null bs=131072 dd if=/dev/daX of=/dev/null bs=524288 1) What is the maximum speed you get before and after installing the driver? 2) What is the maximum CPU load reported by "ps aux" before and after installing the driver [while doing the "dd"]? # # How to install the new USB driver # on FreeBSD 6.x / 7.x: # # # First get all the sources # (you need /usr/ports/devel/subversion installed): # svn --username anonsvn --password anonsvn \ checkout svn://svn.turbocat.net/i4b # # The following commands will # install the driver on FreeBSD 6.x/7.x: # cd i4b/trunk/i4b/FreeBSD.usb make S=../src package make install # # Then build a new kernel (with modules) # NOTE: You still can't detach the UMASS device while it is in use, but this problem is being worked on. --HPS