All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: David Milburn <dmilburn@redhat.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata-core: blacklist HITACHI HDS drives using wildcard blacklist matching
Date: Sat, 29 Sep 2007 02:23:43 -0400	[thread overview]
Message-ID: <46FDEF6F.8000000@garzik.org> (raw)
In-Reply-To: <20070928192906.GA28375@dhcp-210.hsv.redhat.com>

David Milburn wrote:
> Blacklist HITACHI HDS7250SASUN500G and HITACHI HDS7225SBSUN250G
> drives using wildcard matching.
> 
> Signed-off-by David Milburn <dmilburn@redhat.com>
> ---
> 
>  libata-core.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index fd4563d..d6319ec 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -3878,8 +3878,8 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
>  	/* NCQ is broken */
>  	{ "Maxtor *",		"BANC*",	ATA_HORKAGE_NONCQ },
>  	{ "Maxtor 7V300F0",	"VA111630",	ATA_HORKAGE_NONCQ },
> -	{ "HITACHI HDS7250SASUN500G 0621KTAWSD", "K2AOAJ0AHITACHI",
> -	  ATA_HORKAGE_NONCQ },
> +	{ "HITACHI HDS7250SASUN500G*", NULL,    ATA_HORKAGE_NONCQ },
> +	{ "HITACHI HDS7225SBSUN250G*", NULL,    ATA_HORKAGE_NONCQ },

applied



      reply	other threads:[~2007-09-29  6:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-28 19:29 [PATCH] libata-core: blacklist HITACHI HDS drives using wildcard blacklist matching David Milburn
2007-09-29  6:23 ` Jeff Garzik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46FDEF6F.8000000@garzik.org \
    --to=jeff@garzik.org \
    --cc=dmilburn@redhat.com \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.