Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2010 00:39:25 +0000 (UTC)
From:      Weongyo Jeong <weongyo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r212345 - user/weongyo/usb/sys/dev/usb/net
Message-ID:  <201009090039.o890dP0p006501@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: weongyo
Date: Thu Sep  9 00:39:24 2010
New Revision: 212345
URL: http://svn.freebsd.org/changeset/base/212345

Log:
  Should call axe_start() at axe_init*() routines to start USB transfers
  on each endpoints.

Modified:
  user/weongyo/usb/sys/dev/usb/net/if_axe.c

Modified: user/weongyo/usb/sys/dev/usb/net/if_axe.c
==============================================================================
--- user/weongyo/usb/sys/dev/usb/net/if_axe.c	Thu Sep  9 00:34:55 2010	(r212344)
+++ user/weongyo/usb/sys/dev/usb/net/if_axe.c	Thu Sep  9 00:39:24 2010	(r212345)
@@ -1229,6 +1229,7 @@ axe_init_locked(struct axe_softc *sc)
 
 	ifp->if_drv_flags |= IFF_DRV_RUNNING;
 	sleepout_reset(&sc->sc_watchdog, hz, axe_watchdog, sc);
+	axe_start(sc->sc_ifp);
 }
 
 static void



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009090039.o890dP0p006501>