diff options
author | Erwan Velu <erwan.velu@free.fr> | 2009-03-29 21:28:23 +0200 |
---|---|---|
committer | Erwan Velu <erwan.velu@free.fr> | 2009-03-29 21:28:23 +0200 |
commit | c4ddb8c11aadc695940715be3420c1a97364935a (patch) | |
tree | b59ecd8f13880893098e539fab5406f4b8357b0c /com32/hdt/hdt-common.c | |
parent | fdc0486c5d47ca692c755b8a03550e42f5f14257 (diff) | |
download | syslinux-c4ddb8c11aadc695940715be3420c1a97364935a.tar.gz syslinux-c4ddb8c11aadc695940715be3420c1a97364935a.tar.xz syslinux-c4ddb8c11aadc695940715be3420c1a97364935a.zip |
pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12
Impact: none
Rename get_module_name_from_pci_ids to get_module_name_from_pcimap since
the module names are read from the modules.pcimap and not pci.ids file.
Signed-off-by: Sebastian Herbszt (herbszt@gmx.de)
Diffstat (limited to 'com32/hdt/hdt-common.c')
-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 */ |