From owner-freebsd-stable@FreeBSD.ORG Fri Sep 12 18:41:54 2008 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 98AFC106566B; Fri, 12 Sep 2008 18:41:54 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 6C0888FC25; Fri, 12 Sep 2008 18:41:54 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id F3D4915ECD7; Fri, 12 Sep 2008 14:41:52 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 12 Sep 2008 14:41:53 -0400 X-Sasl-enc: 4Xb3hEGF9rZGV3m/Ye6FnlG3jBmQYrJEu2NY7iW0Wfpx 1221244912 Received: from empiric.lon.incunabulum.net (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 354DD3A83C; Fri, 12 Sep 2008 14:41:52 -0400 (EDT) Message-ID: <48CAB7EE.1030505@FreeBSD.org> Date: Fri, 12 Sep 2008 19:41:50 +0100 From: "Bruce M. Simpson" User-Agent: Thunderbird 2.0.0.14 (X11/20080514) MIME-Version: 1.0 To: Eugene Grosbein References: <48C91525.10806@incunabulum.net> <20080911162956.GA15152@svzserv.kemerovo.su> <48C9A907.8000000@incunabulum.net> <48C9AAAE.1030909@FreeBSD.org> <48CA9E93.3060306@FreeBSD.org> <20080912183517.GA36416@svzserv.kemerovo.su> In-Reply-To: <20080912183517.GA36416@svzserv.kemerovo.su> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD stable , Konstantin Belousov , John Baldwin Subject: Re: Long delays for USB realbtx boot X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 18:41:54 -0000 Eugene Grosbein wrote: > I also always use boot0 for my NanoBSDs as I need safe way for remote > upgrades, so have two code slices. And I always use these knobs: > > NANO_BOOTLOADER="boot/boot0" > NANO_BOOT0CFG="-o packet -s 1 -m 3 -t 36" > ... Good point, it looks like NanoBSD was installing boot0sio by default. I overrode this in my config with boot0 as you do and that works for me. thanks again, BMS