From owner-freebsd-hackers@FreeBSD.ORG Thu Jun 14 05:19:01 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB2F1065670 for ; Thu, 14 Jun 2012 05:19:01 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe08.c2i.net [212.247.154.226]) by mx1.freebsd.org (Postfix) with ESMTP id 667F98FC12 for ; Thu, 14 Jun 2012 05:19:01 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe08.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 286748779; Thu, 14 Jun 2012 07:13:52 +0200 From: Hans Petter Selasky To: freebsd-hackers@freebsd.org Date: Thu, 14 Jun 2012 07:13:23 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.4; amd64; ; ) References: <4FD66F7E.2060404@brandonfa.lk> <4FD90795.60104@acsalaska.net> In-Reply-To: <4FD90795.60104@acsalaska.net> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201206140713.23570.hselasky@c2i.net> Cc: Ian Lepore , Eitan Adler , Mel Flynn , claudiu vasadi , Wojciech Puchar Subject: Re: FreeBSD Boot Times X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jun 2012 05:19:02 -0000 On Wednesday 13 June 2012 23:35:17 Mel Flynn wrote: > On 13-6-2012 23:16, claudiu vasadi wrote: > > If you simplky do "sysctl -d hw.usb.no_boot_wait" you will see the > > explanation ;) > > Probably why Eitan asked as that description: > a) means nothing to people unfamiliar with device enumerations > b) does not point to a manual page that explains how USB does device > enumerations and why it would account for a significant chunk of the > boot process. It's not dangerous. It only means that you can't boot off a USB disk for example, because the USB stack will then not wait for the BOOT device at mount-root time, if you set this options. --HPS