From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:39 +0000 (+0100) Subject: ide: use ata_tf_protocols enums X-Git-Tag: v2.6.30-rc1~623^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfb991c6943c810175376b58d1c29cfe532541b;p=pandora-kernel.git ide: use ata_tf_protocols enums * Add IDE_TFLAG_MULTI_PIO taskfile flag and set it for commands using multi-PIO protocol. * Use ata_tf_protocols enums instead of TASKFILE_* defines to denote command's protocol and then rename ->data_phase field to ->protocol. * Remove no longer needed includes. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed