Module Name: src
Committed By: macallan
Date: Thu Apr 26 18:33:02 UTC 2018
Modified Files:
src/sys/arch/macppc/include: param.h
Log Message:
bump message buffer size
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/macppc/include/param.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/macppc/include/param.h
diff -u src/sys/arch/macppc/include/param.h:1.20 src/sys/arch/macppc/include/param.h:1.21
--- src/sys/arch/macppc/include/param.h:1.20 Sun Sep 23 22:31:38 2012
+++ src/sys/arch/macppc/include/param.h Thu Apr 26 18:33:02 2018
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.20 2012/09/23 22:31:38 mrg Exp $ */
+/* $NetBSD: param.h,v 1.21 2018/04/26 18:33:02 macallan Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -43,7 +43,7 @@
* 4KB isn't enough for a full boot message for a macppc system anymore
*/
#ifndef MSGBUFSIZE
-#define MSGBUFSIZE (3*NBPG)
+#define MSGBUFSIZE (8*NBPG)
#endif
#endif /* _KERNEL && !_MODULE */