aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */