commit | 8085ce084c0f0144c353963853f81486fc331120 | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Wed Aug 31 14:16:53 2005 +1000 |
committer | Linus Torvalds <torvalds@evo.osdl.org> | Thu Sep 01 10:50:29 2005 -0700 |
tree | 6821eb3b64158ec230982f4db5f027b326edd620 | |
parent | 319e76a1ae835c34a2838c2bfebe3db4d5a6b387 [diff] |
[PATCH] Fix PCI ROM mapping This fixes a problem with pci_map_rom() which doesn't properly update the ROM BAR value with the address thas allocated for it by the PCI code. This problem, among other, breaks boot on Mac laptops. It'ss a new version based on Linus latest one with better error checking. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>