On Mon, 2011-04-18 at 22:20 +0100, Alan Cox wrote: > We can detect the Mobility electronics split bridges at least (and I > suspect they are the only 'common' CMD64x hot plug device indeed possibly > the only one) because the parent bridge of the CMD64x will have a PCI > vendor id of 0x14f2 and a device id 0x0001, 0x0002, or 0x0120. Trying to wire in a bridge blacklist looks a bit dicey ... unless you're sure this is (and will always be) the only bridge? How should this wiring be done? most of the bridge checks just see if the bridge is in the system rather than walking up the device tree; is that OK? If not, what about just a legacy check on X86, so hedge with if (legacy || !CONFIG_X86) (or even just dump the legacy check, since you think everything is fine on x86 today?) James -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html