commit | 6e61fae4d360a1380b63e7d007b31477e366bcce | [log] [tgz] |
---|---|---|
author | Becky Bruce <beckyb@kernel.crashing.org> | Tue Feb 03 18:10:50 2009 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Tue Feb 10 00:27:13 2009 +0100 |
tree | 4cbd95c1652fa3aad0ceb4a7956b33489a569bf6 | |
parent | 2ecca3401775b125c3b9ff65766befb23989414b [diff] |
drivers/pci: Create pci_map_bar function It is no longer always true that the pci bus address can be used as the virtual address for pci accesses. pci_map_bar() is created to return the virtual address for a pci region. Signed-off-by: Becky Bruce <beckyb@kernel.crashing.org>