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);
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to