From: Sergei Shtylyov Date: Wed, 8 Apr 2009 12:13:02 +0000 (+0200) Subject: ide: simplify 'struct ide_taskfile' X-Git-Tag: v2.6.30-rc2~91^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745483f10c6cefb303007c6873e2bfce54efa8ed;p=pandora-kernel.git ide: simplify 'struct ide_taskfile' Make 'struct ide_taskfile' cover only 8 register values and thus put two such fields ('tf' and 'hob') into 'struct ide_cmd', dropping unnecessary 'tf_array' field from it. This required changing the prototype of ide_get_lba_addr() and ide_tf_dump(). Signed-off-by: Sergei Shtylyov [bart: fix setting of ATA_LBA bit for LBA48 commands in __ide_do_rw_disk()] Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed