diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/libata-bmdma.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/libata-bmdma.c b/drivers/scsi/libata-bmdma.c index 999725ca8d09..96b4d2160df8 100644 --- a/drivers/scsi/libata-bmdma.c +++ b/drivers/scsi/libata-bmdma.c | |||
@@ -214,6 +214,8 @@ static void ata_exec_command_pio(struct ata_port *ap, const struct ata_taskfile | |||
214 | * Issues MMIO write to ATA command register, with proper | 214 | * Issues MMIO write to ATA command register, with proper |
215 | * synchronization with interrupt handler / other threads. | 215 | * synchronization with interrupt handler / other threads. |
216 | * | 216 | * |
217 | * FIXME: missing write posting for 400nS delay enforcement | ||
218 | * | ||
217 | * LOCKING: | 219 | * LOCKING: |
218 | * spin_lock_irqsave(host_set lock) | 220 | * spin_lock_irqsave(host_set lock) |
219 | */ | 221 | */ |