From: Tejun Heo Date: Thu, 10 Aug 2006 07:59:07 +0000 (+0900) Subject: [PATCH] libata: implement per-dev xfermask X-Git-Tag: v2.6.19-rc1~1262^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37deecb5139ee431233781a9a093d9fcaab54c5b;p=pandora-kernel.git [PATCH] libata: implement per-dev xfermask Implement per-dev xfermask. libata used to determine xfermask per-port - the fastest mode of the slowest device on the port. This patch enables per-dev xfermask. Original patch is from Alan Cox . The following changes are made by me. * simplex warning message is added * remove disabled device handling code which is never invoked (originally for choosing port-wide lowest PIO mode) Cc: Alan Cox Signed-off-by: Tejun Heo --- Reading git-diff-tree failed