diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-27 02:37:11 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-08-27 02:37:11 +0000 |
commit | a1d55890a054137062631e6163c240f2ebf6e253 (patch) | |
tree | 9119b0dd4d1681f5fba0d60b876c8eb028cfeea1 /sys/conf | |
parent | 4c162420c70f0549e5f4520c1c96842231eea152 (diff) | |
download | src-a1d55890a054137062631e6163c240f2ebf6e253.tar.gz src-a1d55890a054137062631e6163c240f2ebf6e253.zip |
Add CFS options to LINT, though commented out for now.
Submitted by: Robert Baron <rvb@sicily.odyssey.cs.cmu.edu>
Notes
Notes:
svn path=/head/; revision=38574
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index b5d58c9f57c7..cca83c95a15a 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 |