diff options
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r-- | drivers/ide/setup-pci.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index 479add4af499..51b1a9b23a22 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c | |||
@@ -567,6 +567,12 @@ void ide_pci_setup_ports(struct pci_dev *dev, ide_pci_device_t *d, int pciirq, a | |||
567 | hwif->host_flags = d->host_flags; | 567 | hwif->host_flags = d->host_flags; |
568 | hwif->pio_mask = d->pio_mask; | 568 | hwif->pio_mask = d->pio_mask; |
569 | 569 | ||
570 | if (hwif->dma_base) { | ||
571 | hwif->swdma_mask = d->swdma_mask; | ||
572 | hwif->mwdma_mask = d->mwdma_mask; | ||
573 | hwif->ultra_mask = d->udma_mask; | ||
574 | } | ||
575 | |||
570 | if (d->init_hwif) | 576 | if (d->init_hwif) |
571 | /* Call chipset-specific routine | 577 | /* Call chipset-specific routine |
572 | * for each enabled hwif | 578 | * for each enabled hwif |