search for: get_module_name_from_pcimap

Displaying 5 results from an estimated 5 matches for "get_module_name_from_pcimap".

2008 Aug 17
1
[PATCH] pci: rename get_module_name_from_pci_ids
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. - Sebastian Index: syslinux-3.71-12-ga19312b/com32/include/sys/pci.h =================================================================== --- syslinux-3.71-12-ga19312b.orig/com32/include/sys/pci.h 2008-08-16 19:39:41.000...
2009 Jul 19
0
[PATCH] pcitest: fix wrong statements about file locations
...nable to open pci.ids in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open pci.ids file in current directory.\n"); printf("PCI: PCI class names can't be computed.\n"); } @@ -147,8 +145,7 @@ int main(int argc, char *argv[]) return_code = get_module_name_from_pcimap(pci_domain, "modules.pcimap"); if (return_code == -ENOMODULESPCIMAP) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable to open modules.pcimap in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open modules.pcimap file in current dire...
2009 Sep 19
0
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...nable to open pci.ids in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open pci.ids file in current directory.\n"); printf("PCI: PCI class names can't be computed.\n"); } @@ -147,8 +145,7 @@ int main(int argc, char *argv[]) return_code = get_module_name_from_pcimap(pci_domain, "modules.pcimap"); if (return_code == -ENOMODULESPCIMAP) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable to open modules.pcimap in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open modules.pcimap file in current dire...
2009 Nov 18
1
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...nable to open pci.ids in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open pci.ids file in current directory.\n"); printf("PCI: PCI class names can't be computed.\n"); } @@ -147,8 +145,7 @@ int main(int argc, char *argv[]) return_code = get_module_name_from_pcimap(pci_domain, "modules.pcimap"); if (return_code == -ENOMODULESPCIMAP) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable to open modules.pcimap in the same directory as pcitest.c32.\n"); + printf("PCI: Unable to open modules.pcimap file in current dire...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and