Subject: Re: wi0 on SMC 2632W
To: Peter Seebach <seebs@plethora.net>
From: Lennart Augustsson <lennart@mail.augustsson.net>
List: port-i386
Date: 12/18/2000 21:43:54
Peter Seebach wrote:

> In message <200012182133.QAA11643@doppelganger.waterside.net>, Rafal Boni write
> s:
> >       (1) Still get timeout on wi_init.
>
> I believe I fixed this in my current version; stolen from Bill's code, I
> have
>         if (sc->sc_prism2) {
>                 (do the init)
>                 DELAY(100000);
>                 (do the init)
>                 DELAY(100000);
>         }

ARRRGGHHH!!  Never call delay() with values that large.  Use some other
way to delay execution.

    -- Lennart