From: James Bottomley Date: Thu, 15 Sep 2005 13:59:36 +0000 (-0500) Subject: [SCSI] atp870u: fix memory addressing bug X-Git-Tag: v2.6.14-rc3~154^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5683557331b129658ab435391df527ef72d63dc;p=pandora-kernel.git [SCSI] atp870u: fix memory addressing bug From: Alan Cox The virt_to_bus() wasn't correctly taken out of this driver. It needs to be able to track both physical and virtual addresses for its prd table. Update the driver to do this with separate tracking entries. Signed-off-by: Alan Cox Signed-off-by: James Bottomley --- Reading git-diff-tree failed