summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-30 07:56:23 +0000
committerphk <phk@FreeBSD.org>1999-08-30 07:56:23 +0000
commit216936ca6d54e77a70cdfe5305d1ba3ac2412fad (patch)
tree08111cbf8cb75c2fe1dbf514a18ed740cd870dce /sys/i386
parentdac43b022432b627a46c3aa4772dd215541b193b (diff)
downloadFreeBSD-src-216936ca6d54e77a70cdfe5305d1ba3ac2412fad.zip
FreeBSD-src-216936ca6d54e77a70cdfe5305d1ba3ac2412fad.tar.gz
Make bdev userland access work like cdev userland access unless
the highly non-recommended option ALLOW_BDEV_ACCESS is used. (bdev access is evil because you don't get write errors reported.) Kill si_bsize_best before it kills Matt :-) Use the specfs routines rather having cloned copies in devfs.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 544b2f4..1bc4df6 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -625,6 +625,9 @@ pseudo-device vcoda 4 #coda minicache <-> venus comm.
#
options EXT2FS
+#
+# Only set this if you positively know why you should never do that.
+options ALLOW_BDEV_ACCESS
#####################################################################
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 544b2f4..1bc4df6 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -625,6 +625,9 @@ pseudo-device vcoda 4 #coda minicache <-> venus comm.
#
options EXT2FS
+#
+# Only set this if you positively know why you should never do that.
+options ALLOW_BDEV_ACCESS
#####################################################################
OpenPOWER on IntegriCloud