From 6baebddc24b5100a926e8e22e5f9731a4375c649 Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Wed, 17 Sep 1997 17:45:21 +0000 Subject: Double default NMBCLUSTERS settings. --- sys/arch/m68k/include/param.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/m68k/include/param.h') diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h index 76823a6a876..6480efc46a2 100644 --- a/sys/arch/m68k/include/param.h +++ b/sys/arch/m68k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.1 1997/07/06 07:46:26 downsj Exp $ */ +/* $OpenBSD: param.h,v 1.2 1997/09/17 17:45:20 downsj Exp $ */ /* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */ /* @@ -108,9 +108,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 -- cgit v1.2.3