From owner-freebsd-current@FreeBSD.ORG Wed May 2 06:07:58 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1ABF216A404 for ; Wed, 2 May 2007 06:07:58 +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 765C013C447 for ; Wed, 2 May 2007 06:07:57 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] Received: from [193.71.38.142] (account mc467741@c2i.net HELO [10.42.11.147]) by mailfe10.swip.net (CommuniGate Pro SMTP 5.1.7) with ESMTPA id 309573630; Wed, 02 May 2007 08:07:51 +0200 From: Hans Petter Selasky To: "Kevin Oberman" Date: Wed, 2 May 2007 08:07:35 +0200 User-Agent: KMail/1.9.5 References: <20070501221848.0C1C745042@ptavv.es.net> In-Reply-To: <20070501221848.0C1C745042@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705020807.35391.hselasky@c2i.net> Cc: freebsd-current@freebsd.org Subject: Re: Just Saying Hi. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 May 2007 06:07:58 -0000 On Wednesday 02 May 2007 00:18, Kevin Oberman wrote: > > From: Hans Petter Selasky > > Date: Tue, 1 May 2007 09:53:56 +0200 > > Sender: owner-freebsd-current@freebsd.org > > > > On Tuesday 01 May 2007 01:32, Sam Stein wrote: > > > Hey everyone, new to the lists; thought I'd say hi, hope I'll be of > > > some use in helping people or fixing something. :D > > > > If you're out of work, maybe you want to help out testing the new USB > > stack? > > > > http://www.turbocat.net/~hselasky/usb4bsd > > > > Download the SVN version. > > > > It compiles on FreeBSD-7-current and FreeBSD-6-stable. > > After some fairly trivial testing on my USB disk drive (WD Passport > 120GB), it seems to be working fine. > > I'd still like to know if thee is any reason not to load it as a module, > which is what I usually do. You can load USB as a module also. But then you have to make sure that you don't have any USB devices in the kernel. --HPS