Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/include bump message buffer size



details:   https://anonhg.NetBSD.org/src/rev/b0ca80d53e69
branches:  trunk
changeset: 322245:b0ca80d53e69
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Apr 26 18:33:02 2018 +0000

description:
bump message buffer size

diffstat:

 sys/arch/macppc/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9151ae22cab4 -r b0ca80d53e69 sys/arch/macppc/include/param.h
--- a/sys/arch/macppc/include/param.h   Thu Apr 26 18:06:25 2018 +0000
+++ b/sys/arch/macppc/include/param.h   Thu Apr 26 18:33:02 2018 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index