Skip to content
Commit 0271fc2d authored by Jeremy Higdon's avatar Jeremy Higdon Committed by Linus Torvalds
Browse files

[PATCH] Fix sgiioc4 DMA timeout problem with 64KiB s/g elements.



Problem caused by the fact that the code used to only pick the low 16
bits of the bytecount.  That may be how some controllers act on it (byte
count of 0 means 0x10000), but not for this particular hardware.

Signed-off-by: default avatarJeremy Higdon <jeremy@sgi.com>
Acked-by: default avatarJes Sorensen <jes@sgi.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b4103333
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment