diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-05-08 20:07:02 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-05-08 20:07:02 +0200 |
commit | 5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81 (patch) | |
tree | a5f79e4ab38ed40b41784479ad264331bc615917 /tests/ipedma | |
parent | 79d9b2924d7b67ba08e022792adb92770f64e0c8 (diff) | |
download | pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.gz pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.bz2 pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.tar.xz pcitool-5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81.zip |
Small clean up in IPEDMA driver
Diffstat (limited to 'tests/ipedma')
-rwxr-xr-x | tests/ipedma/test.sh | 5 |
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 |