From patchwork Thu Oct 13 14:03:34 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/2] pata_oldpiix: enable parallel scan Date: Thu, 13 Oct 2011 04:03:34 -0000 From: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 119532 Message-Id: <201110131603.34443.bzolnier@gmail.com> To: Jeff Garzik Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org From: Bartlomiej Zolnierkiewicz Subject: [PATCH] pata_oldpiix: enable parallel scan Signed-off-by: Bartlomiej Zolnierkiewicz --- 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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[] = {