summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82870/p64h2_pcibridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/southbridge/intel/i82870/p64h2_pcibridge.c')
-rw-r--r--src/southbridge/intel/i82870/p64h2_pcibridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82870/p64h2_pcibridge.c b/src/southbridge/intel/i82870/p64h2_pcibridge.c
index 6f161e900b..01f871766d 100644
--- a/src/southbridge/intel/i82870/p64h2_pcibridge.c
+++ b/src/southbridge/intel/i82870/p64h2_pcibridge.c
@@ -29,6 +29,7 @@ static struct device_operations pcix_ops = {
.enable_resources = pci_bus_enable_resources,
.init = p64h2_pcix_init,
.scan_bus = pci_scan_bridge,
+ .reset_bus = pci_bus_reset,
};
static struct pci_driver pcix_driver __pci_driver = {