mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] libata: disable LPM for WDC WD20EFAX-68FB5N0 hard drive
@ 2025-04-23 17:21 Mikko Juhani Korhonen
  2025-04-24  5:44 ` Damien Le Moal
  0 siblings, 1 reply; 4+ messages in thread
From: Mikko Juhani Korhonen @ 2025-04-23 17:21 UTC (permalink / raw)
  To: Damien Le Moal, Niklas Cassel, linux-ide, linux-kernel

Make WDC WD20EFAX-68FB5N0 hard drive work again
after regression in 6.9.0 when LPM was enabled,
so disable it for this model.

Signed-off-by: Mikko Korhonen <mjkorhon@gmail.com>

diff -u linux-6.14.3/drivers/ata/libata-core.c
linux-6.14.3-mk/drivers/ata/libata-core.c
--- linux-6.14.3/drivers/ata/libata-core.c      2025-04-20
11:23:22.000000000 +0300
+++ linux-6.14.3-mk/drivers/ata/libata-core.c   2025-04-22
16:53:52.341934384 +0300
@@ -4238,6 +4238,11 @@
       { "WDC WD2500JD-*",             NULL,   ATA_QUIRK_WD_BROKEN_LPM },
       { "WDC WD3000JD-*",             NULL,   ATA_QUIRK_WD_BROKEN_LPM },
       { "WDC WD3200JD-*",             NULL,   ATA_QUIRK_WD_BROKEN_LPM },
+
+       /*
+        * This specific WD SATA-3 model has problems with LPM.
+        */
+       { "WDC WD20EFAX-68FB5N0",       NULL,   ATA_QUIRK_NOLPM },

       /*
        * This sata dom device goes on a walkabout when the ATA_LOG_DIRECTORY

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-25  1:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-04-23 17:21 [PATCH] libata: disable LPM for WDC WD20EFAX-68FB5N0 hard drive Mikko Juhani Korhonen
2025-04-24  5:44 ` Damien Le Moal
2025-04-24 20:43   ` [PATCH v2] ata: libata: disable LPM for WDC WD20EFAX-68FB5N0 hard drives Mikko Juhani Korhonen
2025-04-25  1:14     ` Damien Le Moal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®