From: Borislav Petkov Date: Fri, 10 Oct 2008 20:39:35 +0000 (+0200) Subject: ide-floppy: use scatterlists for pio transfers X-Git-Tag: v2.6.28-rc1~710^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b98b3409abb697321d1b53e3e96a14243fe9fc79;p=pandora-kernel.git ide-floppy: use scatterlists for pio transfers Use hwif->sg_table for pio transfers instead of fumbling with block layer internals in the driver. Also, make debug statements more informative in .._do_request() while at it. Signed-off-by: Borislav Petkov [bart: fixup pc->b_count in idefloppy_blockpc_cmd()] [bart: add missing include (noticed by Stephen Rothwell)] [bart: map hwif->sg_{table,nents} on pc->{sg,sg_cnt} (multi-IRQs-per-sg fix)] Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed