PERFORCE change 156212 for review

Weongyo Jeong weongyo at FreeBSD.org
Thu Jan 15 00:58:15 PST 2009


http://perforce.freebsd.org/chv.cgi?CH=156212

Change 156212 by weongyo at 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;


More information about the p4-projects mailing list