Reset a pci bus
int pci_reset_bus(struct pci_bus * bus);
bus
top level PCI bus to reset
Do a bus reset on the given bus and any subordinate buses, saving and restoring state of all devices.
Return 0 on success, non-zero on error.