| Submitter | Bartlomiej Zolnierkiewicz |
|---|---|
| Date | Feb. 8, 2011, 12:25 p.m. |
| Message ID | <20110208122527.19110.18002.sendpatchset@linux-mhg7.site> |
| Download | mbox | patch |
| Permalink | /patch/82308/ |
| State | Not Applicable |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/drivers/ata/pata_oldpiix.c b/drivers/ata/pata_oldpiix.c index 845ede1..819192d 100644 --- a/drivers/ata/pata_oldpiix.c +++ b/drivers/ata/pata_oldpiix.c @@ -222,7 +222,8 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e dev_printk(KERN_DEBUG, &pdev->dev, "version " DRV_VERSION "\n"); - 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[] = {