From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] libata: add another Maxtor drive with broken NCQ to the list Date: Thu, 12 Jul 2007 14:39:28 -0400 Message-ID: <46967560.6020007@garzik.org> References: <469674DF.9000804@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:54794 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752250AbXGLSja (ORCPT ); Thu, 12 Jul 2007 14:39:30 -0400 In-Reply-To: <469674DF.9000804@redhat.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Chuck Ebbert Cc: IDE/ATA development list , Alan Chuck Ebbert wrote: > Add another Maxtor 6B200M0 drive with broken NCQ to the list. > > Signed-off-by: Chuck Ebbert > --- > drivers/ata/libata-core.c | 1 + > 1 file changed, 1 insertion(+) > > --- linux-2.6.22.noarch.orig/drivers/ata/libata-core.c > +++ linux-2.6.22.noarch/drivers/ata/libata-core.c > @@ -3787,6 +3787,7 @@ static const struct ata_blacklist_entry > { "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ }, > /* NCQ is broken */ > { "Maxtor 6L250S0", "BANC1G10", ATA_HORKAGE_NONCQ }, > + { "Maxtor 6B200M0", "BANC1BM0", ATA_HORKAGE_NONCQ }, > { "Maxtor 6B200M0", "BANC1B10", ATA_HORKAGE_NONCQ }, > /* NCQ hard hangs device under heavier load, needs hard power cycle */ > { "Maxtor 6B250S0", "BANC1B70", ATA_HORKAGE_NONCQ }, Alan Cox posted some example code recently, which demonstrated how to add support for wildcards to the ATA blacklist. Would you be willing to grab or recreate that, and then simply blacklist "BANC*" Jeff