All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libata-core: unblacklist HITACHI drives
@ 2008-02-04 18:24 David Milburn
  2008-02-06 12:04 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: David Milburn @ 2008-02-04 18:24 UTC (permalink / raw)
  To: jeff; +Cc: linux-ide

The HITACHI HDS7250SASUN500G and HITACHI HDS7225SBSUN250 drives
do not need to be blacklisted, the NCQ problem has been resolved
with the "sata_nv: fix for completion handling" patch.

Signed-off-by David Milburn <dmilburn@redhat.com>
---

 libata-core.c |    2 --
 1 files changed, 2 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index bdbd55a..ba5406e 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4154,8 +4154,6 @@ 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*", NULL,    ATA_HORKAGE_NONCQ },
-	{ "HITACHI HDS7225SBSUN250G*", NULL,    ATA_HORKAGE_NONCQ },
 	{ "ST380817AS",		"3.42",		ATA_HORKAGE_NONCQ },
 	{ "ST3160023AS",	"3.42",		ATA_HORKAGE_NONCQ },
 

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

* Re: [PATCH] libata-core: unblacklist HITACHI drives
  2008-02-04 18:24 [PATCH] libata-core: unblacklist HITACHI drives David Milburn
@ 2008-02-06 12:04 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-02-06 12:04 UTC (permalink / raw)
  To: David Milburn; +Cc: linux-ide

David Milburn wrote:
> The HITACHI HDS7250SASUN500G and HITACHI HDS7225SBSUN250 drives
> do not need to be blacklisted, the NCQ problem has been resolved
> with the "sata_nv: fix for completion handling" patch.
> 
> Signed-off-by David Milburn <dmilburn@redhat.com>
> ---
> 
>  libata-core.c |    2 --
>  1 files changed, 2 deletions(-)
> 
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index bdbd55a..ba5406e 100644
> --- a/drivers/ata/libata-core.c
> +++ b/drivers/ata/libata-core.c
> @@ -4154,8 +4154,6 @@ 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*", NULL,    ATA_HORKAGE_NONCQ },
> -	{ "HITACHI HDS7225SBSUN250G*", NULL,    ATA_HORKAGE_NONCQ },
>  	{ "ST380817AS",		"3.42",		ATA_HORKAGE_NONCQ },
>  	{ "ST3160023AS",	"3.42",		ATA_HORKAGE_NONCQ },

applied



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

end of thread, other threads:[~2008-02-06 12:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-04 18:24 [PATCH] libata-core: unblacklist HITACHI drives David Milburn
2008-02-06 12:04 ` Jeff Garzik

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.