aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTejun Heo <htejun@gmail.com>2006-03-24 21:14:07 -0500
committerJeff Garzik <jeff@garzik.org>2006-03-24 23:08:36 -0500
commit600511e86babe3727264a0883a3a264f6fb6caf5 (patch)
tree0fc6b51c6ddfb5d3f759bb88a34d8003386a50d7 /drivers
parent298a41ca41b4c933adc7b5a56a0adb0e1df2e556 (diff)
[PATCH] libata: add FIXME above ata_dev_xfermask()
Add FIXME above ata_dev_xfermask noting that the current implementation limits all transfer modes to the fastest of the slowest device on a port which isn't necessary. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/scsi/libata-core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c
index 64f71df19ed1..1cb981375323 100644
--- a/drivers/scsi/libata-core.c
+++ b/drivers/scsi/libata-core.c
@@ -2633,6 +2633,10 @@ static int ata_dma_blacklisted(const struct ata_device *dev)
2633 * known limits including host controller limits, device 2633 * known limits including host controller limits, device
2634 * blacklist, etc... 2634 * blacklist, etc...
2635 * 2635 *
2636 * FIXME: The current implementation limits all transfer modes to
2637 * the fastest of the lowested device on the port. This is not
2638 * required on most controllers.
2639 *
2636 * LOCKING: 2640 * LOCKING:
2637 * None. 2641 * None.
2638 */ 2642 */