From: Tejun Heo Date: Mon, 15 May 2006 12:03:56 +0000 (+0900) Subject: [PATCH] sata_sil24: implement NCQ support X-Git-Tag: v2.6.18-rc1~1079^2~98^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aee10a03eb3e240bfd1a6f91e06ce82df47c5c58;p=pandora-kernel.git [PATCH] sata_sil24: implement NCQ support Implement NCQ support. Sil24 has 31 command slots and all of them are used for NCQ command queueing. libata guarantees that no other command is in progress when it issues an internal command, so always use tag 0 for internal commands. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed