summaryrefslogtreecommitdiffstats
path: root/cli.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 05:07:45 +0200
committerSuren A. Chilingaryan <csa@dside.dyndns.org>2011-07-11 05:07:45 +0200
commit93bb2a3a6cc5c585ff91d176d02f5edc9080b934 (patch)
tree322c4f10a64676b58616a96ff8a8e7c71e2d9349 /cli.c
parent40c61a3b927ce31e05a6eb0d7b36e09e67c6ca97 (diff)
downloadpcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.gz
pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.bz2
pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.tar.xz
pcitool-93bb2a3a6cc5c585ff91d176d02f5edc9080b934.zip
Reorganization of NWL engine, step 1
Diffstat (limited to 'cli.c')
-rw-r--r--cli.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli.c b/cli.c
index 8f912ef..045590c 100644
--- a/cli.c
+++ b/cli.c
@@ -127,6 +127,11 @@ void Usage(int argc, char *argv[], const char *format, ...) {
" --reset - Reset board\n"
" --help - Help message\n"
"\n"
+" DMA Modes:\n"
+" --start-dma <num> - Start specified DMA engine\n"
+" --stop-dma [num] - Stop specified engine or DMA subsystem\n"
+" --wait-irq <source> - Wait for IRQ\n"
+"\n"
" Addressing:\n"
" -d <device> - FPGA device (/dev/fpga0)\n"
" -m <model> - Memory model (autodetected)\n"