Author: wmb
Date: 2009-01-28 18:20:38 +0100 (Wed, 28 Jan 2009)
New Revision: 1089
Modified:
dev/mmc/sdhci/sdhci.fth
Log:
sdhci.fth - corrected a misleading comment. No functional change.
Modified: dev/mmc/sdhci/sdhci.fth
===================================================================
--- dev/mmc/sdhci/sdhci.fth 2009-01-28 17:20:10 UTC (rev 1088)
+++ dev/mmc/sdhci/sdhci.fth 2009-01-28 17:20:38 UTC (rev 1089)
@@ -184,8 +184,7 @@
: intstat-on ( -- )
h# 00cb h# 34 cw! \ normal interrupt status en reg
\ Enable: Remove, Insert, DMA Interrupt, Transfer Complete, CMD Complete
- \ Disable: Card Interrupt, Remove, Insert, Read Ready,
- \ Write Ready, Block Gap
+ \ Disable: Card Interrupt, Read Ready, Write Ready, Block Gap
h# f1ff h# 36 cw! \ error interrupt status en reg
;
: intstat-off ( -- ) h# c0 h# 34 cl! ; \ Remove, Insert on, others off