From owner-freebsd-current@FreeBSD.ORG Tue Jul 28 10:32:21 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1F6F510656C4 for ; Tue, 28 Jul 2009 10:32:21 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id A928A8FC18 for ; Tue, 28 Jul 2009 10:32:20 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=hQ-uvbrDfo4A:10 a=gg2W7PyvkLb8p4ie143lBA==:17 a=TfWq9i5PAAAA:8 a=6I5d2MoRAAAA:8 a=yGLQpy_2VVvY-j3egn8A:9 a=6_74Px6YXxA1Q6sRU3K12akAnhIA:4 a=Vce-_cLKp2kA:10 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 545212665; Tue, 28 Jul 2009 12:32:19 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org, gary.jennejohn@freenet.de Date: Tue, 28 Jul 2009 12:32:12 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <367b2c980907270358g45a2497dh64c2734721c44fca@mail.gmail.com> <20090727165049.6ec26936@ernst.jennejohn.org> In-Reply-To: <20090727165049.6ec26936@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907281232.13359.hselasky@c2i.net> Cc: Olivier SMEDTS Subject: Re: Disable root mount waiting for USB 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, 28 Jul 2009 10:32:21 -0000 On Monday 27 July 2009 16:50:49 Gary Jennejohn wrote: > On Mon, 27 Jul 2009 12:58:18 +0200 > > Olivier SMEDTS wrote: > > Is there a way (loader tunable or kernel config) to disable the root > > mount waiting for USB buses and devices and make it behave just like > > in the first days of the new USB stack ? > > > > Thanks ! > > No. The routine which registers what to wait for > (vfs_mount.c:root_mount_hold()) is called uncondtionally. > Added a sysctl for this: http://perforce.freebsd.org/chv.cgi?CH=166673 --HPS