mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Make note about reset vs RTOE actions...
This commit is contained in:
parent
5ca70e591e
commit
ef9bab8ec8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270154
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user