From: Wayne Gowcher <wgowcher@yahoo.com>
To: linux-mips@linux-mips.org
Subject: Should pci driver probe behind a cardbus bridge at boot up ?
Date: Tue, 20 Jul 2004 09:23:49 -0700 (PDT) [thread overview]
Message-ID: <20040720162349.45167.qmail@web11902.mail.yahoo.com> (raw)
I am having a problem with a Ti cardbus chip and yenta
on the 2.6.4 mips kernel whereby when yenta tries to
configure the cardbus chip, it finds all the resources
busy ( because they have already been allocated in the
pci driver ) and so starts allocating new ones.
Here's the output of the PCI driver
PCI: Bus 1, cardbus bridge: 0000:00:0c.0
IO window: 00001000-00001fff
IO window: 00002000-00002fff
PREFETCH window: 40000000-41ffffff
MEM window: 42000000-43ffffff
PCI: Bus 5, cardbus bridge: 0000:00:0c.1
IO window: 00003000-00003fff
IO window: 00004000-00004fff
PREFETCH window: 44000000-45ffffff
MEM window: 46000000-47ffffff
and here's what yenta reports:
Yenta: CardBus bridge found at 0000:00:0c.0
[0000:0000]
yenta 0000:00:0c.0: Preassigned resource 1 busy,
reconfiguring...
Yenta: CardBus bridge found at 0000:00:0c.1
[0000:0000]
When I run the same 2.6.4 kernel compiled for x86 on a
x86 laptop, the x86 kernel finds the bar 0 registers
of the cardbus chip and adds them to it's resource
space, but probes no further. So that later when yenta
probes the cardbus chip, it can allocate the resources
without conflict.
I also found the following comment in
drivers/pci/probe.c pci_scan_bridge :
* If it's a bridge, configure it and scan the bus
behind it.
* For CardBus bridges, we don't scan behind as the
devices will
* be handled by the bridge driver itself.
But the code does scan behind teh cardbus bridge and
add resources to iomem_resources and ioport_resources.
So as I wrote in my title, does anyone know if :
the pci driver should probe behind a cardbus bridge at
boot up or if it should be left to the yenta cardbus ?
__________________________________
Do you Yahoo!?
Vote for the stars of Yahoo!'s next ad campaign!
http://advision.webevents.yahoo.com/yahoo/votelifeengine/
next reply other threads:[~2004-07-20 16:24 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-07-20 16:23 Wayne Gowcher [this message]
2004-07-21 18:57 ` Should pci driver probe behind a cardbus bridge at boot up ? Jun Sun
2004-07-22 16:52 ` Wayne Gowcher
2004-07-22 16:52 ` Wayne Gowcher
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=20040720162349.45167.qmail@web11902.mail.yahoo.com \
--to=wgowcher@yahoo.com \
--cc=linux-mips@linux-mips.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.