On Mon, Aug 16, 2021 at 07:15:43PM +0200, Reimar Döffinger wrote: > /* set horkage */ > dev->horkage |= ata_dev_blacklisted(dev); > + /* Disable READ_LOG_DMA with PATA-SATA adapters, they seem likely to hang */ > + if (!(ap->flags & ATA_FLAG_SATA)) > + dev->horkage |= ATA_HORKAGE_NO_DMA_LOG; If the DMA enable patch is accept then this part is obsolete I believe, from the testing on my device, leaving just adding the option and disabling READ_LOG_DMA by default for MX500.