]> err.no Git - linux-2.6/commitdiff
[PATCH] libata: add FIXME above ata_dev_xfermask()
authorTejun Heo <htejun@gmail.com>
Sat, 25 Mar 2006 02:14:07 +0000 (11:14 +0900)
committerJeff Garzik <jeff@garzik.org>
Sat, 25 Mar 2006 04:08:36 +0000 (23:08 -0500)
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>
drivers/scsi/libata-core.c

index 64f71df19ed19d78b614227cb5e430ee3828035a..1cb9813753233ac52d7daba5b5030ed5c1cdbf65 100644 (file)
@@ -2633,6 +2633,10 @@ static int ata_dma_blacklisted(const struct ata_device *dev)
  *     known limits including host controller limits, device
  *     blacklist, etc...
  *
+ *     FIXME: The current implementation limits all transfer modes to
+ *     the fastest of the lowested device on the port.  This is not
+ *     required on most controllers. 
+ *
  *     LOCKING:
  *     None.
  */