From 5d49b3a8a1e5e8655f171c3e4f3455dcd2481d81 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Fri, 8 May 2015 20:07:02 +0200 Subject: Small clean up in IPEDMA driver --- tests/ipedma/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3