Erwan Velu
2007-Aug-09 14:49 UTC
[syslinux] [PATCH 1/1]: Adding PCI vendor and product name based on pci.ids
From : Erwan Velu <erwan.velu at free.fr> This patch - add two char in the s_pci_device structure to have the vendor/product names in the same structure as the ids. - add a get_name_from_pci_ids() function in pci/scan.c - Add a call to get_name_from_pci_ids() into the pcitest COM32 module The vendor/product name retrieving is based on the pci.ids file. This file is provided by the pciids or lshw projects. You just have to put this file in the root directory of your isolinux/pxelinux (i.e the root directory of your tfptboot server if you use pxelinux). Testing and feedback are welcome. Signed-off-by:Erwan Velu <erwan.velu at free.fr> -------------- next part -------------- A non-text attachment was scrubbed... Name: pxelinux-pci.patch Type: text/x-patch Size: 4991 bytes Desc: not available URL: <http://www.zytor.com/pipermail/syslinux/attachments/20070809/e346890e/attachment.bin>