summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-03-29 05:14:22 +0000
committerdg <dg@FreeBSD.org>1995-03-29 05:14:22 +0000
commit3fbe5d82ea5b4d2ed849c55d388095cb9982f23b (patch)
tree2cd7ea9111de3ab8f9e7a0619de81bb8d60ed5cd /sys/i386/conf
parent8b99167eec4209d2162cb5914859b0d3bee1fdd0 (diff)
downloadFreeBSD-src-3fbe5d82ea5b4d2ed849c55d388095cb9982f23b.zip
FreeBSD-src-3fbe5d82ea5b4d2ed849c55d388095cb9982f23b.tar.gz
Added NQNFS option and a comment warning about it's overhead.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/LINT7
-rw-r--r--sys/i386/conf/NOTES7
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 366f272..cff510b 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.158 1995/03/18 08:12:48 rgrimes Exp $
+# $Id: LINT,v 1.159 1995/03/28 08:14:55 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -220,12 +220,17 @@ options ARP_PROXYALL # global proxy ARP
# They are included here as an incentive for some enterprising soul to
# sit down and fix them.
#
+# Note: 4.4BSD NQNFS lease checking has relatively high cost for
+# _local_ I/O as well as remote I/O. Don't use it unless you will
+# using NQNFS.
+#
# One of these is mandatory:
options FFS #Fast filesystem
options NFS #Network File System
# The rest are optional:
+options NQNFS #Enable NQNFS lease checking
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 366f272..cff510b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.158 1995/03/18 08:12:48 rgrimes Exp $
+# $Id: LINT,v 1.159 1995/03/28 08:14:55 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -220,12 +220,17 @@ options ARP_PROXYALL # global proxy ARP
# They are included here as an incentive for some enterprising soul to
# sit down and fix them.
#
+# Note: 4.4BSD NQNFS lease checking has relatively high cost for
+# _local_ I/O as well as remote I/O. Don't use it unless you will
+# using NQNFS.
+#
# One of these is mandatory:
options FFS #Fast filesystem
options NFS #Network File System
# The rest are optional:
+options NQNFS #Enable NQNFS lease checking
options "CD9660" #ISO 9660 filesystem
options FDESC #File descriptor filesystem
options KERNFS #Kernel filesystem
OpenPOWER on IntegriCloud