I would like to use 2 versions of a PCI driver, each for one of 2 identical devices. The driver that gets probed first will seize both devices in driver_attach(). Using sysfs's bind and unbind methods, you can arrange to release the device for use by the other driver, but the first driver has nevertheless been initializing, driving and shutting down the device, which is unacceptable in my case. What would be the best way to deal with this ? Thanks, J. -- 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