Module Name: src
Committed By: he
Date: Sun Nov 27 14:54:25 UTC 2022
Modified Files:
src/sys/arch/evbmips/conf: MIPSSIM
Log Message:
Bump MSGBUFSIZE to 32k; 4k just about overflows "by default" with qemu
and mipssim-virtio machine type.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/evbmips/conf/MIPSSIM
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/evbmips/conf/MIPSSIM
diff -u src/sys/arch/evbmips/conf/MIPSSIM:1.7 src/sys/arch/evbmips/conf/MIPSSIM:1.8
--- src/sys/arch/evbmips/conf/MIPSSIM:1.7 Tue Nov 15 14:49:14 2022
+++ src/sys/arch/evbmips/conf/MIPSSIM Sun Nov 27 14:54:25 2022
@@ -1,4 +1,4 @@
-# $NetBSD: MIPSSIM,v 1.7 2022/11/15 14:49:14 simonb Exp $
+# $NetBSD: MIPSSIM,v 1.8 2022/11/27 14:54:25 he Exp $
#
# Kernel config for the QEMU MIPS "mipssim" simulator
#
@@ -8,7 +8,7 @@
include "arch/evbmips/conf/std.mipssim"
-#ident "GENERIC-$Revision: 1.7 $"
+#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@@ -25,6 +25,8 @@ options TCP_CSUM_COUNTERS
options UDP_CSUM_COUNTERS
options TCP_OUTPUT_COUNTERS
+options MSGBUFSIZE=32768 # need a bit more than 4K for virtio qemu
+
options NTP # network time protocol
# Debugging options