commit | 6e325a62a0a228cd0222783802b53cce04551776 | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@mellanox.co.il> | Tue Feb 14 18:52:22 2006 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Mar 23 14:35:14 2006 -0800 |
tree | 5609f9e841024ca57ba8ee7a919955c7589444c7 | |
parent | e5548e960f38557825e50806b52cb24c9e730aa2 [diff] |
[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>