Revision: 5846
          http://jnode.svn.sourceforge.net/jnode/?rev=5846&view=rev
Author:   lsantha
Date:     2011-08-16 20:19:43 +0000 (Tue, 16 Aug 2011)

Log Message:
-----------
Increased timeout for IDE device detection.

Modified Paths:
--------------
    trunk/fs/src/driver/org/jnode/driver/bus/ide/IDEBus.java

Modified: trunk/fs/src/driver/org/jnode/driver/bus/ide/IDEBus.java
===================================================================
--- trunk/fs/src/driver/org/jnode/driver/bus/ide/IDEBus.java    2011-08-11 
11:42:10 UTC (rev 5845)
+++ trunk/fs/src/driver/org/jnode/driver/bus/ide/IDEBus.java    2011-08-16 
20:19:43 UTC (rev 5846)
@@ -278,7 +278,7 @@
             | (master ? SEL_DRIVE_MASTER : SEL_DRIVE_SLAVE);
         io.setSelectReg(select);
         // Wait a while
-        TimeUtils.sleep(50);
+        TimeUtils.sleep(200);
         return (io.getSelectReg() == select);
     }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to