diff --git a/TODO b/TODO
index 1c00107af82ebbb2d66ed3972ce45aa4b335daf5..48ba460c9abbf1f95ebffce5c519219ef1cd5c6b 100644
--- a/TODO
+++ b/TODO
@@ -16,10 +16,10 @@ NuttX TODO List (Last updated July 31, 2008)
   (3)  Build system
   (2)  NuttShell (NSH) (examples/nsh)
   (1)  Other Applications & Tests (examples/)
-  (0)  ARM (arch/arm/)
+  (1)  ARM (arch/arm/)
   (1)  ARM/C5471 (arch/arm/src/c5471/)
   (1)  ARM/DM320 (arch/arm/src/dm320/)
-  (5)  ARM/LPC214x (arch/arm/src/lpc214x/)
+  (6)  ARM/LPC214x (arch/arm/src/lpc214x/)
   (3)  ARM/STR71x (arch/arm/src/str71x/)
   (4)  pjrc-8052 / MCS51 (arch/pjrc-8051/)
   (7)  z80/z8 (arch/z80/)
@@ -264,6 +264,11 @@ o File system / Generic drivers (fs/, drivers/)
   Status:      Open
   Priority:    Medium
 
+  Description: The simple SPI based MMCS/SD driver in fs/mmcsd does not
+               yet handle multiple block transfers.
+  Status:      Open
+  Priority:    Medium-Low
+
 o Pascal Add-On (pcode/)
   ^^^^^^^^^^^^^^^^^^^^^^
 
@@ -304,6 +309,13 @@ o Build system
   Status:      Open
   Priority:    Medium (maybe higher for z80 target)
 
+  Description: It would be nice to de-couple some of the behaviors enabled by
+               CONFIG_DEBUG.  For example, CONFIG_DEBUG turns on debug output,
+               but also disables optimization make the binary much bigger.
+  Status:      Low.  There workaround is easy.. just edit the configuration's
+               Make.def file to control the behavior that you want.
+  Priority:    Very low.
+
 o NuttShell (NSH) (examples/nsh)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
@@ -389,6 +401,13 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
   Status:      Open
   Priority:    Medium
 
+  Description: At present the SPI driver is polled -AND- there is a rather large, arbitrary,
+               delay in one of the block access routines.  The purpose of the delay is to
+               avoid a race conditions.  This begs for a re-design -OR- at a minimum, some
+               optimiation of the delay time.
+  Status:      Open
+  Priority:    Medium
+
 o ARM/STR71x (arch/arm/src/str71x/)
   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^