PERFORCE change 119013 for review

Hans Petter Selasky hselasky at FreeBSD.org
Mon Apr 30 19:11:12 UTC 2007


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

Change 119013 by hselasky at hselasky_mini_itx on 2007/04/30 19:11:08

	The OpenBSD people mixed around setting and clearing of a bit.
	Got this confirmed by "Ivo van Doorn".

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/if_rum.c#2 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/if_rum.c#2 (text+ko) ====

@@ -1952,9 +1952,9 @@
 
 	if ((sc->sc_rf_rev == RT2573_RF_5225) ||
 	    (sc->sc_rf_rev == RT2573_RF_2527))
+	  	bbp3 &= ~RT2573_SMART_MODE;
+	else
 		bbp3 |= RT2573_SMART_MODE;
-	else
-	  	bbp3 &= ~RT2573_SMART_MODE;
 
 	rum_cfg_bbp_write(sc, 3, bbp3);
 


More information about the p4-projects mailing list