aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2001-05-06 07:09:48 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2001-05-06 07:09:48 +0000
commit9ca466ca94933296f37f669ef5ee661b7bd4754e (patch)
tree773b8c23f005e81feb70ffd121c813b0c25f9191 /sys
parent67d280f3542a2a53b0e58416b964f069c2f578f6 (diff)
downloadsrc-9ca466ca94933296f37f669ef5ee661b7bd4754e.tar.gz
src-9ca466ca94933296f37f669ef5ee661b7bd4754e.zip
Disable DEVFS in 4.x
Notes
Notes: svn path=/stable/4/; revision=76305
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/miscfs/devfs/devfs_vnops.c1
2 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 120445a78176..2e60bb331149 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -659,9 +659,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.
-options DEVFS #devices filesystem
# Soft updates is technique for improving file system speed and
# making abrupt shutdown less risky.
diff --git a/sys/miscfs/devfs/devfs_vnops.c b/sys/miscfs/devfs/devfs_vnops.c
index 5297ac08384a..45f6bc565115 100644
--- a/sys/miscfs/devfs/devfs_vnops.c
+++ b/sys/miscfs/devfs/devfs_vnops.c
@@ -48,6 +48,7 @@
#include <vm/vm_page.h>
#include <vm/vm_pager.h>
+#error "DEVFS doesn't work"
/*
* Insert description here