Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 600511e8 authored by Tejun Heo's avatar Tejun Heo Committed by Jeff Garzik
Browse files

[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: default avatarTejun Heo <htejun@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 298a41ca
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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.
 */