search for: vendor_name

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

Did you mean: vendor_frame
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...izeof(buffer), " PCI Bus pos. : %02x:%02x.%02x\n", p->pci_bus, p->pci_dev, p->pci_func); - more_printf(buffer); + more_printf("%s", buffer); } else { snprintf(buffer, sizeof(buffer), " Manufacturer : %s \n", p->pci_device->dev_info->vendor_name); - more_printf(buffer); + more_printf("%s", buffer); snprintf(buffer, sizeof(buffer), " Product : %s \n", p->pci_device->dev_info->product_name); - more_printf(buffer); + more_printf("%s", buffer); } more_printf(" Addresses : %d.%...
2006 May 15
2
collection_select and validation problems
...ray. The error occured while evaluating nil.inject Extracted source (around line #22): 19: <td>Vendor</td> 20: <td> 21: <!-- vendors --> 22: <%= collection_select("pricing_survey", "vendor_id", @vendors, :id, :vendor_name, { :prompt => true } ) %></td> 23: </tr> 24: <tr> 25: <td>Retailer</td> Does anybody have any ideas? I assume that rails is not querying the DB for the collection for my drop downs when an error occurs. Thanks, Phill
2007 Mar 16
2
SYSLINUX 3.40-pre15 -- more library work, Linux-loading demo module
Hello all, I have done more work on the syslinux shuffle library. This is more higher-level work, in particular it is specific to loading Linux kernels. This stuff allows manipulating initramfs on the fly, if desired. As a demo, I have written up a module which loads a Linux kernel with all the usual stuff, but optionally adds the DHCP packet from the PXE stack into a file named
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