diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-14 03:50:48 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2011-12-14 03:50:48 +0100 |
commit | 667c1e8a83b3f5f8e90af824212c8da389f849d2 (patch) | |
tree | b5e3573a8780c533985fee2ccdc5f0718f501419 /tests/frame.sh | |
parent | c4c9ad7708ddd3114f78c5f860ebfeb92cfb79c3 (diff) | |
download | pcitool-667c1e8a83b3f5f8e90af824212c8da389f849d2.tar.gz pcitool-667c1e8a83b3f5f8e90af824212c8da389f849d2.tar.bz2 pcitool-667c1e8a83b3f5f8e90af824212c8da389f849d2.tar.xz pcitool-667c1e8a83b3f5f8e90af824212c8da389f849d2.zip |
few demo scripts
Diffstat (limited to 'tests/frame.sh')
-rwxr-xr-x | tests/frame.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/frame.sh b/tests/frame.sh index e6f071d..1696320 100755 --- a/tests/frame.sh +++ b/tests/frame.sh @@ -27,11 +27,6 @@ usleep 100000 pci -r dma1 -o bench.out --multipacket -#for i in `seq 1 1000`; do -# pci -r dma1 -s 4096 -o bench.out -# if [ $? -ne 0 ]; then break; fi -#done - pci -w control 1e1 pci --stop-dma dma1 |