Date: Fri, 26 Nov 1999 21:11:40 +0100 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: small@freebsd.org Subject: 4.0-CURRENT: HEADS UP! Message-ID: <5645.943647100@critter.freebsd.dk>
next in thread | raw e-mail | index | archive | help
------- Forwarded Message
Return-Path: phk
Return-Path: <phk>
Message-Id: <199911262008.MAA62541@freefall.freebsd.org>
From: Poul-Henning Kamp <phk@FreeBSD.org>
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-committers@FreeBSD.org
Precedence: bulk
X-UIDL: 572d1da4aeb0027c26b0905a2ec6c50e
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
------- End of Forwarded Message
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-small" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5645.943647100>
