Tejun Heo 93e2618e0c sata_sil24: fix sg table sizing
sil24 unnecessarily used LIBATA_MAX_PRD and ATAPI sg table was short
by one entry which might cause very obscure problems.  This patch
updates sg table sizing such that

* One full page is used for PRB + sg table.  On 4k page,
  this results in 253 sg's.

* Make ATAPI sg block properly sized.

* Make build fail if command block size doesn't equal PAGE_SIZE.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
2007-11-23 19:23:55 -05:00
..
2007-11-19 12:28:09 +09:00
2007-10-12 14:55:37 -04:00
2007-10-20 01:02:48 +02:00
2007-10-19 22:55:03 -04:00
2007-11-23 19:23:55 -05:00
2007-07-02 10:17:42 -04:00