Skip to content

Commit 5399752

Browse files
chunkeeyDamien Le Moal
authored andcommitted
ata: libata-core: Disable READ LOG DMA EXT for Samsung 840 EVOs
Samsung' 840 EVO with the latest firmware (EXT0DB6Q) locks up with the a message: "READ LOG DMA EXT failed, trying PIO" during boot. Initially this was discovered because it caused a crash with the sata_dwc_460ex controller on a WD MyBook Live DUO. The reporter "Tice Rex" which has the unique opportunity that he has two Samsung 840 EVO SSD! One with the older firmware "EXT0BB0Q" which booted fine and didn't expose "READ LOG DMA EXT". But the newer/latest firmware "EXT0DB6Q" caused the headaches. BugLink: openwrt/openwrt#9505 Signed-off-by: Christian Lamparter <chunkeey@gmail.com> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
1 parent 7aa8104 commit 5399752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/ata/libata-core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4014,6 +4014,9 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
40144014
ATA_HORKAGE_ZERO_AFTER_TRIM, },
40154015
{ "Crucial_CT*MX100*", "MU01", ATA_HORKAGE_NO_NCQ_TRIM |
40164016
ATA_HORKAGE_ZERO_AFTER_TRIM, },
4017+
{ "Samsung SSD 840 EVO*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
4018+
ATA_HORKAGE_NO_DMA_LOG |
4019+
ATA_HORKAGE_ZERO_AFTER_TRIM, },
40174020
{ "Samsung SSD 840*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |
40184021
ATA_HORKAGE_ZERO_AFTER_TRIM, },
40194022
{ "Samsung SSD 850*", NULL, ATA_HORKAGE_NO_NCQ_TRIM |

0 commit comments

Comments
 (0)