diff options
author | phk <phk@FreeBSD.org> | 2001-01-28 19:32:23 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-01-28 19:32:23 +0000 |
commit | 1167a32a1deff1a2dcf502eb2440f8571777a82a (patch) | |
tree | 33f29358bda8a1b9be0403b782005c39e626b66b | |
parent | 547f5ea29940c7b998597d825238dcb733f3162c (diff) | |
download | FreeBSD-src-1167a32a1deff1a2dcf502eb2440f8571777a82a.zip FreeBSD-src-1167a32a1deff1a2dcf502eb2440f8571777a82a.tar.gz |
Remove an outdated DEVFS non-description.
-rw-r--r-- | sys/conf/NOTES | 4 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 5cd23c7..4e58df6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -680,10 +680,6 @@ options UNION #Union filesystem options CD9660_ROOT #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device -# This code is still experimental (e.g. doesn't handle disk slices well). -# Also, 'options MFS' is currently incompatible with DEVFS. -# You can configure the DEVFS (e.g. setting device permissions) in the -# /etc/rc.devfs file. options DEVFS #devices filesystem # This code enables IFS, an FFS which exports inodes as the namespace. # You can find details in src/sys/ufs/ifs/README . diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 5cd23c7..4e58df6 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -680,10 +680,6 @@ options UNION #Union filesystem options CD9660_ROOT #CD-ROM usable as root device options FFS_ROOT #FFS usable as root device options NFS_ROOT #NFS usable as root device -# This code is still experimental (e.g. doesn't handle disk slices well). -# Also, 'options MFS' is currently incompatible with DEVFS. -# You can configure the DEVFS (e.g. setting device permissions) in the -# /etc/rc.devfs file. options DEVFS #devices filesystem # This code enables IFS, an FFS which exports inodes as the namespace. # You can find details in src/sys/ufs/ifs/README . |