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,
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 IORESO
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 IORESOU