Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/i386/conf Leave TCP_DEBUG commented out _everywhere_.



details:   https://anonhg.NetBSD.org/src/rev/594f3917e7fa
branches:  trunk
changeset: 512259:594f3917e7fa
user:      abs <abs%NetBSD.org@localhost>
date:      Sun Jul 08 16:36:11 2001 +0000

description:
Leave TCP_DEBUG commented out _everywhere_.
Time to replenish clueon charge with caffine...

diffstat:

 sys/arch/i386/conf/GENERIC_LAPTOP |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c8a282493269 -r 594f3917e7fa sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Sun Jul 08 16:34:03 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Sun Jul 08 16:36:11 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.16 2001/07/08 16:32:18 abs Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.17 2001/07/08 16:36:11 abs Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.16 $"
+#ident                 "GENERIC-$Revision: 1.17 $"
 
 maxusers       32              # estimated number of users
 
@@ -132,7 +132,7 @@
 options        PPP_FILTER      # Active filter support for PPP (requires bpf)
 options        PFIL_HOOKS      # pfil(9) packet filter hooks
 options        IPFILTER_LOG    # ipmon(8) log support
-options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
+#options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
 
 # These options enable verbose messages for several subsystems.
 # Warning, these may compile large string tables into the kernel!



Home | Main Index | Thread Index | Old Index