Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e424675f authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] turn on !IORDY filter



The previous commit erroneously noted that the !IORDY filter was turned
on.  No true, that change was split out into this commit.

Originally authored and signed-off-by Alan Cox.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent cffacd85
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -3544,6 +3544,9 @@ static void ata_dev_xfermask(struct ata_device *dev)
			       "other device, disabling DMA\n");
	}

	if (ap->flags & ATA_FLAG_NO_IORDY)
		xfer_mask &= ata_pio_mask_no_iordy(dev);

	if (ap->ops->mode_filter)
		xfer_mask = ap->ops->mode_filter(dev, xfer_mask);