> 1.) Is there a kernel parameter which Jennifer could try in order to force serialized PCI driver probing? I don't understand the question here. As far as I know, drivers compiled statically into the kernel are already initialized serially, via the do_initcalls() -> do_initcall_level(6) path. The PCI core enumerates all the devices, then when we call each driver's module_init() function (serially), the module_init() function will register the driver, and the driver core will call the driver's .probe() function for every matching PCI device. > 2.) If there is one and if this turns out to cure the issue in testing: > How can I implement serialization between the O2Micro FireWire .probe() and .resume() on one hand and the O2Micro SDHCI .probe() and .resume() on the other hand? If serialization is required between two drivers, that sounds like a driver bug. What are the two drivers involved? -- 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