|
@@ -554,7 +554,7 @@ static int ca91cx42_alloc_resource(struct vme_master_resource *image,
|
|
|
image->bus_resource.flags = IORESOURCE_MEM;
|
|
|
|
|
|
retval = pci_bus_alloc_resource(pdev->bus,
|
|
|
- &image->bus_resource, size, size, PCIBIOS_MIN_MEM,
|
|
|
+ &image->bus_resource, size, 0x10000, PCIBIOS_MIN_MEM,
|
|
|
0, NULL, NULL);
|
|
|
if (retval) {
|
|
|
dev_err(ca91cx42_bridge->parent, "Failed to allocate mem "
|