Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/sys/net Pull up following revision(s) (requested by rin i...
details: https://anonhg.NetBSD.org/src/rev/b157d47e4e20
branches: netbsd-9
changeset: 963651:b157d47e4e20
user: martin <martin%NetBSD.org@localhost>
date: Thu Feb 27 18:34:12 2020 +0000
description:
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.
diffstat:
sys/net/if_bridge.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 8d5d627b4cb6 -r b157d47e4e20 sys/net/if_bridge.c
--- a/sys/net/if_bridge.c Thu Feb 27 18:32:08 2020 +0000
+++ b/sys/net/if_bridge.c Thu Feb 27 18:34:12 2020 +0000
@@ -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 @@
}
sc->sc_csum_flags_tx = flags;
BRIDGE_UNLOCK(sc);
-#ifdef DEBUG
- printf("%s: 0x%x\n", __func__, flags);
-#endif
}
static int
Home |
Main Index |
Thread Index |
Old Index