]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] sata_sil mod15 quirk with Seagate ST3120026AS
authorAndrew Morton <akpm@osdl.org>
Wed, 20 Oct 2004 00:27:39 +0000 (20:27 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 20 Oct 2004 00:27:39 +0000 (20:27 -0400)
From: <stuart@cybertherial.com>

Hardware Environment: AMD64, sil3512 controller on m/b.  Harddrive: Seagate
120GB ST3120026AS

Problem Description: Drive would lock when writing large files, eg video
from firewire, audio editing.  Checked dmesg, was obviously the sata drive.

Have added the drive to the blacklist in sata_sil.c and the problem seems
to have disappeared.

Is there a good test to verify that the mod15 bug is really the problem?

Signed-off-by: Andrew Morton <akpm@osdl.org>
drivers/scsi/sata_sil.c

index 9a349a9be37e736f05debdf171449b82e343763a..ac5d7a6b76e3c76fd0a118a1cfb13f9b2a56b290 100644 (file)
@@ -87,6 +87,7 @@ struct sil_drivelist {
        { "ST380023AS",         SIL_QUIRK_MOD15WRITE },
        { "ST3120023AS",        SIL_QUIRK_MOD15WRITE },
        { "ST3160023AS",        SIL_QUIRK_MOD15WRITE },
+       { "ST3120026AS",        SIL_QUIRK_MOD15WRITE },
        { "ST340014ASL",        SIL_QUIRK_MOD15WRITE },
        { "ST360014ASL",        SIL_QUIRK_MOD15WRITE },
        { "ST380011ASL",        SIL_QUIRK_MOD15WRITE },