From: Jeff Garzik <jeff@garzik.org>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]: Check the right register for the DMA enabled flags
Date: Tue, 03 Jul 2007 10:10:25 -0400 [thread overview]
Message-ID: <468A58D1.4070802@garzik.org> (raw)
In-Reply-To: <20070703151130.513fe2df@the-village.bc.nu>
Alan Cox wrote:
> Mirrors change in IT821X
>
> Signed-off-by: Alan Cox <alan@redhat.com>
>
> diff -u --new-file --exclude-from /usr/src/exclude --recursive linux.vanilla-2.6.22-rc6-mm1/drivers/ata/ata_generic.c linux-2.6.22-rc6-mm1/drivers/ata/ata_generic.c
> --- linux.vanilla-2.6.22-rc6-mm1/drivers/ata/ata_generic.c 2007-07-02 20:50:11.000000000 +0100
> +++ linux-2.6.22-rc6-mm1/drivers/ata/ata_generic.c 2007-07-02 21:02:10.000000000 +0100
> @@ -50,7 +50,7 @@
>
> /* Bits 5 and 6 indicate if DMA is active on master/slave */
> if (ap->ioaddr.bmdma_addr)
> - dma_enabled = ioread8(ap->ioaddr.bmdma_addr + ATA_DMA_CMD);
> + dma_enabled = ioread8(ap->ioaddr.bmdma_addr + ATA_DMA_STATUS);
applied
Please put driver or subsystem name in subject, to disambiguate. Email
subject goes straight into kernel changelog verbatim, and is in essence
a global namespace.
next prev parent reply other threads:[~2007-07-03 14:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-03 14:11 [PATCH]: Check the right register for the DMA enabled flags Alan Cox
2007-07-03 14:10 ` Jeff Garzik [this message]
2007-07-03 16:31 ` Randy Dunlap
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=468A58D1.4070802@garzik.org \
--to=jeff@garzik.org \
--cc=akpm@osdl.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@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.