From owner-cvs-all@FreeBSD.ORG Tue Apr 19 05:29:42 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB5DB16A4CE; Tue, 19 Apr 2005 05:29:42 +0000 (GMT) Received: from mx01.stofanet.dk (mx01.stofanet.dk [212.10.10.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46D2D43D49; Tue, 19 Apr 2005 05:29:42 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from d40a2021.rev.stofanet.dk ([212.10.32.33] helo=critter.freebsd.dk) by mx01.stofanet.dk (envelope-from ) with esmtp id 1DNlIq-0005yo-2f; Tue, 19 Apr 2005 07:29:41 +0200 Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.3/8.13.3) with ESMTP id j3J5TcOl005164; Tue, 19 Apr 2005 07:29:39 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ian Dowse From: "Poul-Henning Kamp" In-Reply-To: Your message of "Tue, 19 Apr 2005 02:09:35 BST." <200504190209.aa10640@salmon.maths.tcd.ie> Date: Tue, 19 Apr 2005 07:29:38 +0200 Message-ID: <5163.1113888578@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org 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-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 05:29:42 -0000 In message <200504190209.aa10640@salmon.maths.tcd.ie>, Ian Dowse writes: >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. > >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. Hmm, that is exactly the behaviour I was trying to fix... -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.