From: Tejun Heo Date: Mon, 15 May 2006 12:03:53 +0000 (+0900) Subject: [PATCH] ahci: kill pp->cmd_tbl_sg X-Git-Tag: v2.6.18-rc1~1079^2~98^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9764c2bb5b6d3c9df91f2977a2a640f55de0dc2;p=pandora-kernel.git [PATCH] ahci: kill pp->cmd_tbl_sg With NCQ, there are multiple sg tables, so pp->cmd_tbl_sg doesn't cut it. Directly calculate sg table address from pp->cmd_tbl. Signed-off-by: Tejun Heo --- Reading git-diff-tree failed