[Bug 5557] lspci missing my pcmcia tv-card
bugme-daemon at bugzilla.kernel.org
bugme-daemon at bugzilla.kernel.org
Tue Nov 15 16:17:39 EST 2005
http://bugzilla.kernel.org/show_bug.cgi?id=5557
------- Additional Comments From daniel.ritz at gmx.ch 2005-11-15 13:12 -------
could you try:
1) to boot with pci=assign-busses added to the kernel command line
2) with this patch:
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c
index fce2cb2..4d3bc92 100644
--- a/drivers/pci/probe.c
+++ b/drivers/pci/probe.c
@@ -403,10 +403,12 @@ static void __devinit pci_fixup_parent_s
{
struct pci_bus *parent = child->parent;
+#if 0
/* Attempts to fix that up are really dangerous unless
we're going to re-assign all bus numbers. */
if (!pcibios_assign_all_busses())
return;
+#endif
while (parent->parent && parent->subordinate < max) {
parent->subordinate = max;
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
More information about the linux-pcmcia
mailing list