All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: linux-ide@vger.kernel.org, Pat LaVarre <p.lavarre@ieee.org>
Subject: Re: [PATCH] libata atapi work #2
Date: Fri, 14 May 2004 11:01:13 -0400	[thread overview]
Message-ID: <40A4DF39.8050409@pobox.com> (raw)
In-Reply-To: <200405141444.21700.bzolnier@elka.pw.edu.pl>

Bartlomiej Zolnierkiewicz wrote:
> Jeff, is this intentional?
> 
> @@ -2457,6 +2457,13 @@
>  		queue_work(ata_wq, &ap->pio_task);
>  		break;
>  
> +	case ATA_PROT_ATAPI:
> +	case ATA_PROT_ATAPI_DMA:
> +		ap->ops->tf_load(ap, &qc->tf);	 /* load tf registers */
> +		ap->ops->bmdma_setup(qc);	    /* set up bmdma */
> +		queue_work(ata_wq, &ap->packet_task);
> +		break;

yeah, caught and fixed that...

	Jeff





      reply	other threads:[~2004-05-14 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-14  1:34 [PATCH] libata atapi work #2 Jeff Garzik
2004-05-14 12:44 ` Bartlomiej Zolnierkiewicz
2004-05-14 15:01   ` 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=40A4DF39.8050409@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=B.Zolnierkiewicz@elka.pw.edu.pl \
    --cc=linux-ide@vger.kernel.org \
    --cc=p.lavarre@ieee.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.