The first two are intended as a bugfix for a very old regression: https://bugzilla.kernel.org/show_bug.cgi?id=68591 "pci=nocrs required to boot Asrock M3A UCC". Without "pci=nocrs", the system hangs during boot when the PCI core moves the HPET. Unfortunately I do not have testing results from the reporter (ping, Bodo :)). The third and fourth are minor cleanups, no functional change intended except for the format of some AGP printks. I intend these for v3.16. --- Bjorn Helgaas (4): x86/PCI: Don't try to move IORESOURCE_PCI_FIXED resources x86/PCI: Mark HPET BAR as IORESOURCE_PCI_FIXED x86/PCI: Move pcibios_assign_resources() annotation to definition x86/gart: Tidy messages and add bridge device info arch/x86/kernel/aperture_64.c | 20 ++++++++++++-------- arch/x86/pci/fixup.c | 12 ++++++++++++ arch/x86/pci/i386.c | 27 ++++++++++++++++----------- 3 files changed, 40 insertions(+), 19 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html