PCI ROM mapping often doesn't work because we don't claim the resources we probe as we import the PCI bus hierarchy into the kernel from the OF device tree. The first two patches make the PCI bus range probing easier to diagnose when problems occur by adding more info to the "ofpci_debug=1" mechanism. The second patch deals with a PCI bus resource quirk that I encountered on some PCI Express systems. The third patch adds the necessary pci_claim_resource() calls. Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html