1 From b28a613e9138e4b3a64649bd60b13436f4b4b49b Mon Sep 17 00:00:00 2001
2 From: Michele Baldessari <michele@acksyn.org>
3 Date: Fri, 7 Mar 2014 16:34:29 +0000
4 Subject: libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 (2BA30001)
6 From: Michele Baldessari <michele@acksyn.org>
8 commit b28a613e9138e4b3a64649bd60b13436f4b4b49b upstream.
10 Via commit 87809942d3fa "libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk
11 for Seagate Momentus SpinPoint M8" we added a quirk for disks named
12 "ST1000LM024 HN-M101MBB" with firmware revision "2AR10001".
14 As reported on https://bugzilla.redhat.com/show_bug.cgi?id=1073901,
15 we need to also add firmware revision 2BA30001 as it is broken as well.
17 Reported-by: Nicholas <arealityfarbetween@googlemail.com>
18 Signed-off-by: Michele Baldessari <michele@acksyn.org>
19 Tested-by: Guilherme Amadio <guilherme.amadio@gmail.com>
20 Signed-off-by: Tejun Heo <tj@kernel.org>
21 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
24 drivers/ata/libata-core.c | 1 +
25 1 file changed, 1 insertion(+)
27 --- a/drivers/ata/libata-core.c
28 +++ b/drivers/ata/libata-core.c
29 @@ -4175,6 +4175,7 @@ static const struct ata_blacklist_entry
31 /* Seagate Momentus SpinPoint M8 seem to have FPMDA_AA issues */
32 { "ST1000LM024 HN-M101MBB", "2AR10001", ATA_HORKAGE_BROKEN_FPDMA_AA },
33 + { "ST1000LM024 HN-M101MBB", "2BA30001", ATA_HORKAGE_BROKEN_FPDMA_AA },
35 /* Blacklist entries taken from Silicon Image 3124/3132
36 Windows driver .inf file - also several Linux problem reports */