All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Daniel E. Markle" <syntax@pa.net>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [PATCH] sata_sil mod15 quirk with Seagate ST380013AS
Date: Tue, 01 Feb 2005 00:39:11 -0500	[thread overview]
Message-ID: <41FF15FF.7060503@pa.net> (raw)

[-- 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 },

             reply	other threads:[~2005-02-01  5:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-01  5:39 Daniel E. Markle [this message]
2005-02-06  2:29 ` [PATCH] sata_sil mod15 quirk with Seagate ST380013AS Jeff Garzik

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=41FF15FF.7060503@pa.net \
    --to=syntax@pa.net \
    --cc=jgarzik@pobox.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.