From: Kasper Dupont <kasperd@daimi.au.dk>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-kernel@vger.kernel.org, Andre Hedrick <andre@linux-ide.org>
Subject: Re: Linux 2.4.19-rc1-ac5
Date: Mon, 29 Jul 2002 15:58:27 +0200 [thread overview]
Message-ID: <3D454A03.363B1BA4@daimi.au.dk> (raw)
In-Reply-To: 1027944055.842.29.camel@irongate.swansea.linux.org.uk
Alan Cox wrote:
>
> On Mon, 2002-07-29 at 00:06, Kasper Dupont wrote:
> roc;
> > #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.
> >
>
> I'll take a look. That looks like an escaped piece of history
Hmm, I don't see where the historic part of this is.
It looks like it is a new option, but there is just
no way to enable it. Before the change the code would
work as if the option was enabled.
FYI I'm currently using this workaround:
diff -Nur linux.old/drivers/ide/alim15x3.c linux.new/drivers/ide/alim15x3.c
--- linux.old/drivers/ide/alim15x3.c Mon Jul 29 02:56:13 2002
+++ linux.new/drivers/ide/alim15x3.c Mon Jul 29 02:57:07 2002
@@ -34,6 +34,9 @@
#include <linux/stat.h>
#include <linux/proc_fs.h>
+/* For some reason this is needed and cannot be enabled in .config */
+#define CONFIG_IDEDMA_AUTO
+
static int ali_get_info(char *buffer, char **addr, off_t offset, int count);
extern int (*ali_display_info)(char *, char **, off_t, int); /* ide-proc.c */
static struct pci_dev *bmide_dev;
--
Kasper Dupont -- der bruger for meget tid på usenet.
For sending spam use mailto:razrep@daimi.au.dk
or mailto:mcxumhvenwblvtl@skrammel.yaboo.dk
prev parent reply other threads:[~2002-07-29 13:55 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
2002-07-29 12:00 ` Alan Cox
2002-07-29 13:58 ` Kasper Dupont [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=3D454A03.363B1BA4@daimi.au.dk \
--to=kasperd@daimi.au.dk \
--cc=alan@lxorguk.ukuu.org.uk \
--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