PERFORCE change 106851 for review

Warner Losh imp at FreeBSD.org
Thu Sep 28 14:38:58 PDT 2006


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

Change 106851 by imp at imp_lighthouse on 2006/09/28 21:38:47

	pr0n!

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91_mci.c#11 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91_mci.c#11 (text+ko) ====

@@ -487,7 +487,7 @@
 	} else {
 		if (sr & MCI_SR_TXBUFE) {
 			printf("TXBUFE\n");
-//			at91_mci_xmit_done(sc);
+//XXX			at91_mci_xmit_done(sc);
 		}
 		if (sr & MCI_SR_RXBUFF) {
 			printf("RXBUFF\n");
@@ -498,7 +498,7 @@
 		}
 		if (sr & MCI_SR_ENDRX) {
 			printf("ENDRX\n");
-//			at91_mci_read_done(sc);
+//XXX			at91_mci_read_done(sc);
 		}
 		if (sr & MCI_SR_NOTBUSY) {
 			printf("NOTBUSY\n");


More information about the p4-projects mailing list