lkml.org 
[lkml]   [1999]   [Jun]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectpatch: minor fix for ide-pci.c
In patch-2.3.7 the CONFIG_IDEDMA_AUTO variable was renamed to
CONFIG_IDEDMA_PCI_AUTO in drivers/block/Config.in, but the _use_
of the variable in drivers/block/ide-pci.c wasn't changed, with
predictable results (autodma doesn't work any more). The following
trivial patch fixes this:

--- linux-2.3.9-pre1/drivers/block/ide-pci.c.orig Sat May 15 23:12:20 1999
+++ linux-2.3.9-pre1/drivers/block/ide-pci.c Thu Jun 24 20:17:23 1999
@@ -366,7 +366,7 @@
byte tmp = 0;
ide_hwif_t *hwif, *mate = NULL;

-#ifdef CONFIG_IDEDMA_AUTO
+#ifdef CONFIG_IDEDMA_PCI_AUTO
autodma = 1;
#endif
check_if_enabled:

/Mikael

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.210 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site