Bugzilla – Attachment #49673: PATCH for yenta init for bug #113778
* as cards with a PCI-to-PCI bridge can be
* inserted later.
*/
for (i=0; i<CARDBUS_RESERVE_BUSNR; i++)
max += CARDBUS_RESERVE_BUSNR;
if (pci_find_bus(pci_domain_nr(bus),
max+i+1))
break;
max += i;
pci_fixup_parent_subordinate_busnr(child, max);
}
/*