[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070317185607.GC18870@devserv.devel.redhat.com>
Date: Sat, 17 Mar 2007 14:56:07 -0400
From: Alan Cox <alan@...hat.com>
To: Paul Rolland <rol@...917.net>
Cc: "'Tejun Heo'" <htejun@...il.com>,
"'Linus Torvalds'" <torvalds@...ux-foundation.org>,
"'Jeff Garzik'" <jeff@...zik.org>, "'Alan Cox'" <alan@...hat.com>,
"'Andrew Morton'" <akpm@...ux-foundation.org>,
linux-ide@...r.kernel.org, "'LKML'" <linux-kernel@...r.kernel.org>,
"'Eric D. Mudama'" <edmudama@...il.com>
Subject: Re: [git patches] libata fixes
On Sat, Mar 17, 2007 at 07:47:01PM +0100, Paul Rolland wrote:
> Hello,
>
> Here is a patch to avoid these pesky messages for the Maxtor disk :
>
Please match the firmware version as well for the Maxtor drives
> --- linux-2.6.21-rc4/drivers/ata/libata-core.c 2007-03-17 19:29:45.000000000
> +0100
> +++ linux-2.6.21-rc4-Maxtor/drivers/ata/libata-core.c 2007-03-17
> 19:37:28.000000000 +0100
> @@ -3359,6 +3359,8 @@
> { "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ },
> /* http://thread.gmane.org/gmane.linux.ide/14907 */
> { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ },
> + /* NCQ is broken */
> + { "Maxtor 6L250S0", NULL, ATA_HORKAGE_NONCQ },
>
> /* Devices with NCQ limits */
>
>
> Signed-off-by: Paul Rolland <rol@...917.net>
NAK - but add the firmware to the match and you can have an Ack 8)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists