Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2008 03:56:30 GMT
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 141024 for review
Message-ID:  <200805020356.m423uUAd088137@repoman.freebsd.org>

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

Change 141024 by thompsa@thompsa_burger on 2008/05/02 03:55:57

	Doh, making lots of mistakes tonight.

Affected files ...

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

Differences ...

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

@@ -1509,7 +1509,7 @@
 bwi_stop(struct bwi_softc *sc, int statechg)
 {
 	BWI_LOCK(sc);
-	bwi_stop(sc, statechg);
+	bwi_stop_locked(sc, statechg);
 	BWI_UNLOCK(sc);
 }
 



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