From: Bartlomiej Zolnierkiewicz Date: Mon, 20 Aug 2007 20:42:55 +0000 (+0200) Subject: ide: config_drive_for_dma() fixes X-Git-Tag: v2.6.23-rc4~102^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1116fae5fdfa80c6744a9b5d75fb3ef687a69b19;p=pandora-kernel.git ide: config_drive_for_dma() fixes * Add DMA blacklist checking (->ide_dma_on check probably can go now). * Add ->atapi_dma flag checking and remove no longer needed ns87415_ide_dma_check() from ns87415 host driver. * Remove now needless __ide_dma_check() wrapper and symbol export. * Check drive->autodma instead of hwif->autodma (there should be no changes in behavior as all users of config_drive_for_dma() set both ->autodma flags). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed