public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Disable INTx when enabling MSI
@ 2006-12-07 22:31 Daniel Barkalow
  2006-12-07 22:39 ` Greg KH
  2006-12-07 22:44 ` Linus Torvalds
  0 siblings, 2 replies; 5+ messages in thread
From: Daniel Barkalow @ 2006-12-07 22:31 UTC (permalink / raw)
  To: gregkh; +Cc: Jeff Garzik, Linus Torvalds, linux-kernel

Some device manufacturers seem to think it's the OS's responsibility to 
disable legacy interrupt delivery when using MSI. If the driver doesn't 
handle it (which they generally don't), and the device isn't PCI-Express, 
a steady stream of legacy interrupts will be delivered in addition to the 
MSI ones, eventually leading to the legacy IRQ getting disabled, which 
kills any device that shares it.

Jeff proposed a patch in http://lkml.org/lkml/2006/11/21/332 when Linus 
wanted to do it in the PCI layer, but nobody seems to have told the actual 
PCI maintainer.

I'm trying to get a patch into -stable to do pci_intx in exactly the same 
situations, but only for forcedeth (which is the device that's causing 
problems for me), but that requires that the real solution be merged in 
the mainline.

	-Daniel
*This .sig left intentionally blank*

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-12-07 23:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-07 22:31 Disable INTx when enabling MSI Daniel Barkalow
2006-12-07 22:39 ` Greg KH
2006-12-07 23:04   ` Daniel Barkalow
2006-12-07 22:44 ` Linus Torvalds
2006-12-07 22:53   ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox