svn commit: r266571 - head/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Fri May 23 01:45:44 UTC 2014
Author: np
Date: Fri May 23 01:45:44 2014
New Revision: 266571
URL: http://svnweb.freebsd.org/changeset/base/266571
Log:
cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.
Modified:
head/sys/dev/cxgbe/t4_tracer.c
Modified: head/sys/dev/cxgbe/t4_tracer.c
==============================================================================
--- head/sys/dev/cxgbe/t4_tracer.c Fri May 23 00:21:02 2014 (r266570)
+++ head/sys/dev/cxgbe/t4_tracer.c Fri May 23 01:45:44 2014 (r266571)
@@ -193,7 +193,6 @@ t4_cloner_create(struct if_clone *ifc, c
ifmedia_add(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE, 0, NULL);
ifmedia_set(&sc->media, IFM_ETHER | IFM_FDX | IFM_NONE);
ether_ifattach(ifp, lla);
- if_up(ifp);
mtx_lock(&sc->ifp_lock);
ifp->if_softc = sc;
More information about the svn-src-head
mailing list