From: Mark Lord Date: Tue, 29 Jan 2008 18:24:00 +0000 (-0500) Subject: sata_mv ncq Introduce per-tag SG tables X-Git-Tag: v2.6.25-rc1~1079^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb73d558d1c1c931de0b3a86af962c77d74ef688;p=pandora-kernel.git sata_mv ncq Introduce per-tag SG tables In preparation for supporting NCQ, we must allocate separate SG tables for each command tag, rather than just a single table per port as before. Gen-I hardware cannot do NCQ, though, so we still allocate just a single table for that, but populate it in all 32 slots to avoid special-cases elsewhere in hotter paths of the code. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed