From: Bartlomiej Zolnierkiewicz Date: Sat, 13 Oct 2007 15:47:50 +0000 (+0200) Subject: icside: use ide_tune_dma() X-Git-Tag: v2.6.24-rc1~1363^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=75d7d963e3dcf8a1410000ab246921709e276cd9;p=pandora-kernel.git icside: use ide_tune_dma() * Add "good DMA drives" hack for icside to ide-dma.c::ide_find_dma_mode() (in the long-term it should be either removed or generalized for all hosts). * Use ide_tune_dma() in icside.c::icside_dma_check(). This results in the following changes in behavior: - pre-EIDE SWDMA modes are now also respected - drive->autodma is checked instead of hwif->autodma (doesn't really matter as icside sets both to "1") * Make ide-dma.c::__ide_dma_good_drive() static and drop "__" prefix. Cc: Russell King Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed