Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 May 2008 03:57:33 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 141168 for review
Message-ID:  <200805050357.m453vXJY015110@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=141168

Change 141168 by thompsa@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) {



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