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.43 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/246cf23af4d3
branches:  netbsd-1-5
changeset: 491363:246cf23af4d3
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 08:40:52 2001 +0000

description:
Pull up revision 1.43 (requested by itojun):
  Bump NMBCLUSTERS to 1024 or 2048 in GATEWAY case (was 256/512).

diffstat:

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

diffs (21 lines):

diff -r 6e0a07c13a61 -r 246cf23af4d3 sys/arch/i386/include/param.h
--- a/sys/arch/i386/include/param.h     Tue Apr 24 23:17:41 2001 +0000
+++ b/sys/arch/i386/include/param.h     Wed Apr 25 08:40:52 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: param.h,v 1.40.6.2 2001/04/06 00:36:52 he Exp $        */
+/*     $NetBSD: param.h,v 1.40.6.3 2001/04/25 08:40:52 he Exp $        */
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -119,9 +119,9 @@
 #endif /* _KERNEL && ! _LKM */
 
 #ifdef GATEWAY
-#define        NMBCLUSTERS     512             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     2048            /* map size, max cluster allocation */
 #else
-#define        NMBCLUSTERS     256             /* map size, max cluster allocation */
+#define        NMBCLUSTERS     1024            /* map size, max cluster allocation */
 #endif
 #endif
 



Home | Main Index | Thread Index | Old Index