Skip to content

Commit 9094662

Browse files
committed
Merge tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
Pull ata fix from Damien Le Moal: - Disable link power management (LPM) for a Seagate drive that is misbehaving when LPM is enabled * tag 'ata-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux: ata: libata-core: Disable LPM on ST2000DM008-2FR102
2 parents 78f2a78 + ba624ba commit 9094662

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

drivers/ata/libata-core.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4143,6 +4143,9 @@ static const struct ata_dev_quirks_entry __ata_dev_quirks[] = {
41434143
{ "ST3320[68]13AS", "SD1[5-9]", ATA_QUIRK_NONCQ |
41444144
ATA_QUIRK_FIRMWARE_WARN },
41454145

4146+
/* Seagate disks with LPM issues */
4147+
{ "ST2000DM008-2FR102", NULL, ATA_QUIRK_NOLPM },
4148+
41464149
/* drives which fail FPDMA_AA activation (some may freeze afterwards)
41474150
the ST disks also have LPM issues */
41484151
{ "ST1000LM024 HN-M101MBB", NULL, ATA_QUIRK_BROKEN_FPDMA_AA |

0 commit comments

Comments
 (0)