Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759713AbZDTWar (ORCPT ); Mon, 20 Apr 2009 18:30:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759544AbZDTW3w (ORCPT ); Mon, 20 Apr 2009 18:29:52 -0400 Received: from sj-iport-1.cisco.com ([171.71.176.70]:25799 "EHLO sj-iport-1.cisco.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759532AbZDTW3t (ORCPT ); Mon, 20 Apr 2009 18:29:49 -0400 X-IronPort-AV: E=Sophos;i="4.40,219,1238976000"; d="scan'208";a="174269749" Date: Mon, 20 Apr 2009 15:29:48 -0700 From: David VomLehn To: Alan Stern Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-embedded@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [Patch] Wait for console to become available, ver 3 Message-ID: <20090420222948.GA11068@cuplxvomd02.corp.sa.net> References: <20090420143010.697c7380.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Authentication-Results: sj-dkim-3; header.From=dvomlehn@cisco.com; dkim=pass ( sig from cisco.com/sjdkim3002 verified; ); Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1206 Lines: 25 > Personally, I'm in favor of adding a boot parameter. Things could be > simplified slightly by treating a negative value (or a missing value) > as indicating an infinite timeout; then only one new parameter would be > needed instead of two. I'm allergic to the idea of a user interface using negative one to mean infinity. It's an bizzare idea that makes sense only to programming wankers. Such as ourselves. Having a missing value mean infinitity is a not whole lot better. I do agree with the idea of adding one boot parameter rather than two. How about keeping the consoledelay parameter, but allow it to either take a string, such as "forever", or an integer, which is the number of milliseconds to delay? I think that will make sense to a lot more people. Note that, as far as the implementation goes, using a -1 to mean an infinite wait may very well make sense. I just don't think it makes sense where decent people can see it. -- David VomLehn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/