S?bastien Bourdeauducq wrote: > You can > remove this delay by entering the FN "System Settings" dialog and > disabling DHCP.
Thanks ! Time to first patch is now about 13 seconds. Whee ! ;-) > 1) they implemented the DHCP client as a drop-in callback for BOOTP, > and they kept the BOOTP name Well, the two share a bit of history :-) > The boot delay could be solved by not using the BOOTP callback and > spawning a background task That sounds like a simple and clean solution. > (MDIO would also enable restarting the DHCP client when the cable is > reconnected, which RTEMS doesn't do atm) Or maybe just retry DHCP after a little while if it has failed. The one-shot nature if it does indeed seem a little odd for what I'd imagine as common usage scenarios. Of course, MIIM could expedite an automatic restart, making it more responsive in the likely scenario of the missing link indeed being the connection at the M1. - Werner _______________________________________________ http://lists.milkymist.org/listinfo.cgi/devel-milkymist.org IRC: #milkymist@Freenode
