public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk@arm.linux.org.uk>
To: Rob Landley <rob@landley.net>
Cc: "Martin J. Bligh" <mbligh@aracnet.com>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	kernelbugzilla@kuntnet.org
Subject: Re: [Bug 1068] New: Errors when loading airo module
Date: Tue, 12 Aug 2003 12:32:14 +0100	[thread overview]
Message-ID: <20030812123214.B10895@flint.arm.linux.org.uk> (raw)
In-Reply-To: <200308120447.00105.rob@landley.net>; from rob@landley.net on Tue, Aug 12, 2003 at 04:46:56AM -0400

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@arm.linux.org.uk
> > >          Submitter: kernelbugzilla@kuntnet.org
> >
> > 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@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html


  reply	other threads:[~2003-08-12 11:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-10 14:07 [Bug 1068] New: Errors when loading airo module Martin J. Bligh
2003-08-10 15:33 ` Russell King
2003-08-12  8:46   ` Rob Landley
2003-08-12 11:32     ` Russell King [this message]
2003-08-12 11:38       ` Rob Landley
2003-08-12 12:07         ` Russell King

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030812123214.B10895@flint.arm.linux.org.uk \
    --to=rmk@arm.linux.org.uk \
    --cc=kernelbugzilla@kuntnet.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    --cc=rob@landley.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox