Module Name:    src
Committed By:   msaitoh
Date:           Tue Oct  9 08:57:36 UTC 2012

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

Log Message:
Add {INET,TCP,UDP}_CSUM_COUNTERS and LOCKDEBUG


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbarm/conf/SHEEVAPLUG

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/SHEEVAPLUG
diff -u src/sys/arch/evbarm/conf/SHEEVAPLUG:1.23 src/sys/arch/evbarm/conf/SHEEVAPLUG:1.24
--- src/sys/arch/evbarm/conf/SHEEVAPLUG:1.23	Wed Sep 12 00:50:30 2012
+++ src/sys/arch/evbarm/conf/SHEEVAPLUG	Tue Oct  9 08:57:36 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: SHEEVAPLUG,v 1.23 2012/09/12 00:50:30 msaitoh Exp $
+#	$NetBSD: SHEEVAPLUG,v 1.24 2012/10/09 08:57:36 msaitoh Exp $
 #
 #  This configuration supports for generically Marvell SheevaPlug
 #
@@ -92,6 +92,10 @@ options 	INET6		# IPv6
 #options 	IPFILTER_DEFAULT_BLOCK	# block all packets by default
 #options 	TCP_DEBUG	# Record last TCP_NDEBUG packets with SO_DEBUG
 
+#options 	INET_CSUM_COUNTERS
+#options 	TCP_CSUM_COUNTERS
+#options 	UDP_CSUM_COUNTERS
+
 #options 	NFS_BOOT_BOOTP
 options 	NFS_BOOT_DHCP
 #options 	NFS_BOOT_BOOTPARAM
@@ -153,6 +157,7 @@ options 	USBVERBOSE	# verbose USB device
 #options 	PERFCTRS	# performance counters
 options 	DIAGNOSTIC	# internally consistency checks
 options 	DEBUG
+#options 	LOCKDEBUG
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
 #options 	VERBOSE_INIT_ARM # verbose bootstraping messages
 options 	DDB		# in-kernel debugger

Reply via email to