[ Oops, my mail client ended up picking an old address for Bjorn, so resending with the correct one ] So I don't know when this started happening, and it may well be an age-old issue, possibly made worse by configurations copied from distro makers that enable various random PCI hotplug logic, but my laptop dmesg is full of these annoying and worthless messages after suspend/resume: ... pci 0000:00:00.0: no hotplug settings from platform pci 0000:00:00.0: using default PCI settings i915 0000:00:02.0: no hotplug settings from platform i915 0000:00:02.0: using default PCI settings ... basically repeating mindlessly for each PCI device. It's insane. It adds zero value. Why do we print out those inane messages? The reason _seems_ to be that some ACPI hotplug logic basically ends up doing "pci_configure_slot()" on every PCI slot, whether something is hotpluggable or not. Trust me, those things aren't. Printing pointless hotplug information for them is just crazy, and takes up kernel message space and hides _real_ messages for no good reason. Lookie here: [torvalds@vaio linux]$ dmesg | grep "no hotplug settings" | wc 1006 8658 71574 yeah, that's a thousand lines of crap. There's another 568 lines of the "using default PCI settings". In fact, there's *more* of this, but there's been so much of it that it's scrolled off the kernel message buffer. Could we please not do this? Linus -- 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