Module Name:    src
Committed By:   martin
Date:           Thu Feb 27 18:34:12 UTC 2020

Modified Files:
        src/sys/net [netbsd-9]: if_bridge.c

Log Message:
Pull up following revision(s) (requested by rin in ticket #734):

        sys/net/if_bridge.c: revision 1.167
        sys/net/if_bridge.c: revision 1.168

disable the DEBUG bridge_calc_csum_flags() printf
 -
Remove debug printf I put into bridge_calc_csum_flags().

Sorry for noise.


To generate a diff of this commit:
cvs rdiff -u -r1.164 -r1.164.4.1 src/sys/net/if_bridge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if_bridge.c
diff -u src/sys/net/if_bridge.c:1.164 src/sys/net/if_bridge.c:1.164.4.1
--- src/sys/net/if_bridge.c:1.164	Sat Dec 22 04:28:30 2018
+++ src/sys/net/if_bridge.c	Thu Feb 27 18:34:12 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bridge.c,v 1.164 2018/12/22 04:28:30 rin Exp $	*/
+/*	$NetBSD: if_bridge.c,v 1.164.4.1 2020/02/27 18:34:12 martin Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -80,7 +80,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.164 2018/12/22 04:28:30 rin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_bridge.c,v 1.164.4.1 2020/02/27 18:34:12 martin Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_bridge_ipf.h"
@@ -789,9 +789,6 @@ bridge_calc_csum_flags(struct bridge_sof
 	}
 	sc->sc_csum_flags_tx = flags;
 	BRIDGE_UNLOCK(sc);
-#ifdef DEBUG
-	printf("%s: 0x%x\n", __func__, flags);
-#endif
 }
 
 static int

Reply via email to