Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261766AbVBOQIj (ORCPT ); Tue, 15 Feb 2005 11:08:39 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261771AbVBOQHq (ORCPT ); Tue, 15 Feb 2005 11:07:46 -0500 Received: from centaur.culm.net ([83.16.203.166]:22026 "EHLO centaur.culm.net") by vger.kernel.org with ESMTP id S261769AbVBOQGu convert rfc822-to-8bit (ORCPT ); Tue, 15 Feb 2005 11:06:50 -0500 From: Witold Krecicki To: linux-kernel@vger.kernel.org Subject: sil_blacklist - are all those entries necessary? Date: Tue, 15 Feb 2005 17:06:04 +0100 User-Agent: KMail/1.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8BIT Content-Disposition: inline Message-Id: <200502151706.04846.adasi@kernel.pl> X-Spam-Score: -4.9 (----) X-Scan-Signature: c42221d957bd9275d9a0590d6045215c Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1429 Lines: 31 in sata_sil.c there is: 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 }, { "ST3160023AS", SIL_QUIRK_MOD15WRITE }, { "ST3120026AS", SIL_QUIRK_MOD15WRITE }, { "ST340014ASL", SIL_QUIRK_MOD15WRITE }, { "ST360014ASL", SIL_QUIRK_MOD15WRITE }, { "ST380011ASL", SIL_QUIRK_MOD15WRITE }, { "ST3120022ASL", SIL_QUIRK_MOD15WRITE }, { "ST3160021ASL", SIL_QUIRK_MOD15WRITE }, { "Maxtor 4D060H3", SIL_QUIRK_UDMA5MAX }, { } }; I've got ST3120026AS and I've been using it with SIL3112 without this hack for a long time - without any negative effects. The same impression on ST3200822AS - is there any way to check if it is REALLY necessary? 15MB/s is not what I'd expect on SATA... -- Witold Kr?cicki (adasi) adasi [at] culm.net GPG key: 7AE20871 http://www.culm.net - 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/