commit | a9764c2bb5b6d3c9df91f2977a2a640f55de0dc2 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:53 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:53 2006 +0900 |
tree | aafd47e6257d9d5e22f69c5639612e6b540093e5 | |
parent | 979db803b8fd120d4ed5216520e9d1815e18bc38 [diff] |
[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 <htejun@gmail.com>