Make note about reset vs RTOE actions...

This commit is contained in:
Warner Losh 2014-08-18 21:04:35 +00:00
parent 5ca70e591e
commit ef9bab8ec8

View File

@ -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);