From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 23:38:27 2008 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16F71106568C; Tue, 4 Nov 2008 23:38:27 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id C771F8FC08; Tue, 4 Nov 2008 23:38:26 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 05DA02BC47; Wed, 5 Nov 2008 12:11:40 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tqY9x-IF9fIC; Wed, 5 Nov 2008 12:11:36 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Wed, 5 Nov 2008 12:11:36 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id AD7F61142E; Wed, 5 Nov 2008 12:11:35 +1300 (NZDT) Date: Tue, 4 Nov 2008 15:11:35 -0800 From: Andrew Thompson To: Lars Engels , Renato Botelho , Thomas Sparrevohn , freebsd-current@freebsd.org, Olivier SMEDTS , Alfred Perlstein , current@freebsd.org, freebsd-usb@freebsd.org, Hans Petter Selasky Message-ID: <20081104231135.GB840@citylink.fud.org.nz> References: <200810251925.47273.hselasky@c2i.net> <367b2c980810310828q2f4f0ecfmdb8cae313c91e8c8@mail.gmail.com> <200810311656.44467.hselasky@c2i.net> <200810311716.10165.Thomas.Sparrevohn@btinternet.com> <20081104212254.GB8256@e.0x20.net> <747dc8f30811041356j72b3507cxbcdc077cf6f7ff12@mail.gmail.com> <20081104220725.GC8256@e.0x20.net> <20081104230402.GD8256@e.0x20.net> <20081104230547.GE8256@e.0x20.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081104230547.GE8256@e.0x20.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: USB4BSD release candidate number 3 - request for review 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: Tue, 04 Nov 2008 23:38:27 -0000 On Wed, Nov 05, 2008 at 12:05:47AM +0100, Lars Engels wrote: > On Wed, Nov 05, 2008 at 12:04:02AM +0100, Lars Engels wrote: > > > > > > Now I just removed everything but usb2_core from the kernel config and > > load the modules manually. So far it runs pretty good. > > > > Mounting a umass device, removing it and doing an 'ls' on the mountpoint > > freezes the system, I thought this should not happen with the new stack? > > > > sysctl hw.usb2.uscanner.uscanner: 0 > > ^^^^^^^^ > > Could it be that this should be "debug"? > > And one last thing: > # usbdevs -v > usbdevs: no USB controllers found usbdevs does not work with it, there is a new usbconfig util that should do what you want. Andrew