On Fri, 18 Apr 2008 09:52:46 +0000 Thoralf Da__ler <[email protected]> wrote:
> Yeah, it seems dumb that the init scripts pause, but I don't understand why this started with the 2.6.25 kernel, whereas it was fine before.
You have removed from Cc: the people who can explain it. I restored them.
> Andrew Morton wrote:(switched to email. Please respond via emailed reply-to-all, not via the
> bugzilla web interface).
>
>
> On Thu, 17 Apr 2008 14:17:51 -0700 (PDT)
> [email protected] wrote:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=10471
>
On Fri, Apr 18, 2008 at 11:01 AM, Andrew Morton
<[email protected]> wrote:
> On Fri, 18 Apr 2008 09:52:46 +0000 Thoralf Da__ler <[email protected]> wrote:
>
> > Yeah, it seems dumb that the init scripts pause, but I don't understand why this started with the 2.6.25 kernel, whereas it was fine before.
>
> You have removed from Cc: the people who can explain it. I restored them.
>
> > Andrew Morton wrote:(switched to email. Please respond via emailed reply-to-all, not via the
>
> > bugzilla web interface).
iwl3945 was loading the ucode (firmware) during probe but then changed
to do this on ifup.
for 4965 this does not cause such problems because the rfkill state is
reported via an interrupt; while for 3965 its an ucode event...
no ucode means no ucode event ;) (but it should be able to read the
current state after an ifup)