Re: [patch 08/16] mn10300: use generic pci_enable_resources()

2008-03-05 Thread Greg KH
On Wed, Mar 05, 2008 at 03:13:10PM +, 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,

Re: [patch 08/16] mn10300: 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 IORESO

[patch 08/16] mn10300: 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 IORESOU