diff options
Diffstat (limited to 'drivers/ide/setup-pci.c')
-rw-r--r-- | drivers/ide/setup-pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ide/setup-pci.c b/drivers/ide/setup-pci.c index 1da9935ba948..aae4806f0603 100644 --- a/drivers/ide/setup-pci.c +++ b/drivers/ide/setup-pci.c | |||
@@ -565,6 +565,9 @@ void ide_pci_setup_ports(struct pci_dev *dev, ide_pci_device_t *d, int pciirq, a | |||
565 | hwif->host_flags = d->host_flags; | 565 | hwif->host_flags = d->host_flags; |
566 | hwif->pio_mask = d->pio_mask; | 566 | hwif->pio_mask = d->pio_mask; |
567 | 567 | ||
568 | if ((d->host_flags & IDE_HFLAG_SERIALIZE) && hwif->mate) | ||
569 | hwif->mate->serialized = hwif->serialized = 1; | ||
570 | |||
568 | if (hwif->dma_base) { | 571 | if (hwif->dma_base) { |
569 | hwif->swdma_mask = d->swdma_mask; | 572 | hwif->swdma_mask = d->swdma_mask; |
570 | hwif->mwdma_mask = d->mwdma_mask; | 573 | hwif->mwdma_mask = d->mwdma_mask; |