Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756977AbXJKMPt (ORCPT ); Thu, 11 Oct 2007 08:15:49 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752249AbXJKMPj (ORCPT ); Thu, 11 Oct 2007 08:15:39 -0400 Received: from ns1.q-leap.de ([153.94.51.193]:49690 "EHLO mail.q-leap.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751681AbXJKMPh (ORCPT ); Thu, 11 Oct 2007 08:15:37 -0400 From: Bernd Schubert To: Jeff Garzik Subject: [PATCH 1/3] Re: sil3114 data corruption Date: Thu, 11 Oct 2007 14:15:34 +0200 User-Agent: KMail/1.9.6 Cc: linux-ide@vger.kernel.org, linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org, Bernd Schubert References: <200710081709.18253.bs@q-leap.de> <200710101112.20448.bs@q-leap.de> <200710111409.56210.bs@q-leap.de> In-Reply-To: <200710111409.56210.bs@q-leap.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710111415.35203.bs@q-leap.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1113 Lines: 32 This will add the Seagate ST3250820AS to the mod15 blacklist. I think this is rather trivial and should go into any any release as soon as possible, since there will be data corruption without it for this disk. Signed-off-by: Bernd Schubert Index: linux-2.6.23-rc9/drivers/ata/sata_sil.c =================================================================== --- linux-2.6.23-rc9.orig/drivers/ata/sata_sil.c 2007-10-11 10:44:57.000000000 +0200 +++ linux-2.6.23-rc9/drivers/ata/sata_sil.c 2007-10-11 10:45:02.000000000 +0200 @@ -151,6 +151,7 @@ static const struct sil_drivelist { { "ST380011ASL", SIL_QUIRK_MOD15WRITE }, { "ST3120022ASL", SIL_QUIRK_MOD15WRITE }, { "ST3160021ASL", SIL_QUIRK_MOD15WRITE }, + { "ST3250820AS", SIL_QUIRK_MOD15WRITE }, { "Maxtor 4D060H3", SIL_QUIRK_UDMA5MAX }, { } }; -- Bernd Schubert Q-Leap Networks GmbH - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/