[PATCH] ahci: kill pp->cmd_tbl_sg
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 12:03:53 +0000 (21:03 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 12:03:53 +0000 (21:03 +0900)
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>
drivers/scsi/ahci.c

Simple merge