[PATCH] PCI: make MSI quirk inheritable from the pci bus
authorMichael S. Tsirkin <mst@mellanox.co.il>
Tue, 14 Feb 2006 16:52:22 +0000 (18:52 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 23 Mar 2006 22:35:14 +0000 (14:35 -0800)
commit6e325a62a0a228cd0222783802b53cce04551776
tree5609f9e841024ca57ba8ee7a919955c7589444c7
parente5548e960f38557825e50806b52cb24c9e730aa2
[PATCH] PCI: make MSI quirk inheritable from the pci bus

It turns out AMD 8131 quirk only affects MSI for devices behind the 8131 bridge.
Handle this by adding a flags field in pci_bus, inherited from parent to child.

Signed-off-by: Michael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/pci/msi.c
drivers/pci/probe.c
drivers/pci/quirks.c
include/linux/pci.h