linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Tejun Heo <htejun@gmail.com>
Cc: axboe@suse.de, linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata-dev-2.6-ncq: lengthen COMMRESET delay
Date: Tue, 28 Jun 2005 00:07:04 -0400	[thread overview]
Message-ID: <42C0CCE8.4040601@pobox.com> (raw)
In-Reply-To: <20050626142719.GA24968@htj.dyndns.org>

Tejun Heo wrote:
>  Hello, Jeff.
>  Hello, Jens.
> 
>  This is the first patch of a series of updates to the ncq head of
> libata-dev-2.6 tree.  The first six patches (including this one) are
> independent misc updates/fixes, so I'm posting each of those patches
> as a separate mail.  After the six patches, a patchset consisted of 8
> patches follows which moves most of NCQ completion/error-handling to
> libata-core layer and implements proper error-handling.
> 
>  This patch lengthens the delay between DET setting and clearing for
> COMMRESET from 400us to 1ms.  I couldn't find any requiremen regarding
> the duration of COMMRESET in SATA I/II specs but AHCI-1.1 10.4.2
> states that it should be at least 1ms.
> 
>  Signed-off-by: Tejun Heo <htejun@gmail.com>
> 
> Index: work/drivers/scsi/libata-core.c
> ===================================================================
> --- work.orig/drivers/scsi/libata-core.c	2005-06-26 20:59:05.000000000 +0900
> +++ work/drivers/scsi/libata-core.c	2005-06-26 21:06:01.000000000 +0900
> @@ -1444,7 +1444,9 @@ void __sata_phy_reset(struct ata_port *a
>  	if (ap->flags & ATA_FLAG_SATA_RESET) {
>  		/* issue phy wake/reset */
>  		scr_write_flush(ap, SCR_CONTROL, 0x301);
> -		udelay(400);			/* FIXME: a guess */
> +		/* Couldn't find anything in SATA I/II specs, but
> +		 * AHCI-1.1 10.4.2 says at least 1 ms. */
> +		msleep(1);

applied, though I changed msleep to mdelay, since this code has not had 
wide testing.

I would like to see some testing on other controllers, before we make 
the mdelay->msleep transition.

	Jeff




      parent reply	other threads:[~2005-06-28  4:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-26 14:27 [PATCH] libata-dev-2.6-ncq: lengthen COMMRESET delay Tejun Heo
2005-06-26 17:19 ` Jeff Garzik
2005-06-28  4:07 ` Jeff Garzik [this message]

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=42C0CCE8.4040601@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=axboe@suse.de \
    --cc=htejun@gmail.com \
    --cc=linux-ide@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).