Index: firmware/FAD/doc/memory_manager.tex
===================================================================
--- firmware/FAD/doc/memory_manager.tex	(revision 10738)
+++ firmware/FAD/doc/memory_manager.tex	(revision 10743)
@@ -226,9 +226,9 @@
 \hline
 0x8000	& 0xFB01	& Start Flag - fix value: "FB01" \\
-0x8001	& 0xllll	& package length in 16bit words \\
-0x8002	& 0xvvvv	& version - deduced from SVN revision number \\
-0x8003	& 0xsssP	& 12 bits for status - TBD - 4 bit showing PLLLCK status \\  
-\hdashline
-0x8004	& 0x00T6	& FTM trigger ID byte 6 : CRC \\
+0x8001	& 0xllll	& package length in 16bit words  - unsigned short - network byte order\\
+0x8002	& 0xvvvv	& version - high byte:version - low byte: subversion - network byte order \\
+0x8003	& 0xsssP	& 12 bits for status - TBD - 4 bit showing PLLLCK status unsigned short - network byte order - see \ref{subsec_explain_regs} \\  
+\hdashline
+0x8004	& 0x00T6	& FTM trigger ID byte 6 : CRC ----------see FTM specifications ... this is just a copy\\
 0x8005	& 0xT5T4	& ... bytes 5 and 4 : Type 2 and Type 1\\
 0x8006	& 0xT3T2	& ... bytes 3 and 2	: TRG number high word \\
@@ -242,5 +242,5 @@
 0x800C	& 0x0(cid)8(bid) & Board ID \\
 0x800D	& DCM-PS	& status of ADC clock phase shifter , value and locked-bit\\
-0x800E	& TRG-GEN-No& Number of Triggers to generare, when 'trigger continous' issued \\
+0x800E	& TRG-GEN-No& Number of Triggers to generare, when 'trigger continous' issued -- not implemented\\
 0x800F	& TRG-GEN-DIV& continous trigger generator clock prescaler \\ 
 \hdashline
@@ -250,5 +250,5 @@
 0x8013	& DNA10		& LSB of DNA \\
 \hdashline
-0x8014	& timer32	& timer high word \\
+0x8014	& timer32	& timer high word -- in units of ??? \\
 0x8015	& timer10	& timer low word \\
 0x8016	& more status1 & reserved for status info; high word \\
@@ -280,4 +280,7 @@
 All data may be treated as 64bit aligned. And the data readout process does not need jump over words during data sending.
 
+\newpage
+\subsection{meaning of registers ... shit title}
+\label{subsec_explain_regs}
 
 \newpage
