linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Linus Torvalds <torvalds@osdl.org>
To: Andrew Morton <akpm@osdl.org>,
	linux-kernel@vger.kernel.org, Russell King <rmk@arm.linux.org.uk>
Subject: Re: 2.5/2.6 PCMCIA Issues
Date: Wed, 06 Aug 2003 00:11:00 -0700	[thread overview]
Message-ID: <200308060711.h767B0I19677@mail.osdl.org> (raw)
In-Reply-To: 20030805234212.081c0493.akpm@osdl.org

Andrew Morton wrote:
>
> I have an IBM A21P which has the same problem.
> 
> The controller is a PCI1450 (rev 03)
> 
> The symptoms are that insertion of a PCMCIA or Cardbus card causes the
> machine to lock up: it is calling yenta_interrupt() a zillion times per
> second.  Presumably the IRQ isn't getting cleared.
> 
> Disabling i82635 in config fixes it up.

Ok. Misha confirmed that disabling 82365 works for him too.

I don't see what should have changed in 2.5.71 here, though. There are
some pcmcia changes there, but they all look like they are just changes
to the calling convention, not any _functional_ differences.

Anyway, I suspect that i82365 should just quit by default if a yenta
controller has already been found. I can't imagine that you'd have
both a yenta controller _and_ an i82365 controller, since there are
actually some port overlaps there (ie yenta should already register
the i82365 legacy ports).

Something is broken in resource handling that the i82365 driver
even tries to probe for the ports that are in use.

Russell, any ideas about why i82365 doesn't just leave the thing
well alone?

                Linus

  reply	other threads:[~2003-08-06  7:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-04 23:22 2.5/2.6 PCMCIA Issues Misha Nasledov
2003-08-05 13:44 ` Russell King
2003-08-06  4:56   ` Misha Nasledov
2003-08-06  5:59     ` OSDL
2003-08-06  6:42       ` Andrew Morton
2003-08-06  7:11         ` Linus Torvalds [this message]
2003-08-06  9:33           ` Russell King
2003-08-06 11:23             ` Russell King
2003-08-06 15:33               ` Linus Torvalds
2003-08-07 11:29           ` Alan Cox
2003-08-06  6:42       ` Misha Nasledov
2003-08-06  7:06       ` Misha Nasledov
2003-08-06 11:42       ` Adam Belay
2003-08-06 16:26         ` Russell King
2003-08-06 20:34         ` Andrew Morton
2003-08-06 20:53           ` Russell King
     [not found] <20031013161010.GH1623@ee.oulu.fi>
2003-10-13 16:15 ` Misha Nasledov

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=200308060711.h767B0I19677@mail.osdl.org \
    --to=torvalds@osdl.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).