From: Russell King <rmk@arm.linux.org.uk>
To: jt@hpl.hp.com
Cc: Dominik Brodowski <linux@brodo.de>,
Linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 2.5.67 + i82365 -> oops
Date: Fri, 18 Apr 2003 00:59:11 +0100 [thread overview]
Message-ID: <20030418005911.M25478@flint.arm.linux.org.uk> (raw)
In-Reply-To: <20030417220018.GA28383@bougret.hpl.hp.com>; from jt@bougret.hpl.hp.com on Thu, Apr 17, 2003 at 03:00:18PM -0700
On Thu, Apr 17, 2003 at 03:00:18PM -0700, Jean Tourrilhes wrote:
> I've got troubles with 2.5.67 and an ISA Pcmcia bridge
> (i82365). Half of the time, after boot, the card is recognised as
> memory_cs (which is not compiled), where it should be airo_cs.
Well, the oops can be solved by application of this patch. As for the
random detection (or non-detection) of airo_cs, can you say that any
kernel has reliably detected it (and if so, which kernel?) Basically
I'd like to know if the problem exists with:
2.4
2.5 before Dominik/my changes
2.5 after changes
diff -Nru a/drivers/pcmcia/cardbus.c b/drivers/pcmcia/cardbus.c
--- a/drivers/pcmcia/cardbus.c Fri Apr 18 00:55:08 2003
+++ b/drivers/pcmcia/cardbus.c Fri Apr 18 00:55:08 2003
@@ -270,5 +270,6 @@
{
struct pci_dev *bridge = s->cap.cb_dev;
- pci_remove_behind_bridge(bridge);
+ if (bridge)
+ pci_remove_behind_bridge(bridge);
}
--
Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux
http://www.arm.linux.org.uk/personal/aboutme.html
prev parent reply other threads:[~2003-04-17 23:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-17 22:00 Jean Tourrilhes
2003-04-17 23:59 ` Russell King [this message]
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=20030418005911.M25478@flint.arm.linux.org.uk \
--to=rmk@arm.linux.org.uk \
--cc=jt@hpl.hp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@brodo.de \
/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
all inboxes | Powered by JetHome®