kernel-ark/drivers/pci
Eric W. Biederman 58e0543e8f [PATCH] msi: support masking msi irqs without a mask bit
For devices that do not support msi-x we only support 1 interrupt.  Therefore
we can disable that one interrupt by disabling the msi capability itself.  If
we leave the intx interrupts disabled while we have the msi capability
disabled no interrupts should be delivered from that device.

Devices with just the minimal msi support (and thus hitting this code path)
include things like the intel e1000 nic, so it looks like is going to be a
fairly common case and thus important to get right.

Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Cc: Michael Ellerman <michael@ellerman.id.au>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-03-05 07:57:50 -08:00
..
hotplug
pcie
.gitignore
access.c
bus.c
hotplug.c
htirq.c
Kconfig
Makefile
msi.c [PATCH] msi: support masking msi irqs without a mask bit 2007-03-05 07:57:50 -08:00
msi.h
pci-acpi.c
pci-driver.c
pci-sysfs.c
pci.c [PATCH] msi: sanely support hardware level msi disabling 2007-03-05 07:57:50 -08:00
pci.h [PATCH] msi: sanely support hardware level msi disabling 2007-03-05 07:57:50 -08:00
probe.c adjust legacy IDE resource setting (v2) 2007-03-03 17:48:54 +01:00
proc.c
quirks.c [PATCH] msi: sanely support hardware level msi disabling 2007-03-05 07:57:50 -08:00
remove.c
rom.c
search.c
setup-bus.c
setup-irq.c
setup-res.c
syscall.c