From: Jeremy Higdon Date: Thu, 2 Feb 2006 08:00:46 +0000 (-0800) Subject: [PATCH] Fix sgiioc4 DMA timeout problem with 64KiB s/g elements. X-Git-Tag: v2.6.16-rc2~1^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0271fc2db6260dd46f196191e24281af2fddb879;p=pandora-kernel.git [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: Jeremy Higdon Acked-by: Jes Sorensen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed