diff options
Diffstat (limited to 'com32/hdt')
-rw-r--r-- | com32/hdt/hdt-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/hdt/hdt-common.c b/com32/hdt/hdt-common.c index 8ab0f120..12dc22ac 100644 --- a/com32/hdt/hdt-common.c +++ b/com32/hdt/hdt-common.c @@ -391,7 +391,7 @@ void detect_pci(struct s_hardware *hardware) printf("PCI: Resolving module names\n"); /* Detecting which kernel module should match each device */ hardware->modules_pcimap_return_code = - get_module_name_from_pci_ids(hardware->pci_domain, + get_module_name_from_pcimap(hardware->pci_domain, hardware->modules_pcimap_path); /* We try to detect the pxe stuff to populate the PXE: field of pci devices */ |