svn commit: r270154 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Mon Aug 18 21:04:36 UTC 2014


Author: imp
Date: Mon Aug 18 21:04:35 2014
New Revision: 270154
URL: http://svnweb.freebsd.org/changeset/base/270154

Log:
  Make note about reset vs RTOE actions...

Modified:
  head/sys/arm/at91/at91_mci.c

Modified: head/sys/arm/at91/at91_mci.c
==============================================================================
--- head/sys/arm/at91/at91_mci.c	Mon Aug 18 20:58:17 2014	(r270153)
+++ head/sys/arm/at91/at91_mci.c	Mon Aug 18 21:04:35 2014	(r270154)
@@ -1214,6 +1214,7 @@ at91_mci_intr(void *arg)
 			    sr, MCI_SR_BITSTRING, cmd->opcode,
 			    (cmd->opcode != 12) ? "" :
 			    (sc->flags & CMD_MULTIREAD) ? " after read" : " after write");
+			/* XXX not sure RTOE needs a full reset, just a retry */
 			at91_mci_reset(sc);
 		}
 		at91_mci_next_operation(sc);


More information about the svn-src-all mailing list