From owner-cvs-all Fri Nov 26 12: 9:17 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 335CB151FB; Fri, 26 Nov 1999 12:08:45 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA62541; Fri, 26 Nov 1999 12:08:45 -0800 (PST) (envelope-from phk@FreeBSD.org) Message-Id: <199911262008.MAA62541@freefall.freebsd.org> From: Poul-Henning Kamp Date: Fri, 26 Nov 1999 12:08:45 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/dev/md md.c src/sys/i386/conf GENERIC LINT PCCARD src/sys/kern vfs_conf.c src/sys/sys conf.h src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk phk 1999/11/26 12:08:44 PST Modified files: sys/conf options sys/dev/md md.c sys/i386/conf GENERIC LINT PCCARD sys/kern vfs_conf.c sys/sys conf.h sys/ufs/mfs mfs_vfsops.c Log: Retire MFS_ROOT and MFS_ROOT_SIZE options from the MFS implementation. Add MD_ROOT and MD_ROOT_SIZE options to the md driver. Make the md driver handle MFS_ROOT and MFS_ROOT_SIZE options for compatibility. Add md driver to GENERIC, PCCARD and LINT. This is a cleanup which removes the need for some of the worse hacks in MFS: We really want to have a rootvnode but MFS on a preloaded image doesn't really have one. md is a true device, so it is less trouble. This has been tested with make release, and if people remember to add the "md" pseudo-device to their kernels, PicoBSD should be just fine as well. If people have no other use for MFS, it can be removed from the kernel. Revision Changes Path 1.175 +3 -1 src/sys/conf/options 1.7 +194 -96 src/sys/dev/md/md.c 1.202 +3 -2 src/sys/i386/conf/GENERIC 1.683 +8 -5 src/sys/i386/conf/LINT 1.27 +3 -2 src/sys/i386/conf/PCCARD 1.44 +5 -1 src/sys/kern/vfs_conf.c 1.100 +2 -1 src/sys/sys/conf.h 1.80 +1 -122 src/sys/ufs/mfs/mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message