summaryrefslogtreecommitdiff
path: root/com32/lib/pci/scan.c
Commit message (Expand)AuthorAgeFilesLines
* com32: Handle broken modules.aliasErwan Velu2015-12-061-0/+8
* com32/lib/pci/scan.c: Fix free_pci_domain()Henri Roosen2012-03-121-3/+3
* Use <dprintf.h> instead of an ad hoc definitionH. Peter Anvin2011-06-271-6/+1
* lib: make chrreplace reachable for com32 modulesErwan Velu2011-03-181-10/+1
* com32: single instance of skipspace()Erwan Velu2011-02-071-9/+1
* Replacing strncpy by strlcpyErwan Velu2010-06-221-4/+4
* pci: replace '-' by '_' in modules namesErwan Velu2009-12-041-1/+14
* pci: using zfopen instead of fopenErwan Velu2009-11-101-5/+6
* pci: Removing useless initialisationErwan Velu2009-11-091-3/+0
* pci: Prevent kernel modules to be listed twiceErwan Velu2009-11-091-4/+32
* Merge commit 'hpa/master' into for-erwanPierre-Alexandre Meyer2009-08-041-356/+369
|\
| * Run Nindent on com32/lib/pci/scan.cH. Peter Anvin2009-05-291-448/+473
* | pci: prevent modules.alias to destroy modules.pcimap contentErwan Velu2009-04-271-2/+4
* | pci: Adding get_module_name_from_alias()Erwan Velu2009-04-271-0/+125
|/
* pci: Using for_each_pci_func3Erwan Velu2009-04-151-3/+2
* PCI: Fixing freeze when detecting many PCI devicesErwan Velu2009-04-141-22/+11
* pci: Rename get_module_name_from_pci_idssyslinux-3.74-pre13syslinux-3.74-pre12Erwan Velu2009-03-291-1/+1
* pci: Check if configuration type is PCI_CFG_NONEErwan Velu2009-03-231-0/+7
* pci: Remove "(void)cfgtype"Erwan Velu2009-03-231-2/+0
* hdt: Adding PCI latencyErwan Velu2009-03-141-0/+1
* hdt: irq have to be in dev_infoErwan Velu2009-03-141-1/+7
* hdt: Adding legacy IRQ stuffErwan Velu2009-03-131-1/+28
* PCI: flexible modules.pcimap & pci.ids pathsErwan Velu2009-03-111-6/+6
* hdt: PCI: Adding categoryErwan Velu2009-02-261-1/+4
* hdt: We have to iterate & copy the vendor name to all matching pci devices as...Erwan Velu2009-02-251-4/+13
* hdt: Adding more defined values for pci components Enabling mulitple kernel m...Erwan Velu2009-02-251-21/+26
* hdt: Returning ENOPCIIDS and ENOMODULESPCIMAP when pci.ids and modules.pcidma...Erwan Velu2009-02-251-3/+3
* hdt: Improving performances by not computing product ids when the vendor does...Erwan Velu2009-02-251-30/+25
* hdt: Improving detection speed by skipping uncessary linesErwan Velu2009-02-251-0/+13
* hdt: No need to only copy vendor nameErwan Velu2009-02-251-8/+6
* hdt: Performance optimisations : avoiding hex_to_int in pci_domain loopsErwan Velu2009-02-251-14/+29
* hdt: Adding get_class_name_from_pci_ids to grab class name from the pciidsErwan Velu2009-02-251-0/+87
* pci: fix pci_scan()Sebastian Herbszt2008-08-121-2/+4
* pci: cosmetic fixesSebastian Herbszt2008-08-121-34/+34
* pci: revamp the PCI system to have a hierarchial formatH. Peter Anvin2008-08-121-179/+183
* pci: store device addressH. Peter Anvin2008-08-011-3/+7
* pci: fix off-by-one error and introduce MAX_PCI_FUNCSebastian Herbszt2008-06-131-7/+7
* PCI detection code doesn't corrupt memory anymore (2nd try)Erwan2008-03-201-22/+20
* Whitespace cleanup...syslinux-3.62-pre11H. Peter Anvin2008-02-191-10/+10
* Clean up some of the new PCI code from Erwan Velu.syslinux-3.52-pre7H. Peter Anvin2007-08-161-79/+86
* Improving PCI collected informationsErwan Velu2007-08-161-6/+246
* Move the PCI-scanning code into the library proper.H. Peter Anvin2007-04-031-0/+165