Module Name:    src
Committed By:   skrll
Date:           Sun Jul  7 11:58:44 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Bump MSGBUFSIZE


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/evbarm/conf/GENERIC

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/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.42 src/sys/arch/evbarm/conf/GENERIC:1.43
--- src/sys/arch/evbarm/conf/GENERIC:1.42	Sun Jul  7 11:58:14 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Sun Jul  7 11:58:44 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.42 2019/07/07 11:58:14 skrll Exp $
+#	$NetBSD: GENERIC,v 1.43 2019/07/07 11:58:44 skrll Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -203,6 +203,8 @@ pseudo-device 	openfirm	# /dev/openfirm
 #options 	LOCKDEBUG
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 
+options 	MSGBUFSIZE=32768
+
 #options 	VERBOSE_INIT_ARM # verbose bootstrapping messages
 
 # EARLYCONS is required for early init messages from VERBOSE_INIT_ARM.

Reply via email to