PERFORCE change 141168 for review

Andrew Thompson thompsa at FreeBSD.org
Mon May 5 03:57:34 UTC 2008


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

Change 141168 by thompsa at thompsa_burger on 2008/05/05 03:57:14

	Be sure to stop the callouts before we shut down the chip.

Affected files ...

.. //depot/projects/vap/sys/dev/bwi/if_bwi.c#20 edit

Differences ...

==== //depot/projects/vap/sys/dev/bwi/if_bwi.c#20 (text+ko) ====

@@ -1523,6 +1523,9 @@
 
 	BWI_ASSERT_LOCKED(sc);
 
+	callout_stop(&sc->sc_calib_ch);
+	callout_stop(&sc->sc_led_blink_ch);
+	sc->sc_led_blinking = 0;
 	sc->sc_flags |= BWI_F_STOP;
 
 	if (ifp->if_drv_flags & IFF_DRV_RUNNING) {


More information about the p4-projects mailing list