This seems to be mostly needed by devices with more than 2 devices, e.g. Netgear R8000 which is known to suffer from this issue. Signed-off-by: Rafał Miłecki <zajec5@xxxxxxxxx> --- drivers/pci/host/pcie-iproc-bcma.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/pci/host/pcie-iproc-bcma.c b/drivers/pci/host/pcie-iproc-bcma.c index 0d7bee4..f9ee077 100644 --- a/drivers/pci/host/pcie-iproc-bcma.c +++ b/drivers/pci/host/pcie-iproc-bcma.c @@ -56,6 +56,7 @@ static int iproc_pcie_bcma_probe(struct bcma_device *bdev) pcie->base = bdev->io_addr; pcie->base_addr = bdev->addr; + pcie->hook_abort_handler = true; res_mem.start = bdev->addr_s[0]; res_mem.end = bdev->addr_s[0] + SZ_128M - 1; -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html