From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Hancock Subject: Re: [PATCH 2/7] ata: blacklist FUJITSU MHW2160BH PL Date: Mon, 21 Jul 2008 13:21:51 -0600 Message-ID: <4884E1CF.2060405@shaw.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from idcmail-mo2no.shaw.ca ([64.59.134.9]:56584 "EHLO pd5mo1no-dmz.prod.shaw.ca" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754670AbYGUTVv (ORCPT ); Mon, 21 Jul 2008 15:21:51 -0400 In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Chuck Short Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org Chuck Short wrote: > Reference: https://launchpad.net/bugs/175834 > > CC: linux-ide@vger.kernel.org > Signed-off-by: Chuck Short > Signed-off-by: Tim Gardner > Signed-off-by: Ben Collins > --- > drivers/ata/libata-core.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c > index 9bef1a8..2664082 100644 > --- a/drivers/ata/libata-core.c > +++ b/drivers/ata/libata-core.c > @@ -3935,6 +3935,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = { > { "HTS541060G9SA00", "MB3OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541080G9SA00", "MB4OC60D", ATA_HORKAGE_NONCQ, }, > { "HTS541010G9SA00", "MBZOC60D", ATA_HORKAGE_NONCQ, }, > + { "FUJITSU MHW2160BH PL", "0084001E", ATA_HORKAGE_NONCQ, }, > > /* devices which puke on READ_NATIVE_MAX */ > { "HDS724040KLSA80", "KFAOA20N", ATA_HORKAGE_BROKEN_HPA, }, NACK, this report is based on spurious NCQ completions in ahci which were found to be bogus and the detection was removed in later kernels.