From owner-freebsd-usb@FreeBSD.ORG Sun Aug 11 07:01:08 2013 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1E8F2B38; Sun, 11 Aug 2013 07:01:08 +0000 (UTC) (envelope-from hps@bitfrost.no) Received: from mta.bitpro.no (mta.bitpro.no [92.42.64.202]) by mx1.freebsd.org (Postfix) with ESMTP id CD6922676; Sun, 11 Aug 2013 07:01:07 +0000 (UTC) Received: from mail.lockless.no (mail.lockless.no [46.29.221.38]) by mta.bitpro.no (Postfix) with ESMTP id 8DE7A7A29B; Sun, 11 Aug 2013 09:01:05 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.lockless.no (Postfix) with ESMTP id EA19E8F2D33; Sun, 11 Aug 2013 09:01:13 +0200 (CEST) X-Virus-Scanned: by amavisd-new-2.6.4 (20090625) (Debian) at lockless.no Received: from mail.lockless.no ([127.0.0.1]) by localhost (mail.lockless.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id abWk7lFaQOF4; Sun, 11 Aug 2013 09:01:13 +0200 (CEST) Received: from laptop015.hselasky.homeunix.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) by mail.lockless.no (Postfix) with ESMTPSA id 401ED8F2D32; Sun, 11 Aug 2013 09:01:13 +0200 (CEST) Message-ID: <52073707.7020800@bitfrost.no> Date: Sun, 11 Aug 2013 09:02:31 +0200 From: Hans Petter Selasky Organization: Bitfrost A/S User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130522 Thunderbird/17.0.6 MIME-Version: 1.0 To: Kevin Oberman Subject: Re: FYI: Advanced USB compliance testing tool now in the tree (10-current only) References: <52055201.7040506@bitfrost.no> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Current , freebsd-usb@freebsd.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Aug 2013 07:01:08 -0000 On 08/10/13 23:34, Kevin Oberman wrote: > On Fri, Aug 9, 2013 at 1:33 PM, Hans Petter Selasky wrote: > >> Hi, >> >> For those of you that want to make sure your USB mass storage device >> behaves correctly when using FreeBSD, typically for critical applications, >> I've just added an advanced USB testing tool to the FreeBSD source tree. It >> can be used to stress your USB mass storage device in ways that are beyond >> what "bonnie" will do. See tools/tools/usbtest or the following commit: >> >> http://svnweb.freebsd.org/**changeset/base/254159 >> >> --HPS > > > Looks very nice. While it is now only in head, is there a reason it could > not be built and used on a 9.2-BETA system? (I have not tried. Just > wondering if I should.) > Hi, It can be built and used on 9.2-BETA, given than you checkout the full 10-current sources and build from the directory there. --HPS