From: Jeff Garzik <jgarzik@pobox.com>
To: Albert Lee <albertcc@tw.ibm.com>
Cc: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>,
Doug Maxey <dwm@maxeymade.com>, Jens Axboe <axboe@suse.de>,
Linux IDE <linux-ide@vger.kernel.org>
Subject: Re: [PATCH 2/2] libata-2.6: Ignore interrupt before the ATAPI CDB is sent to the device
Date: Mon, 27 Jun 2005 23:06:36 -0400 [thread overview]
Message-ID: <42C0BEBC.9080900@pobox.com> (raw)
In-Reply-To: <428877F4.5050405@tw.ibm.com>
Albert Lee wrote:
>
> Jeff:
>
>>
>> There is an additional complication:
>>
>> As specified in IDENTIFY PACKET DEVICE Word 0, in some older ATAPI
>> devices, the device will assert an interrupt after the CDB has been
>> submitted to the device.
>>
>> Your patch is moving in the right direction... but I think we should
>> check Word 0 and perform actions accordingly, as some ATAPI devices
>> appear to expect it.
>
>
> I didn't consider this case.
> Just take a look at the ATA-4 draft spec:
>
> http://www.t13.org/project/d1153r18-ATA-ATAPI-4.pdf
> (Fig. 16, page. 236)
> "Some devices prior to ATA/ATAPI-4 assert INTRQ if enabled at this
> point. See
> IDENTIFY PACKET DEVICE, word 0, bits 5-6 to determine if an interrupt
> will occur."
>
> The interrupt seems to be after PACKET but before CDB is sent.
> It looks like a good news, since the previous patch can almost handle
> such interrupt.
> We can add IDENTIFY PACKET DEVICE Word 0 checking, if bit 6-5 is 01,
> then we return irq_handled
> instead of ignoring the interrupt. Attached please find the revised
> patch for your review.
>
>
>>
>> I wonder if your ATAPI device is one of these?
>>
>
> My ATAPI devices at hand do not generate the interrupt before CDB is sent.
> (I wish I have one to test this patch.)
> The unexpected interrupt is caused by a pdc2027x hardware problem:
> When both primary/secondary channels of the pdc20275 are stressed,
> sometimes the interrupt in the 2nd channel will cause the ATA_DMA_INTR
> bit of the 1st
> channel to be set. If only 1 channel is used, the unexpected interrupt
> is never seen.
>
>
> Albert
>
> Signed-off-by: Albert Lee <albertcc@tw.ibm.com>
You don't need to ignore the interrupt. If you follow the host state
machine, you need a cycle through INTRQ->check-status states, before
proceeding with the rest of the transaction.
Jeff
next prev parent reply other threads:[~2005-06-28 3:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-29 9:27 [PATCH 0/2] libata-2.6: Fix races caused by the interrupt handler Albert Lee
2005-04-29 9:34 ` [PATCH 1/2] libata-2.6: Prevent the interrupt handler from completing a command twice Albert Lee
2005-05-15 22:47 ` Jeff Garzik
2005-04-29 9:39 ` [PATCH 2/2] libata-2.6: Ignore interrupt before the ATAPI CDB is sent to the device Albert Lee
2005-05-15 22:49 ` Jeff Garzik
2005-05-16 10:37 ` Albert Lee
2005-06-08 8:02 ` [PATCH 1/1] libata: Handle ATAPI interrupt before CDB is sent Albert Lee
2005-06-08 10:01 ` Bartlomiej Zolnierkiewicz
2005-06-08 12:17 ` Albert Lee
2005-06-09 7:13 ` Albert Lee
2005-06-28 3:06 ` Jeff Garzik [this message]
2005-06-28 10:05 ` [PATCH 2/2] libata-2.6: Ignore interrupt before the ATAPI CDB is sent to the device Albert Lee
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=42C0BEBC.9080900@pobox.com \
--to=jgarzik@pobox.com \
--cc=albertcc@tw.ibm.com \
--cc=axboe@suse.de \
--cc=bzolnier@gmail.com \
--cc=dwm@maxeymade.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).