commit | ce477ae4f8c75c94587c3157deffad8219db09a0 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Wed May 10 17:58:41 2006 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Wed May 10 15:16:57 2006 -0700 |
tree | 772147685889baa627fc058ecb53a98229bfe4f7 | |
parent | 5941d079f2c3bdf0dffed1afb8941678fcd0bcb7 [diff] |
IB/mthca: FMR ioremap fix Addresses for ioremap must be calculated off of pci_resource_start; we can't directly use the bus address as seen by the HCA. Fix the code that remaps device memory for FMR access. Based on patch by Klaus Smolin. Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il> Signed-off-by: Roland Dreier <rolandd@cisco.com>