linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Prevent interface errors with Seagate FreeAgent GoFlex
@ 2012-05-03 15:21 Daniel J Blueman
  2012-05-03 21:23 ` Martin Mokrejs
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Daniel J Blueman @ 2012-05-03 15:21 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-ide, linux-kernel, Daniel J Blueman

When connected by the optional eSATAp cable, various interface errors
occur with my new external Seagate FreeAgent GoFlex (firmware 0110) until
the interface is forced to 1.5Gbps mode. Blacklist 3.0Gbps mode with it
to avoid the error messages, delays and dataloss potential.

Signed-off-by: Daniel J Blueman <daniel@quora.org>
---
 drivers/ata/libata-core.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 28db50b..0781510 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -4119,6 +4119,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
 
 	/* Devices which aren't very happy with higher link speeds */
 	{ "WD My Book",			NULL,	ATA_HORKAGE_1_5_GBPS, },
+	{ "Seagate FreeAgent GoFlex",	NULL,	ATA_HORKAGE_1_5_GBPS, },
 
 	/*
 	 * Devices which choke on SETXFER.  Applies only if both the
-- 
1.7.9.5


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

end of thread, other threads:[~2012-07-23  4:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 15:21 [PATCH] Prevent interface errors with Seagate FreeAgent GoFlex Daniel J Blueman
2012-05-03 21:23 ` Martin Mokrejs
2012-05-04  2:44   ` Daniel J Blueman
2012-05-14 16:11 ` Daniel J Blueman
2012-07-23  4:22 ` [PATCH, repost] " Daniel J Blueman

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).