Hello, On 08/17/2010 06:42 PM, Alan Cox wrote: >> This looks scary to me. Is this something documented somewhere? It's >> not like we can avoid adding PCI device IDs completely anyway, so I >> would suggest just doing it good old fashioned way. > > The trouble with adding all the ids is it will keep needing updates every > chipset (and a lot of existing idents). But we do that for some controllers anyway so it's not something new. ata_piix already has list of all the devices it supports, so maybe it's safe to grab all intel IDE devices from ata_generic? ata_piix always has higher priority than ata_generic anyway and if a device isn't grabbed by ata_piix, we don't lose anything by grabbing it from ata_generic. > Is it documented ? The instructions it was written to came from the > people who do the chips. Yeap, that's much better, but I still think it would be better to avoid such detection magics if possible. Thanks. -- tejun -- 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