Date: Fri, 23 May 2014 01:45:44 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r266571 - head/sys/dev/cxgbe Message-ID: <201405230145.s4N1jihM025771@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405230145.s4N1jihM025771>