Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/include Pull up revision 1.44 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/7f081f93aa7b
branches:  netbsd-1-5
changeset: 491212:7f081f93aa7b
user:      he <he%NetBSD.org@localhost>
date:      Fri Apr 06 00:36:52 2001 +0000

description:
Pull up revision 1.44 (requested by fvdl):
  Adjust default NFS operation size back to 8KB on all systems
  except on i386.

diffstat:

 sys/arch/i386/include/param.h |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r cf571b54f2a7 -r 7f081f93aa7b sys/arch/i386/include/param.h
--- a/sys/arch/i386/include/param.h     Fri Apr 06 00:34:38 2001 +0000
+++ b/sys/arch/i386/include/param.h     Fri Apr 06 00:36:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.40.6.1 2000/07/23 03:49:30 itojun Exp $    */
+/*     $NetBSD: param.h,v 1.40.6.2 2001/04/06 00:36:52 he Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -125,6 +125,13 @@
 #endif
 #endif
 
+#ifndef NFS_RSIZE
+#define NFS_RSIZE      32768
+#endif
+#ifndef NFS_WSIZE
+#define NFS_WSIZE      32768
+#endif
+
 /*
  * Minimum and maximum sizes of the kernel malloc arena in PAGE_SIZE-sized
  * logical pages.



Home | Main Index | Thread Index | Old Index