lkml.org 
[lkml]   [2004]   [May]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject"PowerMac IDE DMA support"
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:02    [W:1.455 / U:0.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site