* Chris Wright (chrisw@xxxxxxxxxx) wrote: > * Matthew Wilcox (matthew@xxxxxx) wrote: > > I might suggest a second approach which would be to have an explicit > > echo to the bind file ignore the list of ids. Then you wouldn't need to > > 'echo -n "8086 10de"' to begin with. > > I tried that first, and it dips into the driver logic, where it wants > to filter via ->match. Untested patch below _should_ be enough to avoid > adding the id to begin with. OK, after making it actually compile. Still gets trapped into generic logic, this time in pci core. I'm starting to remember why dynid looked like the better option. pci_device_probe __pci_device_probe pci_match_device() <-- fails -- 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