Re: Status new-modules + 802.11b/IrDA

Benjamin Reed (br33d@yahoo.com)
Thu, 12 Dec 2002 13:51:26 -0800 (PST)


Sorry, I missed the original message.

As far as the timer message from airo_cs when you try
to remove the card: This executes some code that is
pretty much common to all PCMCIA drivers that sets a
timer to do the actual driver removal asynchronous to
the REMOVAL event. You can find it in airo_cs.c.
I'll update the driver.

I haven't tried the recent 2.5 kernels, so I check if
I see anything.

ben

In relation to:
--- Rusty Russell <rusty@rustcorp.com.au> wrote:
> In message
> <20021211174305.GB11264@bougret.hpl.hp.com> you
> write:
> > On Wed, Dec 11, 2002 at 07:34:53PM +1100, Rusty
> Russell wrote:
> > > > o removal of airo_cs : "Uninitialised
> timer!/nThis is a
> > > > warning. Your computer is OK". Call trace on
> demand. Also, the module
> > > > airo not removed (probably due to problem with
> airo_cs).
> > >
> > > That, in itself, should be harmless.
> >
> > Yes, but this is new and I don't really like it.
> I suspect
> > something is wrong in the Pcmcia code itself. Last
> I tried was 2.5.46
> > and I see some suspicious init_timer() added where
> I would not expect,
> > and some missing where they would be needed.
> > Hum... Who is in charge ?
>
> Well, Andrew Morton made the change that required
> timers to be
> initialized, and the check which locates ones which
> are not. As to
> who is responsible for airo_cs, I'm guessing Ben
> Reed, as author.
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/