diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-24 23:15:47 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2012-07-24 23:15:47 +0200 |
commit | 94051a28c0cd484e47b115f4251fa42d0edba7e5 (patch) | |
tree | 318dcfac5f232058e3a019018301abbed23eeae7 /tests | |
parent | 587863fb5bc46f225c3b192ca4c2f63e0be8613b (diff) | |
download | pcitool-94051a28c0cd484e47b115f4251fa42d0edba7e5.tar.gz pcitool-94051a28c0cd484e47b115f4251fa42d0edba7e5.tar.bz2 pcitool-94051a28c0cd484e47b115f4251fa42d0edba7e5.tar.xz pcitool-94051a28c0cd484e47b115f4251fa42d0edba7e5.zip |
Support 12-bit modes
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/frame.sh | 2 | ||||
-rwxr-xr-x | tests/frame2.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/frame.sh b/tests/frame.sh index 1696320..cb2deb1 100755 --- a/tests/frame.sh +++ b/tests/frame.sh @@ -6,7 +6,7 @@ function pci { } pci --stop-dma dma1 -pci --reset +#pci --reset echo "Set packet size 1024 .. " pci -w number_lines 1088 diff --git a/tests/frame2.sh b/tests/frame2.sh index da05807..db3efcc 100755 --- a/tests/frame2.sh +++ b/tests/frame2.sh @@ -6,7 +6,7 @@ function pci { } pci --stop-dma dma1 -pci --reset +#pci --reset echo "Set packet size 1024 .. " pci -w number_lines 1088 |