Displaying 4 results from an estimated 4 matches for "sub_vendor".
2008 Dec 12
0
[PATCH 1/1] COM32: lua - add pci library
...n pairs(businfo) do
-- search for device description
search = device['vendor'] .. device['product']
if ( pciids[search] ) then
print(" " .. device['vendor'] .. ":" .. device['product'] .. ":"
.. device['sub_vendor'] .. ":" .. device['sub_product']
.. " = " .. pciids[search])
else
-- printf(" = Unknown device\n")
print(" " .. device['vendor'] .. ":" .. device['product'] .. ":"
.. devi...
2008 Jul 13
4
[PATCH] pci: Introduce slot and function information
...ci.h 2008-07-09 22:20:36.000000000 +0200
+++ syslinux-3.71-pre5-3-g852d962/com32/include/sys/pci.h 2008-07-09 22:21:06.000000000 +0200
@@ -19,6 +19,8 @@
/* a struct to represent a pci device */
struct pci_device {
+ uint8_t slot;
+ uint8_t func;
uint16_t vendor;
uint16_t product;
uint16_t sub_vendor;
Index: syslinux-3.71-pre5-3-g852d962/com32/lib/pci/scan.c
===================================================================
--- syslinux-3.71-pre5-3-g852d962.orig/com32/lib/pci/scan.c 2008-07-09 22:20:36.000000000 +0200
+++ syslinux-3.71-pre5-3-g852d962/com32/lib/pci/scan.c 2008-07-09 22:21:06.0...
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...}
}
diff --git a/com32/hdt/hdt-cli-pci.c b/com32/hdt/hdt-cli-pci.c
index c86a792..e0b7830 100644
--- a/com32/hdt/hdt-cli-pci.c
+++ b/com32/hdt/hdt-cli-pci.c
@@ -206,8 +206,8 @@ static void show_pci_devices(int argc __unused,
char **argv __unused,
pci_device->product,
pci_device->sub_vendor, pci_device->sub_product);
- more_printf(first_line);
- more_printf(second_line);
+ more_printf("%s", first_line);
+ more_printf("%s", second_line);
more_printf("\n");
} else if (nopciids == true) {
if (nomodulesfile == true) {
diff --...
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