commit | b5683557331b129658ab435391df527ef72d63dc | [log] [tgz] |
---|---|---|
author | James Bottomley <jejb@titanic.(none)> | Thu Sep 15 08:59:36 2005 -0500 |
committer | James Bottomley <jejb@titanic.(none)> | Thu Sep 15 08:59:36 2005 -0500 |
tree | 121d9502ed38b7b01c17532e2a28806a1108f457 | |
parent | 59897dad98d63ac15e1e36fcc3a107c892b1826c [diff] |
[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>