From owner-cvs-all Thu Jun 21 3: 9:46 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 15CEC37B406; Thu, 21 Jun 2001 03:09:41 -0700 (PDT) (envelope-from des@ofug.org) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id MAA64091; Thu, 21 Jun 2001 12:09:39 +0200 (CEST) (envelope-from des@ofug.org) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: Luigi Rizzo Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/picobsd/mfs_tree/etc rc References: <200106210853.f5L8rMu72989@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 21 Jun 2001 12:09:39 +0200 In-Reply-To: <200106210853.f5L8rMu72989@freefall.freebsd.org> Message-ID: Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Luigi Rizzo writes: > This must have to do with the use of devfs in -CURRENT, but i > have no idea when the devfs is actually mounted (is it a > side effect of mount -t nonfs or what ?) and when /dev/fd0c becomes > available. If devfs is available, /dev is mounted by init(8) as one of the first things it does in the boot process (before running rc scripts or starting a single-user shell), and /dev/fd0c becomes available the moment you try to access it (provided the kernel found and attached a floppy drive, and there's a disk in it). DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message