summaryrefslogtreecommitdiffstats
path: root/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware/LMI_PCIBridgeSystemDeviceProvider.c')
-rw-r--r--src/hardware/LMI_PCIBridgeSystemDeviceProvider.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
index 6f947ab..2532c38 100644
--- a/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
+++ b/src/hardware/LMI_PCIBridgeSystemDeviceProvider.c
@@ -30,6 +30,8 @@ struct pci_access *acc_system_bridge = NULL;
static void LMI_PCIBridgeSystemDeviceInitialize()
{
+ lmi_init(provider_name, _cb, provider_config_defaults);
+
if (init_pci_access(&acc_system_bridge, PCI_FILL_CLASS) != 0) {
error("Failed to access the PCI bus.");
abort();