commit | 0709bfc069a2052d5b28b372b7fa52a16a851b56 | [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 | 5dc9e1a42120d4bac06647ff9809d8137a590947 [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>