Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]>
---
 drivers/ide/ide-disk.c |    1 +
 1 file changed, 1 insertion(+)

Index: b/drivers/ide/ide-disk.c
===================================================================
--- a/drivers/ide/ide-disk.c
+++ b/drivers/ide/ide-disk.c
@@ -274,6 +274,7 @@ static ide_startstop_t __ide_do_rw_disk(
                }
 
                hwif->OUTBSYNC(drive, command, IDE_COMMAND_REG);
+               ndelay(400);    /* FIXME */
 
                return pre_task_out_intr(drive, rq);
        }
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to