Brice Goglin 1edab4a164 [PATCH] PCI: AMD 8131 MSI quirk called too late, bus_flags not inherited ?
The PCI_BUS_FLAGS_NO_MSI bus flags does not appear do be inherited
correctly from the amd8131 MSI quirk to its parent busses. It makes
devices behind a bridge behind amd8131 try to enable MSI while the
amd8131 does not support it.
We fix this by looking at flags of all parent busses in
pci_enable_msi() and pci_enable_msix().

By the way, also add the missing dev->no_msi check in pci_enable_msix()

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2006-06-21 12:00:00 -07:00
..
2006-06-20 01:21:29 -07:00
2006-06-17 10:44:26 -07:00
2006-06-17 21:25:58 -07:00
2006-05-03 20:05:41 -07:00
2006-06-20 01:21:29 -07:00
2006-06-20 01:21:29 -07:00
2006-05-21 12:59:18 -07:00
2006-06-17 21:30:14 -07:00
2006-06-12 22:10:22 +01:00
2006-06-19 15:37:31 +01:00
2006-06-05 12:29:17 -07:00
2006-06-20 01:21:29 -07:00
2006-05-03 20:05:41 -07:00
2006-03-23 07:38:16 -08:00
2006-03-24 18:23:14 +01:00
2006-06-17 21:18:43 -07:00
2006-06-17 21:18:43 -07:00