public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: Russell King <rmk@arm.linux.org.uk>,
	"Martin J. Bligh" <mbligh@aracnet.com>
Cc: 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 04:46:56 -0400	[thread overview]
Message-ID: <200308120447.00105.rob@landley.net> (raw)
In-Reply-To: <20030810163350.D32508@flint.arm.linux.org.uk>

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:

--- 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



  reply	other threads:[~2003-08-12  9:58 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 [this message]
2003-08-12 11:32     ` Russell King
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=200308120447.00105.rob@landley.net \
    --to=rob@landley.net \
    --cc=kernelbugzilla@kuntnet.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mbligh@aracnet.com \
    --cc=rmk@arm.linux.org.uk \
    /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