"PowerMac IDE DMA support"

From: Nicolas Vollmar
Date: Thu May 06 2004 - 10:40:17 EST


Hi

I tried to compile a new Kernel on my iBook and get a compile Error from the
IDE PMAC Driver. I had some time to find out that "Generic PCI bus-master DMA
support" is needed to compile cleanly.

It may be better if BLK_DEV_IDEDMA_PMAC depends on BLK_DEV_IDEDMA_PCI?

mfg
Nicolas Vollmar


diff -Nru linux-2.6.5-rc3/drivers/ide/Kconfig
linux-2.6.5-rc3-1/drivers/ide/Kconfig
--- linux-2.6.5-rc3/drivers/ide/Kconfig 2004-04-04 03:37:06.000000000 +0000
+++ linux-2.6.5-rc3-1/drivers/ide/Kconfig 2004-05-06 17:17:45.225351696 +0000
@@ -826,7 +826,7 @@

config BLK_DEV_IDEDMA_PMAC
bool "PowerMac IDE DMA support"
- depends on BLK_DEV_IDE_PMAC
+ depends on BLK_DEV_IDE_PMAC && BLK_DEV_IDEDMA_PCI
help
This option allows the driver for the built-in IDE controller on
Power Macintoshes and PowerBooks to use DMA (direct memory access)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/