[SCSI] atp870u: fix memory addressing bug
authorJames Bottomley <jejb@titanic.(none)>
Thu, 15 Sep 2005 13:59:36 +0000 (08:59 -0500)
committerJames Bottomley <jejb@titanic.(none)>
Thu, 15 Sep 2005 13:59:36 +0000 (08:59 -0500)
commitb5683557331b129658ab435391df527ef72d63dc
tree121d9502ed38b7b01c17532e2a28806a1108f457
parent59897dad98d63ac15e1e36fcc3a107c892b1826c
[SCSI] atp870u: fix memory addressing bug

From: Alan Cox <alan@redhat.com>

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 <alan@redhat.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/atp870u.c
drivers/scsi/atp870u.h