From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: Resets on sil3124 & sil3726 PMP Date: Wed, 22 Aug 2007 15:39:19 +0900 Message-ID: <46CBDA17.6010009@gmail.com> References: <46C5E3A6.9020907@gmail.com> <98147300-A282-4909-A393-079365833BD8@infogears.com> <46CBA78D.2070405@gmail.com> <46CBCD18.7070507@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------070501090101010608060108" Return-path: Received: from rv-out-0910.google.com ([209.85.198.184]:15440 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752774AbXHVGjZ (ORCPT ); Wed, 22 Aug 2007 02:39:25 -0400 Received: by rv-out-0910.google.com with SMTP id k20so70267rvb for ; Tue, 21 Aug 2007 23:39:24 -0700 (PDT) In-Reply-To: Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Rusty Conover Cc: linux-ide@vger.kernel.org This is a multi-part message in MIME format. --------------070501090101010608060108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Does the attached patch make any difference? -- tejun --------------070501090101010608060108 Content-Type: text/plain; name="debug2" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="debug2" --- drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) Index: work1/drivers/ata/libata-core.c =================================================================== --- work1.orig/drivers/ata/libata-core.c +++ work1/drivers/ata/libata-core.c @@ -6211,6 +6211,7 @@ int sata_link_init_spd(struct ata_link * spd = (scontrol >> 4) & 0xf; if (spd) link->hw_sata_spd_limit &= (1 << spd) - 1; + link->hw_sata_spd_limit = 1 link->sata_spd_limit = link->hw_sata_spd_limit; --------------070501090101010608060108--