diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 23:22:21 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-07-17 23:22:21 +0200 |
commit | 1f133e363c89e736a4221a3dda800e90a706056a (patch) | |
tree | 672af40ccd831c78b782d3af35acf5454717299a /tests/cleanup.sh | |
parent | bd6a3cb1cc31c74d36c1afaf1fbcc63ab18f993a (diff) | |
download | pcitool-1f133e363c89e736a4221a3dda800e90a706056a.tar.gz pcitool-1f133e363c89e736a4221a3dda800e90a706056a.tar.bz2 pcitool-1f133e363c89e736a4221a3dda800e90a706056a.tar.xz pcitool-1f133e363c89e736a4221a3dda800e90a706056a.zip |
Provide few scripts to test DMA
Diffstat (limited to 'tests/cleanup.sh')
-rwxr-xr-x | tests/cleanup.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/cleanup.sh b/tests/cleanup.sh new file mode 100755 index 0000000..3dd201e --- /dev/null +++ b/tests/cleanup.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +function pci { + PCILIB_PATH="/root/pcitool" + LD_LIBRARY_PATH="$PCILIB_PATH" $PCILIB_PATH/pci $* +} + +pci --start-dma dma1r +pci -w dma1r_reset_request 1 +pci -w dma1r_reset 1 +pci -r dma1r_running + +pci --clean-kernel-memory dma |