summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-13 20:52:40 +0000
committerphk <phk@FreeBSD.org>2001-05-13 20:52:40 +0000
commit0e2026a179a8ddbaee7396d4f7abb874b694c5dc (patch)
tree00838b103912b6244cf8b96f51682e6f25771a40 /sys/conf
parent4d2412868aeb5df5f17b6159e2ee675cf0609c8f (diff)
downloadFreeBSD-src-0e2026a179a8ddbaee7396d4f7abb874b694c5dc.zip
FreeBSD-src-0e2026a179a8ddbaee7396d4f7abb874b694c5dc.tar.gz
Convert DEVFS from an "opt-in" to an "opt-out" option.
If for some reason DEVFS is undesired, the "NODEVFS" option is needed now. Pending any significant issues, DEVFS will be made mandatory in -current on july 1st so that we can start reaping the full benefits of having it.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files6
-rw-r--r--sys/conf/options2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 810420a..14302b2 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -672,7 +672,7 @@ options PORTAL #Portal filesystem
options PROCFS #Process filesystem
options UMAPFS #UID map filesystem
options UNION #Union filesystem
-options DEVFS #devices filesystem
+# options NODEVFS #disable devices filesystem
# The xFS_ROOT options REQUIRE the associated ``options xFS''
options NFS_ROOT #NFS usable as root device
# This code enables IFS, an FFS which exports inodes as the namespace.
diff --git a/sys/conf/files b/sys/conf/files
index b0fe74d..92b19c8 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -585,9 +585,9 @@ dev/wds/wd7000.c optional wds isa
dev/wi/if_wi.c optional wi card
dev/wi/if_wi.c optional wi pccard
dev/xe/if_xe.c optional xe card
-fs/devfs/devfs_vnops.c optional devfs
-fs/devfs/devfs_vfsops.c optional devfs
-fs/devfs/devfs_devs.c optional devfs
+fs/devfs/devfs_vnops.c standard
+fs/devfs/devfs_vfsops.c standard
+fs/devfs/devfs_devs.c standard
fs/hpfs/hpfs_vfsops.c optional hpfs
fs/hpfs/hpfs_vnops.c optional hpfs
fs/hpfs/hpfs_hash.c optional hpfs
diff --git a/sys/conf/options b/sys/conf/options
index 9ed2314..74f54ee 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -62,7 +62,7 @@ CY_PCI_FASTINTR
DDB
DDB_UNATTENDED opt_ddb.h
GDB_REMOTE_CHAT opt_ddb.h
-DEVFS
+NODEVFS opt_devfs.h
HW_WDOG
KTRACE
LIBICONV
OpenPOWER on IntegriCloud