DragonFly kernel List (threaded) for 2003-12
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: Wireless interface not detected
On Mon, Dec 22, 2003 at 09:19:29AM +0100, Jeroen Ruigrok/asmodai wrote:
> -On [20031221 22:02], Eirik Nygaard (eirikn@xxxxxxxxxxxx) wrote:
> >- for (i = 500; i > 0; i--) { /* 5s */
> >+ for (i = 5000; i > 0; i--) { /* 5s */
>
> The 5 seconds comment still matches (i.e. 500 was a wrong value)?
You have to look at the whole loop :).
Before, the loop ran 500 times, with a 10ms delay each time, now
it runs 5000 times with 1ms delay each, so it's still 5s, just as
before.
bye,
Harold
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]