summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>1998-06-30 03:01:37 +0000
committerjmg <jmg@FreeBSD.org>1998-06-30 03:01:37 +0000
commit0e50288276d8ff2dfaeb04fd409010e684eeb5ab (patch)
tree54b9314f4f3252a682e1cc8be7fa4bbcbde43dd1 /sys/amd64
parentdf6e9974fcd1a7e7d25c8ec26843c5efbf622c84 (diff)
downloadFreeBSD-src-0e50288276d8ff2dfaeb04fd409010e684eeb5ab.zip
FreeBSD-src-0e50288276d8ff2dfaeb04fd409010e684eeb5ab.tar.gz
convert some nfs tunables to options, these are:
NFS_MINATTRTIMO VREG attrib cache timeout in sec NFS_MAXATTRTIMO NFS_MINDIRATTRTIMO VDIR attrib cache timeout in sec NFS_MAXDIRATTRTIMO NFS_GATHERDELAY Default write gather delay (msec) NFS_UIDHASHSIZ Tune the size of nfssvc_sock with this NFS_WDELAYHASHSIZ and with this NFS_MUIDHASHSIZ Tune the size of nfsmount with this NFS_NOSERVER (already documented in LINT) NFS_DEBUG turn on NFS debugging also, because NFS_ROOT is used by very different files, it has been renamed to opt_nfsroot.h instead of the old opt_nfs.h....
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/autoconf.c4
-rw-r--r--sys/amd64/amd64/locore.S4
-rw-r--r--sys/amd64/amd64/locore.s4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c
index f7c0960..487d39d 100644
--- a/sys/amd64/amd64/autoconf.c
+++ b/sys/amd64/amd64/autoconf.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91
- * $Id: autoconf.c,v 1.97 1998/05/12 17:33:58 bde Exp $
+ * $Id: autoconf.c,v 1.98 1998/06/09 12:52:31 bde Exp $
*/
/*
@@ -50,7 +50,7 @@
#include "opt_ffs.h"
#include "opt_cd9660.h"
#include "opt_mfs.h"
-#include "opt_nfs.h"
+#include "opt_nfsroot.h"
#include <sys/param.h>
#include <sys/systm.h>
diff --git a/sys/amd64/amd64/locore.S b/sys/amd64/amd64/locore.S
index 91e2fa1..ff28a23 100644
--- a/sys/amd64/amd64/locore.S
+++ b/sys/amd64/amd64/locore.S
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.108 1998/06/03 01:59:42 msmith Exp $
+ * $Id: locore.s,v 1.109 1998/06/21 18:02:34 bde Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -46,7 +46,7 @@
#include "apm.h"
#include "opt_bootp.h"
#include "opt_ddb.h"
-#include "opt_nfs.h"
+#include "opt_nfsroot.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"
diff --git a/sys/amd64/amd64/locore.s b/sys/amd64/amd64/locore.s
index 91e2fa1..ff28a23 100644
--- a/sys/amd64/amd64/locore.s
+++ b/sys/amd64/amd64/locore.s
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)locore.s 7.3 (Berkeley) 5/13/91
- * $Id: locore.s,v 1.108 1998/06/03 01:59:42 msmith Exp $
+ * $Id: locore.s,v 1.109 1998/06/21 18:02:34 bde Exp $
*
* originally from: locore.s, by William F. Jolitz
*
@@ -46,7 +46,7 @@
#include "apm.h"
#include "opt_bootp.h"
#include "opt_ddb.h"
-#include "opt_nfs.h"
+#include "opt_nfsroot.h"
#include "opt_userconfig.h"
#include "opt_vm86.h"
OpenPOWER on IntegriCloud