search for: sub_product

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

2008 Dec 12
0
[PATCH 1/1] COM32: lua - add pci library
...cription 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'] .. ":" .. device['sub_vendor'] .. ":" .. devic...
2008 Jul 13
4
[PATCH] pci: Introduce slot and function information
...2/lib/pci/scan.c 2008-07-09 22:21:06.000000000 +0200 @@ -381,6 +381,8 @@ struct pci_device *pci_device = &pci_device_list-> pci_device[pci_device_list->count]; + pci_device->slot = dev; + pci_device->func = func; pci_device->product = did >> 16; pci_device->sub_product = sid >> 16; pci_device->vendor = (did << 16) >> 16;
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...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 --git a/com32/hdt/hdt-cli-pxe....
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