Module Name:    src
Committed By:   uwe
Date:           Sun Sep 22 23:50:34 UTC 2024

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

Log Message:
landisk: bump MSGBUFSIZE to 2 pages

sh3 uses only one page by default; if anything goes slightly awry or
if you have any USB devices - that signle page can't hold even the
full initial dmesg at boot time, so bump it up a bit


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/sys/arch/landisk/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/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.78 src/sys/arch/landisk/conf/GENERIC:1.79
--- src/sys/arch/landisk/conf/GENERIC:1.78	Sat Feb 10 09:21:52 2024
+++ src/sys/arch/landisk/conf/GENERIC	Sun Sep 22 23:50:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.78 2024/02/10 09:21:52 andvar Exp $
+# $NetBSD: GENERIC,v 1.79 2024/09/22 23:50:34 uwe Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/landisk/conf/std.landisk"
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.78 $"
+#ident          "GENERIC-$Revision: 1.79 $"
 
 maxusers	16		# estimated number of users
 
@@ -48,6 +48,11 @@ options 	SH4_CACHE_DISABLE_EMODE
 
 # Standard system options
 
+# sh3 uses only one page by default; if anything goes slightly awry or
+# if you have any USB devices - that signle page can't hold even the
+# full initial dmesg at boot time, so bump it up a bit
+options 	MSGBUFSIZE=0x2000
+
 options 	RTC_OFFSET=0	# hardware clock is this many mins. west of GMT
 #options 	HZ=64		# clock interrupt generates every 1/HZ sec
 options 	NTP		# NTP phase/frequency locked loop

Reply via email to