search for: get_class_name_from_pci_ids

Displaying 4 results from an estimated 4 matches for "get_class_name_from_pci_ids".

2009 Jul 19
0
[PATCH] pcitest: fix wrong statements about file locations
...able 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 Device names can't be computed.\n"); } @@ -137,8 +136,7 @@ int main(int argc, char *argv[]) return_code = get_class_name_from_pci_ids(pci_domain, "pci.ids"); if (return_code == -ENOPCIIDS) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable 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(&q...
2009 Sep 19
0
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...able 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 Device names can't be computed.\n"); } @@ -137,8 +136,7 @@ int main(int argc, char *argv[]) return_code = get_class_name_from_pci_ids(pci_domain, "pci.ids"); if (return_code == -ENOPCIIDS) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable 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(&q...
2009 Nov 18
1
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...able 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 Device names can't be computed.\n"); } @@ -137,8 +136,7 @@ int main(int argc, char *argv[]) return_code = get_class_name_from_pci_ids(pci_domain, "pci.ids"); if (return_code == -ENOPCIIDS) { printf("PCI: ERROR !\n"); - printf - ("PCI: Unable 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(&q...
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