Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add {INET, TCP, UDP}_CSUM_COUNTERS and LO...
details: https://anonhg.NetBSD.org/src/rev/97a623540ec1
branches: trunk
changeset: 781949:97a623540ec1
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Tue Oct 09 08:57:36 2012 +0000
description:
Add {INET,TCP,UDP}_CSUM_COUNTERS and LOCKDEBUG
diffstat:
sys/arch/evbarm/conf/SHEEVAPLUG | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r 2b9bb5f5a252 -r 97a623540ec1 sys/arch/evbarm/conf/SHEEVAPLUG
--- a/sys/arch/evbarm/conf/SHEEVAPLUG Mon Oct 08 23:44:09 2012 +0000
+++ b/sys/arch/evbarm/conf/SHEEVAPLUG Tue Oct 09 08:57:36 2012 +0000
@@ -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 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 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
Home |
Main Index |
Thread Index |
Old Index