summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-05-08 20:07:02 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-05-08 20:07:02 +0200
commit5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81 (patch)
treea5f79e4ab38ed40b41784479ad264331bc615917 /tests
parent79d9b2924d7b67ba08e022792adb92770f64e0c8 (diff)
downloadpcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.gz
pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.bz2
pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.xz
pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.zip
Small clean up in IPEDMA driver
Diffstat (limited to 'tests')
-rwxr-xr-xtests/ipedma/test.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/ipedma/test.sh b/tests/ipedma/test.sh
index 11a6227..344ab4c 100755
--- a/tests/ipedma/test.sh
+++ b/tests/ipedma/test.sh
@@ -14,8 +14,11 @@ echo "Stopping DMA and skipping exiting data..."
pci --stop-dma dma0r
echo "Starting DMA..."
pci --start-dma dma0r
-echo "Enabling data generation..."
+echo "Enabling DMA..."
pci -w 0x4 0x1
+echo "Starting data generation..."
+pci -w 0x9000 0x1
+
# Clean DMA buffers
#while [ $? -eq 0 ]; do