Re: [PATCH] PCI and PCI Hotplug fixes for 2.6.5-rc1

From: Greg KH
Date: Fri Mar 19 2004 - 18:41:25 EST


ChangeSet 1.1608.97.7, 2004/03/19 14:08:42-08:00, willy@xxxxxxxxxx

[PATCH] PCI: claim PCI resources on ia64

Call pci_claim_resources() so we can see what PCI resources are being used.


arch/ia64/pci/pci.c | 1 +
1 files changed, 1 insertion(+)


diff -Nru a/arch/ia64/pci/pci.c b/arch/ia64/pci/pci.c
--- a/arch/ia64/pci/pci.c Fri Mar 19 15:21:06 2004
+++ b/arch/ia64/pci/pci.c Fri Mar 19 15:21:06 2004
@@ -320,6 +320,7 @@
dev->resource[i].end += window->offset;
}
}
+ pci_claim_resource(dev, i);
}
}


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/