> I looked into the possibility of having the PCI core disable interrupt > generation and DMA on each new device as it is discovered. Unfortunately > there is no dependable, universal way to do this for IRQs. (A notable gap > in the original PCI specification, IMHO.)
PCI specification 2.3 onwards, command register bit 10 can be used for disabling the interrupts from respective device. And the very reason for introducing this bit seems to be to not allow the device issue interrupts until a suitable driver for the device has been loaded. Have a look at following message. http://www.pcisig.com/reflector/msg05302.html Probably this feature can be used to disable the interrupts from the devices and enable these back when respective driver is loaded. This will resolve the problem of drivers not getting initialized in second kernel due to shared interrupts in kdump and reliability of capturing dump can be increased. Thanks Vivek ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel