From: Bartlomiej Zolnierkiewicz Date: Fri, 19 Oct 2007 22:32:30 +0000 (+0200) Subject: alim15x3: fix CD_ROM DMA and PIO FIFO settings setup X-Git-Tag: v2.6.24-rc1~128^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad221aa82c6f434c1d78bee1d485b5b69c626f8;p=pandora-kernel.git alim15x3: fix CD_ROM DMA and PIO FIFO settings setup * Setup CD_ROM DMA and PIO FIFO settings in init_chipset_ali15x3() instead of ata66_ali15x3(). The latter is called from init_hwif_common_ali15x3() only if DMA base exists (which insists m5529_revision > 0x20). This changes makes CD_ROM DMA / PIO FIFO bits being set only once and also when "idex=ata66" kernel parameter is used. * While at it move also chip_is_1543c_e setup from ata66_ali15x3() to init_chipset_ali15x3() and check if isa_dev exists before accessing it. * Bump driver version. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed