public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PCI MSI: the new interrupt routing headache
@ 2005-11-17  5:44 Jeff Garzik
  2005-11-17 19:07 ` Max Krasnyansky
  2005-11-18 20:52 ` Roland Dreier
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Garzik @ 2005-11-17  5:44 UTC (permalink / raw)
  To: Linux Kernel; +Cc: tom.l.nguyen, Greg KH


I just got SATA working on Marvell.  After fixing a bunch of issues in 
the driver, the final issue was lack of interrupts.  Disabling 
CONFIG_PCI_MSI solved that, and suddenly the driver was working quite 
nicely.

The general problem is that pci_enable_msi() is not failing, on systems 
that do not support MSI.  This leads to Infiniband, tg3, and other 
drivers working around this problem by including an MSI-interrupts-work 
test during probe.

Perhaps its because I like leading edge stuff, and am playing with 
drivers for PCI MSI hardware, but it seems like I am running into this 
pci_enable_msi()-doesnt-fail problem more and more frequently.  First 
tg3, then AHCI, now sata_mv.

What needs to be done, to detect working PCI message signalled 
interrupts such that pci_enable_msi() fails properly?

Thanks,

	Jeff




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

end of thread, other threads:[~2005-11-18 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-17  5:44 PCI MSI: the new interrupt routing headache Jeff Garzik
2005-11-17 19:07 ` Max Krasnyansky
2005-11-18 20:52 ` Roland Dreier

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