linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata-core: blacklist HITACHI HDS drives using wildcard blacklist matching
@ 2007-09-28 19:29 David Milburn
  2007-09-29  6:23 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: David Milburn @ 2007-09-28 19:29 UTC (permalink / raw)
  To: jeff; +Cc: linux-ide, dmilburn

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 },
 
 	/* Blacklist entries taken from Silicon Image 3124/3132
 	   Windows driver .inf file - also several Linux problem reports */

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libata-core: blacklist HITACHI HDS drives using wildcard blacklist matching
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2007-09-29  6:23 UTC (permalink / raw)
  To: David Milburn; +Cc: linux-ide

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-09-29  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).