Date: Thu, 15 Jan 2009 08:58:13 GMT From: Weongyo Jeong <weongyo@FreeBSD.org> To: Perforce Change Reviews <perforce@FreeBSD.org> Subject: PERFORCE change 156212 for review Message-ID: <200901150858.n0F8wDIN009204@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=156212 Change 156212 by weongyo@weongyo_ws on 2009/01/15 08:57:29 needs to stop the device before the initialization. Found by: Michael Li <Mikore.Li at sun.com> Affected files ... .. //depot/projects/vap/sys/dev/usb/if_urtw.c#17 edit Differences ... ==== //depot/projects/vap/sys/dev/usb/if_urtw.c#17 (text+ko) ==== @@ -2076,6 +2076,8 @@ struct ifnet *ifp = sc->sc_ifp; usbd_status error; + urtw_stop(ifp, 1); + error = urtw_adapter_start(sc); if (error != 0) goto fail;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901150858.n0F8wDIN009204>