Bjorn Helgaas c9e9e0bfc5 PCI: parisc: use generic pci_enable_resources()
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 resources unless IORESOURCE_ROM_ENABLE is set
    - checks for resource collisions with "!r->parent"

Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>
Acked-by: Kyle McMartin <kyle@mcmartin.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-04-20 21:47:06 -07:00
..
2008-02-03 16:58:20 +02:00
2007-10-18 00:59:31 -07:00
2008-03-15 19:12:19 -07:00
2008-03-15 19:12:22 -07:00
2008-04-17 10:42:34 -04:00
2005-04-16 15:20:36 -07:00
2007-10-23 09:49:31 +02:00
2007-05-22 22:52:16 -04:00
2007-07-29 17:09:29 -07:00
2007-10-16 09:42:49 -07:00
2007-10-18 00:59:31 -07:00
2005-04-16 15:20:36 -07:00
2008-03-15 19:12:15 -07:00