From owner-freebsd-current@FreeBSD.ORG Tue Mar 1 14:49:40 2011 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 529C1106564A; Tue, 1 Mar 2011 14:49:40 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 2B88D8FC17; Tue, 1 Mar 2011 14:49:40 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C604246B2C; Tue, 1 Mar 2011 09:49:39 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 64E1D8A027; Tue, 1 Mar 2011 09:49:39 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 1 Mar 2011 07:54:14 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <20110228203928.GA93494@freebsd.org> In-Reply-To: <20110228203928.GA93494@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201103010754.14686.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Tue, 01 Mar 2011 09:49:39 -0500 (EST) Cc: Roman Divacky , current@freebsd.org Subject: Re: [TESTING]: boot2 changes 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, 01 Mar 2011 14:49:40 -0000 On Monday, February 28, 2011 3:39:28 pm Roman Divacky wrote: > 3) it changes the first keyhit limit to 5 seconds from 3 > so that constant propagation can take place Does this make booting take 2 seconds longer as a result? I'm curious as to why '3*FOO' isn't a constant but '5*FOO' is? I think the rest of the patch is fine. -- John Baldwin