Re: [patch 09/16] parisc: use generic pci_enable_resources()

2008-03-05 Thread Greg KH
On Wed, Mar 05, 2008 at 11:17:10AM -0500, Kyle McMartin wrote: > On Tue, Mar 04, 2008 at 11:56:55AM -0700, Bjorn Helgaas wrote: > > Use the generic pci_enable_resources() instead of the arch-specific code. > > > > Unlike this arch-specific code, the generic version: > > - checks PCI_NUM_RESOUR

Re: [patch 09/16] parisc: use generic pci_enable_resources()

2008-03-05 Thread Kyle McMartin
On Tue, Mar 04, 2008 at 11:56:55AM -0700, Bjorn Helgaas wrote: > Use the generic pci_enable_resources() instead of the arch-specific code. > > Unlike this arch-specific code, the generic version: > - checks PCI_NUM_RESOURCES (11), not DEVICE_COUNT_RESOURCE (12), resources > - skips resourc

[patch 09/16] parisc: use generic pci_enable_resources()

2008-03-04 Thread Bjorn Helgaas
Use the generic pci_enable_resources() instead of the arch-specific code. Unlike this arch-specific code, the generic version: - checks PCI_NUM_RESOURCES (11), not DEVICE_COUNT_RESOURCE (12), resources - skips resources that have neither IORESOURCE_IO nor IORESOURCE_MEM set - skips ROM