Displaying 4 results from an estimated 4 matches for "enopciid".
Did you mean:
enopciids
2009 Jul 19
0
[PATCH] pcitest: fix wrong statements about file locations
...===============================
--- syslinux-3.82-440-g6483c80.orig/com32/modules/pcitest.c
+++ syslinux-3.82-440-g6483c80/com32/modules/pcitest.c
@@ -127,8 +127,7 @@ int main(int argc, char *argv[])
return_code = get_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("PCI: PCI Device names can't be computed.\n");
}...
2009 Sep 19
0
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...===============================
--- syslinux-3.82-440-g6483c80.orig/com32/modules/pcitest.c
+++ syslinux-3.82-440-g6483c80/com32/modules/pcitest.c
@@ -127,8 +127,7 @@ int main(int argc, char *argv[])
return_code = get_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("PCI: PCI Device names can't be computed.\n");
}...
2009 Nov 18
1
[RESEND][PATCH] pcitest: fix wrong statements about file locations
...===============================================
--- syslinux-3.84-pre3.orig/com32/modules/pcitest.c
+++ syslinux-3.84-pre3/com32/modules/pcitest.c
@@ -127,8 +127,7 @@ int main(int argc, char *argv[])
return_code = get_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("PCI: PCI Device names can't be computed.\n");
}...
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