linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pat LaVarre <p.lavarre@ieee.org>
To: jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] libata atapi work #5
Date: 14 May 2004 12:42:47 -0600	[thread overview]
Message-ID: <1084560167.8752.7.camel@patibmrh9> (raw)

> -				if (qc && ((qc->flags & ATA_QCFLAG_POLL) == 0))
> +				if (qc && (!(qc->tf.ctl & ATA_NIEN)))
> ...
> -	ATA_QCFLAG_POLL		= (1 << 5), /* polling, no interrupts */

Back in PATA, when I set x02 ATA_NIEN, I mis/remember I saw INTRQ float,
rather than becoming reliably deasserted.

Is life better in SATA?

Pat LaVarre



             reply	other threads:[~2004-05-14 18:43 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-14 18:42 Pat LaVarre [this message]
2004-05-14 19:09 ` [PATCH] libata atapi work #5 Jeff Garzik
2004-05-14 19:27   ` Pat LaVarre
2004-05-14 19:47     ` Jeff Garzik
2004-05-14 20:00       ` Pat LaVarre
2004-05-14 20:14         ` Leon Woestenberg
2004-05-14 20:15         ` Jeff Garzik
2004-05-14 20:23           ` Leon Woestenberg
2004-05-14 20:29             ` Jeff Garzik
2004-05-14 23:09           ` Pat LaVarre
2004-05-15  0:01           ` Jeff Garzik
  -- strict thread matches above, loose matches on Subject: below --
2004-05-14 18:26 Jeff Garzik

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=1084560167.8752.7.camel@patibmrh9 \
    --to=p.lavarre@ieee.org \
    --cc=jgarzik@pobox.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).