]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] PCI: claim PCI resources on ia64
authorMatthew Wilcox <willy@debian.org>
Fri, 19 Mar 2004 06:08:42 +0000 (22:08 -0800)
committerGreg Kroah-Hartman <greg@kroah.com>
Fri, 19 Mar 2004 06:08:42 +0000 (22:08 -0800)
Call pci_claim_resources() so we can see what PCI resources are being used.

arch/ia64/pci/pci.c

index 5356e3f296c5967f87795eeb7a77fa36ca0035db..057624b03176cf15fb1460f0256cf0d51aa60b5d 100644 (file)
@@ -320,6 +320,7 @@ pcibios_fixup_device_resources (struct pci_dev *dev, struct pci_bus *bus)
                                dev->resource[i].end   += window->offset;
                        }
                }
+               pci_claim_resource(dev, i);
        }
 }