diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/alpha/include/param.h | 6 | ||||
-rw-r--r-- | sys/arch/amiga/include/param.h | 6 | ||||
-rw-r--r-- | sys/arch/sparc/include/param.h | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h index dbffda59fd1..0350a8ded4d 100644 --- a/sys/arch/alpha/include/param.h +++ b/sys/arch/alpha/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.9 1997/01/24 19:57:14 niklas Exp $ */ +/* $OpenBSD: param.h,v 1.10 1997/09/17 17:44:04 downsj Exp $ */ /* $NetBSD: param.h,v 1.15 1996/11/13 21:13:19 cgd Exp $ */ /* @@ -103,9 +103,9 @@ #define MCLOFSET (MCLBYTES - 1) #ifndef NMBCLUSTERS #ifdef GATEWAY -#define NMBCLUSTERS 512 /* map size, max cluster allocation */ +#define NMBCLUSTERS 1024 /* map size, max cluster allocation */ #else -#define NMBCLUSTERS 256 /* map size, max cluster allocation */ +#define NMBCLUSTERS 512 /* map size, max cluster allocation */ #endif #endif diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h index 6fad68ccfcc..be4d5b0b21d 100644 --- a/sys/arch/amiga/include/param.h +++ b/sys/arch/amiga/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.8 1997/01/16 09:25:58 niklas Exp $ */ +/* $OpenBSD: param.h,v 1.9 1997/09/17 17:44:05 downsj Exp $ */ /* $NetBSD: param.h,v 1.30 1996/09/28 15:54:04 mhitch Exp $ */ /* @@ -102,9 +102,9 @@ #define MCLOFSET (MCLBYTES - 1) #ifndef NMBCLUSTERS #ifdef GATEWAY -#define NMBCLUSTERS 512 /* map size, max cluster allocation */ +#define NMBCLUSTERS 1024 /* map size, max cluster allocation */ #else -#define NMBCLUSTERS 256 /* map size, max cluster allocation */ +#define NMBCLUSTERS 512 /* map size, max cluster allocation */ #endif #endif diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 34573d970f4..9f6ad8aaa18 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.6 1997/08/08 08:26:36 downsj Exp $ */ +/* $OpenBSD: param.h,v 1.7 1997/09/17 17:44:06 downsj Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -118,9 +118,9 @@ extern int nbpg, pgofset, pgshift; #ifndef NMBCLUSTERS #ifdef GATEWAY -#define NMBCLUSTERS 512 /* map size, max cluster allocation */ +#define NMBCLUSTERS 1024 /* map size, max cluster allocation */ #else -#define NMBCLUSTERS 256 /* map size, max cluster allocation */ +#define NMBCLUSTERS 512 /* map size, max cluster allocation */ #endif #endif |