Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/191

-gerrit

commit a7ae3fb9d6257f80036b0db090fbe021d04494b4
Author: Patrick Georgi <[email protected]>
Date:   Tue Mar 8 12:43:29 2011 +0100

    Wait longer on ATAPI devices
    
    Some devices require more time for themselves to get up and running.
    
    Change-Id: I347617c97bd02920e49b3cc45aa6c6b37573e0ff
    Signed-off-by: Patrick Georgi <[email protected]>
---
 drivers/ide_new.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ide_new.c b/drivers/ide_new.c
index 4f612be..ddcc027 100644
--- a/drivers/ide_new.c
+++ b/drivers/ide_new.c
@@ -633,7 +633,7 @@ ob_ide_atapi_drive_ready(struct ide_drive *drive)
                if (!ob_ide_atapi_packet(drive,cmd)) break;
 
                /* Give the drive some time to breathe */
-               mdelay(500);
+               mdelay(5000);
        }
 
        memset(cmd, 0, sizeof(*cmd));

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to