linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Marcelo Penna Guerra <eu@marcelopenna.org>
Cc: lkml <linux-kernel@vger.kernel.org>, Andre Hedrick <andre@linux-ide.org>
Subject: Re: [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2
Date: 31 Jul 2003 16:58:47 +0100	[thread overview]
Message-ID: <1059667126.16608.40.camel@dhcp22.swansea.linux.org.uk> (raw)
In-Reply-To: <200307311449.43853.eu@marcelopenna.org>

On Iau, 2003-07-31 at 18:49, Marcelo Penna Guerra wrote:
> if (!is_sata(hwif)) 
>        hwif->atapi_dma = 1;
> 
> and DMA is not enabled by default.
> 
> I think it should be:
> 
> if (is_sata(hwif)) 
>        hwif->atapi_dma = 1;
> 
> With this DMA is enabled by default on my board and works great.

You've accidentally worked around a different bug


  parent reply	other threads:[~2003-07-31 16:02 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-31 17:49 [PATCH] Merge the changes from siimage 2.4.22-pre9 to 2.6.0-test2 Marcelo Penna Guerra
2003-07-31 15:25 ` Bartlomiej Zolnierkiewicz
2003-07-31 19:32   ` Marcelo Penna Guerra
2003-07-31 17:19     ` Alan Cox
2003-07-31 17:24     ` Bartlomiej Zolnierkiewicz
2003-08-02  8:29   ` Andre Hedrick
2003-07-31 15:58 ` Alan Cox [this message]
2003-08-07  9:49 CASINO_E
2003-08-07 12:29 ` Alan Cox
2003-08-07 13:35   ` Bartlomiej Zolnierkiewicz
2003-08-07 15:53     ` Alan Cox

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=1059667126.16608.40.camel@dhcp22.swansea.linux.org.uk \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=andre@linux-ide.org \
    --cc=eu@marcelopenna.org \
    --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 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).