From 2ec4ac3d65547d9bf9ecfc907ddb0ff15aa359a6 Mon Sep 17 00:00:00 2001 From: sommerfe Date: Wed, 10 Mar 1999 18:02:22 +0000 Subject: [PATCH] Increase default MSGBUFSIZE due to more and chattier drivers in -current --- sys/arch/i386/include/param.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h index fed371524b45..5c184e262d3c 100644 --- a/sys/arch/i386/include/param.h +++ b/sys/arch/i386/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.36 1998/07/01 00:51:15 mjacob Exp $ */ +/* $NetBSD: param.h,v 1.37 1999/03/10 18:02:22 sommerfe Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -97,7 +97,7 @@ #define USPACE (UPAGES * NBPG) /* total size of u-area */ #ifndef MSGBUFSIZE -#define MSGBUFSIZE NBPG /* default message buffer size */ +#define MSGBUFSIZE 2*NBPG /* default message buffer size */ #endif /*