From owner-cvs-all Mon Nov 1 15:51: 8 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A08B315339; Mon, 1 Nov 1999 15:51:01 -0800 (PST) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA44002; Mon, 1 Nov 1999 15:51:01 -0800 (PST) (envelope-from msmith@FreeBSD.org) Message-Id: <199911012351.PAA44002@freefall.freebsd.org> From: Mike Smith Date: Mon, 1 Nov 1999 15:51:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern vfs_conf.c src/sys/i386/i386 autoconf.c src/sys/alpha/alpha autoconf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/11/01 15:51:01 PST Modified files: sys/kern vfs_conf.c sys/i386/i386 autoconf.c sys/alpha/alpha autoconf.c Log: This is a complete rewrite of vfs_conf.c, which changes the way the root filesystem is discovered. Preference is given to using the kernel environment variable vfs.root.mountfrom, which is set by the loader according to the contents of /etc/fstab. Changes in the MD code provide fallback mechanisms for systems not using the loader. A more robust fallback path is also provided, with the last recourse being to prompt on the console for a root device. These changes drastically simplify the machine-dependant parts of the root configuration process. In addition, support for CDROM root devices has been removed; it was a nasty hack and didn't work. Revision Changes Path 1.34 +274 -162 src/sys/kern/vfs_conf.c 1.142 +27 -260 src/sys/i386/i386/autoconf.c 1.34 +16 -48 src/sys/alpha/alpha/autoconf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message