summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-08-27 02:37:11 +0000
committerjkh <jkh@FreeBSD.org>1998-08-27 02:37:11 +0000
commit7126ec0a79c03a94f4536c06dad506837dab3822 (patch)
tree0bc4e657d9971f6c2275618039daca281d3aa73a
parent0fdb6e0c0982ab7387fc94d6e9eb368dfff0d422 (diff)
downloadFreeBSD-src-7126ec0a79c03a94f4536c06dad506837dab3822.zip
FreeBSD-src-7126ec0a79c03a94f4536c06dad506837dab3822.tar.gz
Add CFS options to LINT, though commented out for now.
Submitted by: Robert Baron <rvb@sicily.odyssey.cs.cmu.edu>
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index b5d58c9..cca83c9 100644
--- a/sys/conf/NOTES
+++ b/sys/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.454 1998/08/17 16:58:02 bde Exp $
+# $Id: LINT,v 1.455 1998/08/27 01:30:53 obrien 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
@@ -552,6 +552,10 @@ options "NFS_WDELAYHASHSIZ=16" # and with this
options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this
options NFS_DEBUG # Enable NFS Debugging
+# CFS stuff:
+#options CFS #CODA filesystem.
+#pseudo-device vcfs 4 #coda minicache <-> venus comm.
+
#####################################################################
# POSIX P1003.1B
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index b5d58c9..cca83c9 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.454 1998/08/17 16:58:02 bde Exp $
+# $Id: LINT,v 1.455 1998/08/27 01:30:53 obrien 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
@@ -552,6 +552,10 @@ options "NFS_WDELAYHASHSIZ=16" # and with this
options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this
options NFS_DEBUG # Enable NFS Debugging
+# CFS stuff:
+#options CFS #CODA filesystem.
+#pseudo-device vcfs 4 #coda minicache <-> venus comm.
+
#####################################################################
# POSIX P1003.1B
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index b5d58c9..cca83c9 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.454 1998/08/17 16:58:02 bde Exp $
+# $Id: LINT,v 1.455 1998/08/27 01:30:53 obrien 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
@@ -552,6 +552,10 @@ options "NFS_WDELAYHASHSIZ=16" # and with this
options "NFS_MUIDHASHSIZ=63" # Tune the size of nfsmount with this
options NFS_DEBUG # Enable NFS Debugging
+# CFS stuff:
+#options CFS #CODA filesystem.
+#pseudo-device vcfs 4 #coda minicache <-> venus comm.
+
#####################################################################
# POSIX P1003.1B
OpenPOWER on IntegriCloud