Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net This spams 100's of times during boot!
details: https://anonhg.NetBSD.org/src/rev/17a1916c6af8
branches: trunk
changeset: 349371:17a1916c6af8
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 09 02:38:14 2016 +0000
description:
This spams 100's of times during boot!
diffstat:
sys/net/if.c | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r d3174f8349d3 -r 17a1916c6af8 sys/net/if.c
--- a/sys/net/if.c Fri Dec 09 02:26:36 2016 +0000
+++ b/sys/net/if.c Fri Dec 09 02:38:14 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if.c,v 1.364 2016/12/08 01:06:35 ozaki-r Exp $ */
+/* $NetBSD: if.c,v 1.365 2016/12/09 02:38:14 christos Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2008 The NetBSD Foundation, Inc.
@@ -90,7 +90,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.364 2016/12/08 01:06:35 ozaki-r Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if.c,v 1.365 2016/12/09 02:38:14 christos Exp $");
#if defined(_KERNEL_OPT)
#include "opt_inet.h"
@@ -979,11 +979,6 @@
struct if_deferred_start *ids = arg;
struct ifnet *ifp = ids->ids_ifp;
-#ifdef DEBUG
- log(LOG_DEBUG, "%s: deferred start on %s\n", __func__,
- ifp->if_xname);
-#endif
-
ids->ids_if_start(ifp);
}
Home |
Main Index |
Thread Index |
Old Index