From: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> Subject: [PATCH] pata_oldpiix: enable parallel scan Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx> --- earlier references: https://lkml.org/lkml/2011/2/8/111 https://lkml.org/lkml/2010/2/18/275 drivers/ata/pata_oldpiix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: b/drivers/ata/pata_oldpiix.c =================================================================== --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c @@ -258,7 +258,8 @@ static int oldpiix_init_one (struct pci_ ata_print_version_once(&pdev->dev, DRV_VERSION); - return ata_pci_bmdma_init_one(pdev, ppi, &oldpiix_sht, NULL, 0); + return ata_pci_bmdma_init_one(pdev, ppi, &oldpiix_sht, NULL, + ATA_HOST_PARALLEL_SCAN); } static const struct pci_device_id oldpiix_pci_tbl[] = { -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html