Re: [patch 05/16] frv: use generic pci_enable_resources()

2008-03-05 Thread David Howells
Bjorn Helgaas [EMAIL PROTECTED] 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 6, resources - skips resources that have neither IORESOURCE_IO nor

Re: [patch 05/16] frv: use generic pci_enable_resources()

2008-03-05 Thread Greg KH
On Wed, Mar 05, 2008 at 02:52:46PM +, David Howells wrote: Bjorn Helgaas [EMAIL PROTECTED] 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 6, resources

[patch 05/16] frv: 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 6, resources - skips resources that have neither IORESOURCE_IO nor IORESOURCE_MEM set - skips ROM resources unless