Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Aug 2014 21:04:35 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r270154 - head/sys/arm/at91
Message-ID:  <201408182104.s7IL4Z6C094873@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408182104.s7IL4Z6C094873>