linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH 8/8] ata: add ATA_MWDMA* and ATA_SWDMA* defines
Date: Fri, 31 Aug 2007 04:01:15 -0400	[thread overview]
Message-ID: <46D7CACB.6070400@garzik.org> (raw)
In-Reply-To: <200708271935.22751.bzolnier@gmail.com>

Bartlomiej Zolnierkiewicz wrote:
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
> ---
>  include/linux/ata.h |   13 +++++++++++++
>  1 file changed, 13 insertions(+)
> 
> Index: b/include/linux/ata.h
> ===================================================================
> --- a/include/linux/ata.h
> +++ b/include/linux/ata.h
> @@ -73,6 +73,19 @@ enum {
>  	ATA_PIO5		= ATA_PIO4 | (1 << 5),
>  	ATA_PIO6		= ATA_PIO5 | (1 << 6),
>  
> +	ATA_SWDMA0		= (1 << 0),
> +	ATA_SWDMA1		= ATA_SWDMA0 | (1 << 1),
> +	ATA_SWDMA2		= ATA_SWDMA1 | (1 << 2),
> +
> +	ATA_SWDMA2_ONLY		= (1 << 2),
> +
> +	ATA_MWDMA0		= (1 << 0),
> +	ATA_MWDMA1		= ATA_MWDMA0 | (1 << 1),
> +	ATA_MWDMA2		= ATA_MWDMA1 | (1 << 2),
> +
> +	ATA_MWDMA12_ONLY	= (1 << 1) | (1 << 2),
> +	ATA_MWDMA2_ONLY		= (1 << 2),
> +
>  	ATA_UDMA0		= (1 << 0),
>  	ATA_UDMA1		= ATA_UDMA0 | (1 << 1),
>  	ATA_UDMA2		= ATA_UDMA1 | (1 << 2),

applied



       reply	other threads:[~2007-08-31  8:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <200708271935.22751.bzolnier@gmail.com>
2007-08-31  8:01 ` Jeff Garzik [this message]
2007-09-28 12:10 ` [PATCH 8/8] ata: add ATA_MWDMA* and ATA_SWDMA* defines Sergei Shtylyov

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=46D7CACB.6070400@garzik.org \
    --to=jeff@garzik.org \
    --cc=bzolnier@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).