Module Name: src
Committed By: matt
Date: Mon Aug 16 18:44:45 UTC 2010
Modified Files:
src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX
Log Message:
Increase MSGBUFSIZE and add kttcp.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/sys/arch/evbmips/conf/XLSATX
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/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.1.2.10 src/sys/arch/evbmips/conf/XLSATX:1.1.2.11
--- src/sys/arch/evbmips/conf/XLSATX:1.1.2.10 Tue May 18 19:51:43 2010
+++ src/sys/arch/evbmips/conf/XLSATX Mon Aug 16 18:44:45 2010
@@ -1,8 +1,8 @@
-# $NetBSD: XLSATX,v 1.1.2.10 2010/05/18 19:51:43 cliff Exp $
+# $NetBSD: XLSATX,v 1.1.2.11 2010/08/16 18:44:45 matt Exp $
include "arch/evbmips/conf/std.rmixl"
-#ident "XLSATX-$Revision: 1.1.2.10 $"
+#ident "XLSATX-$Revision: 1.1.2.11 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -35,6 +35,7 @@
options DIAGNOSTIC # extra kernel sanity checking
options DEBUG # extra kernel debugging support
#options KMEMSTATS # kernel memory statistics (vmstat -m)
+options MSGBUFSIZE=65536 # kernel dmesg buffer
options USERCONF # userconf(4) support
#options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
options DDB # kernel dynamic debugger
@@ -201,6 +202,7 @@
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
#pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device bridge # simple inter-network bridging
+pseudo-device kttcp # kernel ttcp
# Miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals