PERFORCE change 123344 for review

Rui Paulo rpaulo at FreeBSD.org
Wed Jul 11 21:17:28 UTC 2007


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

Change 123344 by rpaulo at rpaulo_epsilon on 2007/07/11 21:16:58

	asmc_sms_task(): revert the number of interrupt types. Now, the
	higher is the most dangerous.

Affected files ...

.. //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 edit

Differences ...

==== //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 (text+ko) ====

@@ -23,7 +23,7 @@
  * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  * POSSIBILITY OF SUCH DAMAGE.
  *
- * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#26 $
+ * $P4: //depot/projects/soc2007/rpaulo-macbook/dev/asmc/asmc.c#27 $
  *
  */
 
@@ -875,13 +875,13 @@
 
 	switch (sc->sc_sms_intrtype) {
 	case ASMC_SMS_INTFF:
-		type = 0;
+		type = 2;
 		break;
 	case ASMC_SMS_INTHA:
 		type = 1;
 		break;
 	case ASMC_SMS_INTSH:
-		type = 2;
+		type = 0;
 		break;
 	default:
 		type = 255;


More information about the p4-projects mailing list