commit | 1785dbeed43599eed1d8875673c96912cd770141 | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Tue Feb 03 18:10:55 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 10 00:31:05 2009 +0100 |
tree | f9c23e25ad9dcda073b714d8e64c922dc063c421 | |
parent | d591a80e74091e7a0658d165721e6c7de2ef0bcd [diff] |
drivers/block/ahci: Fix pci mapping bug The code assumes that the pci bus address and the virtual address used to access a region are the same, but they might not be. Fix this assumption. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>