linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] sata_sil mod15 quirk with Seagate ST380013AS
@ 2005-02-01  5:39 Daniel E. Markle
  2005-02-06  2:29 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel E. Markle @ 2005-02-01  5:39 UTC (permalink / raw)
  To: jgarzik; +Cc: linux-ide

[-- Attachment #1: Type: text/plain, Size: 281 bytes --]

Hardware Environment:
AMD64, onboard SiI 3114 controller

Drive Model:
Seagate 80GB ST380013AS

Problem:
Drive would lock up whenever the disk was used heavily.

Applied attached patch to add it to the "mod15" blacklist which seems to 
have fixed the problem.

--
Daniel E. Markle

[-- Attachment #2: 20050131-seagate-sata-3114.diff --]
[-- Type: text/x-patch, Size: 539 bytes --]

diff -urN linux.orig/drivers/scsi/sata_sil.c linux/drivers/scsi/sata_sil.c
--- linux.orig/drivers/scsi/sata_sil.c	2005-01-31 09:49:03.488652904 -0500
+++ linux/drivers/scsi/sata_sil.c	2005-01-31 09:52:28.165537288 -0500
@@ -84,6 +84,7 @@
 	{ "ST330013AS",		SIL_QUIRK_MOD15WRITE },
 	{ "ST340017AS",		SIL_QUIRK_MOD15WRITE },
 	{ "ST360015AS",		SIL_QUIRK_MOD15WRITE },
+	{ "ST380013AS",		SIL_QUIRK_MOD15WRITE },
 	{ "ST380023AS",		SIL_QUIRK_MOD15WRITE },
 	{ "ST3120023AS",	SIL_QUIRK_MOD15WRITE },
 	{ "ST3160023AS",	SIL_QUIRK_MOD15WRITE },

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

* Re: [PATCH] sata_sil mod15 quirk with Seagate ST380013AS
  2005-02-01  5:39 [PATCH] sata_sil mod15 quirk with Seagate ST380013AS Daniel E. Markle
@ 2005-02-06  2:29 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2005-02-06  2:29 UTC (permalink / raw)
  To: Daniel E. Markle; +Cc: linux-ide

applied


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

end of thread, other threads:[~2005-02-06  2:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-01  5:39 [PATCH] sata_sil mod15 quirk with Seagate ST380013AS Daniel E. Markle
2005-02-06  2:29 ` 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).