commit | 2dfef279482b2bb5614c12cb873c21dc5104d1bf | [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 | 1633436b6dec37b66f3083d0fd066deec9fcb0a8 [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>