Re: [Bug 1068] New: Errors when loading airo module

From: Russell King
Date: Tue Aug 12 2003 - 06:36:34 EST


On Tue, Aug 12, 2003 at 04:46:56AM -0400, Rob Landley wrote:
> On Sunday 10 August 2003 11:33, Russell King wrote:
> > On Sun, Aug 10, 2003 at 07:07:02AM -0700, Martin J. Bligh wrote:
> > > http://bugme.osdl.org/show_bug.cgi?id=1068
> > >
> > > Summary: Errors when loading airo module
> > > Kernel Version: 2.6.0-test3
> > > Status: NEW
> > > Severity: normal
> > > Owner: rmk@xxxxxxxxxxxxxxxx
> > > Submitter: kernelbugzilla@xxxxxxxxxxx
> >
> > This needs to go to the airo maintainers, not me - the oops is caused
> > by buggy airo.c.
> >
> > The IRQ problem is the result of bad configuration - you must enable
> > CONFIG_ISA if you're going to use non-Cardbus PCMCIA cards.
>
> Do you mean something like:

No. Its legal to enable PCMCIA without ISA.

The patch below is wrong in any case - the SA11xx stuff should not depend
on ISA.

> --- linux-2.6.0-test3/drivers/pcmcia/Kconfig 2003-08-09 00:39:25.000000000 -0400
> +++ temp/drivers/pcmcia/Kconfig 2003-08-12 04:44:03.000000000 -0400
> @@ -86,7 +86,7 @@
>
> config PCMCIA_SA1100
> tristate "SA1100 support"
> - depends on ARM && ARCH_SA1100 && PCMCIA
> + depends on ARM && ARCH_SA1100 && PCMCIA && ISA
> help
> Say Y here to include support for SA11x0-based PCMCIA or CF
> sockets, found on HP iPAQs, Yopy, and other StrongARM(R)/
> @@ -96,7 +96,7 @@
>
> config PCMCIA_SA1111
> tristate "SA1111 support"
> - depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA
> + depends on ARM && ARCH_SA1100 && SA1111 && PCMCIA && ISA
> help
> Say Y here to include support for SA1111-based PCMCIA or CF
> sockets, found on the Jornada 720, Graphicsmaster and other
>
> Rob
>
>

--
Russell King (rmk@xxxxxxxxxxxxxxxx) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html

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