public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Kasper Dupont <kasperd@daimi.au.dk>
To: linux-kernel@vger.kernel.org, Andre Hedrick <andre@linux-ide.org>
Subject: Re: Linux 2.4.19-rc1-ac5
Date: Mon, 29 Jul 2002 01:06:02 +0200	[thread overview]
Message-ID: <3D4478DA.53CF8999@daimi.au.dk> (raw)
In-Reply-To: 3D35A554.5E7BBF59@daimi.au.dk

After many hours of trial and error I came to the
conclusion, that the problem must be in these lines
in the file drivers/ide/alim15x3.c

#ifdef CONFIG_BLK_DEV_IDEDMA
        if (m5229_revision >= 0x20) {
                /*
                 * M1543C or newer for DMAing
                 */
                hwif->dmaproc = &ali15x3_dmaproc;
#ifdef CONFIG_IDEDMA_AUTO
                if (!noautodma)
                        hwif->autodma = 1;
#endif /* CONFIG_IDEDMA_AUTO */
        }
#endif /* CONFIG_BLK_DEV_IDEDMA */

CONFIG_IDEDMA_AUTO will always be turned off by
make *config, but if I enable this option by
changing .config with a texteditor DMA actually
works.

This makes me ask the following questions?

1) Why can't CONFIG_IDEDMA_AUTO be enabled from
   make *config?

2) What would it take to fix that?

3) How come DMA works fine with autodma=1, but
   hdparm -d1 /dev/hda fails?

-- 
Kasper Dupont -- der bruger for meget tid på usenet.
For sending spam use mailto:razrep@daimi.au.dk
or mailto:mcxumhvenwblvtl@skrammel.yaboo.dk

  reply	other threads:[~2002-07-28 23:02 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-15 21:48 Linux 2.4.19-rc1-ac5 Alan Cox
2002-07-15 22:10 ` Rudmer van Dijk
2002-07-15 23:14   ` H. Peter Anvin
2002-07-15 23:25     ` Robert Love
2002-07-16  0:28     ` Alan Cox
2002-07-15 23:21       ` H. Peter Anvin
2002-07-15 23:29         ` Robert Love
2002-07-15 23:47           ` H. Peter Anvin
2002-07-16  6:46             ` Rudmer van Dijk
2002-07-16  4:01 ` Linux 2.4.19-rc1-ac5 -- Build error in mpparse.c Miles Lane
2002-07-16  4:14   ` Brandon Low
2002-07-16  7:54   ` Linux 2.4.19-rc1-ac5 -- Build error in mpparse.c (possible fix) khromy
2002-07-16  8:07     ` khromy
2002-07-16 10:09     ` Alan Cox
2002-07-16 11:45 ` Linux 2.4.19-rc1-ac5 Kasper Dupont
2002-07-16 17:07   ` Andre Hedrick
2002-07-16 17:13     ` Alan Cox
2002-07-19 20:36       ` Linux 2.4.19-rc2-ac2 Ian Soboroff
2002-07-19 21:02         ` Philippe Gramoullé
2002-07-22 13:03           ` mbs
2002-07-17 17:11   ` Linux 2.4.19-rc1-ac5 Kasper Dupont
2002-07-28 23:06     ` Kasper Dupont [this message]
2002-07-29 12:00       ` Alan Cox
2002-07-29 13:58         ` Kasper Dupont

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=3D4478DA.53CF8999@daimi.au.dk \
    --to=kasperd@daimi.au.dk \
    --cc=andre@linux-ide.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