]> Zhao Yanbai Git Server - minix.git/commitdiff
Increased mii_read timeout.
authorPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 13:09:44 +0000 (13:09 +0000)
committerPhilip Homburg <philip@cs.vu.nl>
Mon, 11 Jul 2005 13:09:44 +0000 (13:09 +0000)
drivers/fxp/fxp.c

index da629c50f968be59dfd27bb434e31c10b8cf6b95..14a7e6a60d58a7a5936ea4b9c4a5ba9df06cce28 100644 (file)
@@ -2341,7 +2341,7 @@ int reg;
                v= fxp_inl(port, CSR_MDI_CTL);
                if (v & CM_READY)
                        break;
-       } while (getuptime(&t1)==OK && (t1-t0) < MICROS_TO_TICKS(1000));
+       } while (getuptime(&t1)==OK && (t1-t0) < MICROS_TO_TICKS(100000));
 
        if (!(v & CM_READY))
                panic("FXP","mii_read: MDI not ready after command", NO_NUM);