From: Sergei Shtylyov <sshtylyov@ru.mvista.com>
To: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Cc: linux-ide@vger.kernel.org, Jeff Garzik <jeff@garzik.org>
Subject: Re: [PATCH 8/8] ata: add ATA_MWDMA* and ATA_SWDMA* defines
Date: Fri, 28 Sep 2007 16:10:56 +0400 [thread overview]
Message-ID: <46FCEF50.4060200@ru.mvista.com> (raw)
In-Reply-To: <200708271935.22751.bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz wrote:
> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
> 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),
Hm, specially for PIIX/ICH? :-)
> + ATA_MWDMA0 = (1 << 0),
> + ATA_MWDMA1 = ATA_MWDMA0 | (1 << 1),
> + ATA_MWDMA2 = ATA_MWDMA1 | (1 << 2),
> +
> + ATA_MWDMA12_ONLY = (1 << 1) | (1 << 2),
For PIIX/ICH, I see...
> + ATA_MWDMA2_ONLY = (1 << 2),
We still have such? Ah, must be sgiioc4...
MBR, Sergei
prev parent reply other threads:[~2007-09-28 12:11 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 ` [PATCH 8/8] ata: add ATA_MWDMA* and ATA_SWDMA* defines Jeff Garzik
2007-09-28 12:10 ` Sergei Shtylyov [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=46FCEF50.4060200@ru.mvista.com \
--to=sshtylyov@ru.mvista.com \
--cc=bzolnier@gmail.com \
--cc=jeff@garzik.org \
--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 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.