Commit b862bb73 authored by Andrew Morton's avatar Andrew Morton Committed by Jeff Garzik

[PATCH] sata_sil mod15 quirk with Seagate ST3120026AS

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: default avatarAndrew Morton <akpm@osdl.org>
parent a034f8d6
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment