diff options
author | phk <phk@FreeBSD.org> | 2001-03-09 20:09:28 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-09 20:09:28 +0000 |
commit | 553d1d6989f2adecf3c4cf0385b10a4ea9967bfb (patch) | |
tree | a96b1fbe96fdc152f2b79d72d268b37bd7ffc21a /sys/conf/options | |
parent | 54384d998a621329ef58a23ff0bb1031122849c0 (diff) | |
download | FreeBSD-src-553d1d6989f2adecf3c4cf0385b10a4ea9967bfb.zip FreeBSD-src-553d1d6989f2adecf3c4cf0385b10a4ea9967bfb.tar.gz |
Make md(4) and mdconfig(8) take over the role of vn(4) and vnconfig(8)
entirely as previously advertised.
md(4) adopted all assets of vn(4) some time back and has proper devfs
support and cloning abilities to boot.
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/options b/sys/conf/options index 6e3fdf3..37bdd4a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -55,7 +55,6 @@ GDB_REMOTE_CHAT opt_ddb.h DEVFS HW_WDOG KTRACE -MD_NSECT opt_md.h MD_ROOT opt_md.h MD_ROOT_SIZE opt_md.h MFS_ROOT opt_mfs.h |