From: Jeff Garzik <jgarzik@pobox.com>
To: Martin Alexander Hammer <mha@mha.dyndns.dk>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Corruption and crashes with SIL3112A SATA chipset
Date: Sat, 19 Jun 2004 16:44:27 -0400 [thread overview]
Message-ID: <40D4A5AB.9060105@pobox.com> (raw)
In-Reply-To: <1087668387.1972.72.camel@idoru>
Martin Alexander Hammer wrote:
> Hi,
>
> I'm experiencing both data corruption and crashes when using an SATA
> controller with the SIL3112A chipset. The controller itself is a "Syba"
> PCI adapter with two SATA-150 connectors:
>
> http://www.syba.com/us/en/product/43/02/03/index.html
>
> Two 200GB Seagate disks are connected to the adapter, and I have tested
> it in two different machines, by trying to store 180GB of data on each
> drive. Here's a list of the combinations of kernels and drivers, that I
> have tried, and what the outcome was:
Does it help to add the Seagate disk model number to the blacklist in
sata_sil.c?
/* TODO firmware versions should be added - eric */
struct sil_drivelist {
const char * product;
unsigned int quirk;
} sil_blacklist [] = {
{ "ST320012AS", SIL_QUIRK_MOD15WRITE },
{ "ST330013AS", SIL_QUIRK_MOD15WRITE },
{ "ST340017AS", SIL_QUIRK_MOD15WRITE },
{ "ST360015AS", SIL_QUIRK_MOD15WRITE },
{ "ST380023AS", SIL_QUIRK_MOD15WRITE },
{ "ST3120023AS", SIL_QUIRK_MOD15WRITE },
{ "ST340014ASL", SIL_QUIRK_MOD15WRITE },
[...]
next prev parent reply other threads:[~2004-06-19 20:44 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-19 18:06 Corruption and crashes with SIL3112A SATA chipset Martin Alexander Hammer
2004-06-19 20:44 ` Jeff Garzik [this message]
2004-06-19 23:05 ` Martin Alexander Hammer
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=40D4A5AB.9060105@pobox.com \
--to=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mha@mha.dyndns.dk \
/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.