Re: PCMCIA still doesn't work for 2.3.46-pre2

From: Linus Torvalds (torvalds@transmeta.com)
Date: Tue Feb 15 2000 - 18:03:42 EST


On Wed, 16 Feb 2000, Richard Gooch wrote:
> > You have i82365 enabled? You should have CONFIG_PCMCIA=y,
> > CONFIG_CARDBUS=y, CONFIG_I82365=n.
>
> Er, no. .config appended. Also, don't you mean CONFIG_I82365=y? I
> thought I have an i82365. With 2.3.36 I have a module named
> "i82365"...

The i82365 thing is for old i82365-compatible 16-bit pcmcia controllers.

CONFIG_CARDBUS is for cardbus controllers.

The confusion is because cardbus used to be handled by the i82365 driver
too, and then CONFIG_CARDBUS was just an option to that driver. Now
cardbus is a standalone driver in itself (a cardbus controller has
backwards compatibility registers so that it is a reasonably proper
superset of an old i82365).

> Hm, that's right. You don't use modules, do you? So *can* I compile as
> modules (and you expect to work) for PCMCIA?

Try CONFIG_PCMCIA=y CONFIG_CARBUS=y (ie both in-kernel), and see if that
solves it. That's what I use.

Getting CONFIG_PCMCIA=m working _should_ be just a matter of getting the
object file dependencies right. I saw some patches floating around towards
that end, but I haven't had time to look at them..

                Linus

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



This archive was generated by hypermail 2b29 : Tue Feb 15 2000 - 21:00:31 EST