From owner-cvs-src@FreeBSD.ORG Tue Apr 19 03:27:50 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 266A216A4CE; Tue, 19 Apr 2005 03:27:50 +0000 (GMT) Received: from energistic.com (mail.energistic.com [216.54.148.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A819043D49; Tue, 19 Apr 2005 03:27:49 +0000 (GMT) (envelope-from steve@energistic.com) Received: from energistic.com (steve@localhost.energistic.com [127.0.0.1]) by energistic.com (8.13.3/8.13.3) with ESMTP id j3J3Rm8Z001506; Mon, 18 Apr 2005 22:27:48 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.13.3/8.13.3/Submit) id j3J3RmUh000136; Mon, 18 Apr 2005 22:27:48 -0500 (EST) (envelope-from steve) Date: Mon, 18 Apr 2005 22:27:48 -0500 From: Steve Ames To: Ian Dowse Message-ID: <20050419032748.GB54384@energistic.com> References: <200504182121.j3ILLQeZ032107@repoman.freebsd.org> <200504190209.aa10640@salmon.maths.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200504190209.aa10640@salmon.maths.tcd.ie> User-Agent: Mutt/1.5.9i X-Spam-Status: No, score=-7.0 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS, SPF_PASS,USER_IN_WHITELIST_TO autolearn=ham version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on energistic.com cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Poul-Henning Kamp cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c src/sys/geom geom_kern.c src/sys/kern vfs_mount.c src/sys/sys systm.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 03:27:50 -0000 On Tue, Apr 19, 2005 at 02:09:35AM +0100, Ian Dowse wrote: > In message <200504182121.j3ILLQeZ032107@repoman.freebsd.org>, Poul-Henning Kamp > writes: > > Log: > > Add a named reference-count KPI to hold off mounting of the root filesystem. > > > > While we wait for holds to be released, print a list of who holds us > > back once per second. > > FYI, this seems to break booting from the ATA disk on my laptop. > I just get the ad0 probe message, "Trying to mount root from > ufs:/dev/ad0s1a", and then a mountroot prompt. Ditto. Not a laptop but booting of ata. From the mountroot prompt I can just enter: 'ufs:ad0s1a' and it'll procede merrily along. Just noticed it a few minutes ago and haven't had time to dig (thought I'd check e-mail to see if anyone else already had :) -steve > Putting back the g_waitidle() call makes it work. There didn't > appear to be any more useful information in a verbose boot. Let me > know if you want me to try anything. > > Ian > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"