From e8889c42e4603e164d8b848819b7aee4eec80698 Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Fri, 6 Jul 2001 02:07:45 +0000 Subject: change MSIZE to 256, okay @deraadt --- sys/arch/sparc/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc') diff --git a/sys/arch/sparc/include/param.h b/sys/arch/sparc/include/param.h index 570d1aeda51..a101f8e57af 100644 --- a/sys/arch/sparc/include/param.h +++ b/sys/arch/sparc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.18 2001/05/10 09:23:11 art Exp $ */ +/* $OpenBSD: param.h,v 1.19 2001/07/06 02:07:43 provos Exp $ */ /* $NetBSD: param.h,v 1.29 1997/03/10 22:50:37 pk Exp $ */ /* @@ -111,7 +111,7 @@ extern int nbpg, pgofset, pgshift; * clusters (MAPPED_MBUFS), MCLBYTES must also be an integral multiple * of the hardware page size. */ -#define MSIZE 128 /* size of an mbuf */ +#define MSIZE 256 /* size of an mbuf */ #define MCLBYTES 2048 /* enough for whole Ethernet packet */ #define MCLSHIFT 11 /* log2(MCLBYTES) */ #define MCLOFSET (MCLBYTES - 1) -- cgit v1.2.3