search for: get_module_name_from_pci_ids

Displaying 2 results from an estimated 2 matches for "get_module_name_from_pci_ids".

2008 Aug 17
1
[PATCH] pci: rename get_module_name_from_pci_ids
Rename get_module_name_from_pci_ids to get_module_name_from_pcimap since the module names are read from the modules.pcimap and not pci.ids file. - Sebastian Index: syslinux-3.71-12-ga19312b/com32/include/sys/pci.h =================================================================== --- syslinux-3.71-12-ga19312b.orig/com32/include/sy...
2007 Aug 09
1
[PATCH 1/1]: Improving PCI collected informations
...c This function reads a pci.ids file from the boot device. Then it assign for each pci device, its vendor/product name. 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 are using pxelinux). - add a get_module_name_from_pci_ids() function in pci/scan.c This function reads a modules.pcimap file from the boot device. Then it assign for each pci_device its linux kernel module. 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...