mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* PCI: Failed to allocate resource 0 for PCI device 1011:0019
@ 2001-07-14 14:52 Josip Loncaric
  0 siblings, 0 replies; only message in thread
From: Josip Loncaric @ 2001-07-14 14:52 UTC (permalink / raw)
  To: linux-kernel

Upon installing Red Hat 7.1 w/kernel 2.4.3-12 on an IBM ThinkPad i1460
laptop, the pcmcia network card (NetGear FA510C) does not work.  The
problem is caused by PCI:

PCI: Failed to allocate resource 0 for PCI device 1011:0019

and further investigation ('cat /proc/pci', 'lspci -vvv') indicates that
although I/O port base is correctly identified, the size is not (lspci
shows no size, /proc/pci has end address lower than start address).

I've checked mailing list archives and even compared source differences
between 2.4.6 and 2.4.3 versions of drivers/pci/pci.c, but this problem
does not seem to have been addressed yet.

BTW, the suggestion to scan all subordinate busses instead of just
leaving 4 bus numbers produces mixed results.  The change (see below)
helps (the card is finally seen) but the card does not work right (it
generates tons of Rx traffic which gets discarded).  Also, with the
change, a bootup message "PCI: Unable to handle 64-bit address for
device..." shows up (unmodified kernel does not have this problem).

Any ideas?  Sorry, until the network becomes operational, I cannot
download more detailed information from the laptop...

Sincerely,
Josip

P.S.  The change to linux-2.4.3-12/drivers/pci/pci.c I tested was:

-                if (!is_cardbus) {
+                if (is_cardbus) {
                      /* Now we can scan all subordinate buses... */
                        max = pci_do_scan_bus(child);
                } else {
                        /*
                         * For CardBus bridges, we leave 4 bus numbers
                         * as cards with a PCI-to-PCI bridge can be
                         * inserted later.
                         */
                        max += 3;
                }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2001-07-14 14:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-14 14:52 PCI: Failed to allocate resource 0 for PCI device 1011:0019 Josip Loncaric

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®