summaryrefslogtreecommitdiff
path: root/lspci.c
Commit message (Expand)AuthorAgeFilesLines
* Correct the end of CardBus memory windowsBjorn Helgaas2012-01-141-1/+2
* Moved #include <unistd.h> to pciutils.h and avoid it on WindowsMartin Mares2010-12-041-1/+0
* Shorten BAR size suffixesMartin Mares2009-11-221-1/+1
* Improve large BAR displayMatthew Wilcox2009-11-221-10/+8
* Don't display 'disabled' for a virtual base addressYu Zhao2009-01-181-3/+7
* Remove 64-bit BAR handling code for bus centric viewYu Zhao2009-01-181-11/+0
* Display physical slot information in lspci -vAlex Chiang2008-12-131-1/+6
* Split lspci to multiple source files.Martin Mares2008-11-211-2267/+13
* In verbose mode, display contents of VPD if possibleBen Hutchings2008-11-211-1/+156
* Coding style cleanup: `for(...)' wants a space.Martin Mares2008-11-101-25/+25
* Added dumping of the Address Translation Services capability.Yu Zhao2008-11-101-0/+19
* Let `lspci -k' display subsystem names.Martin Mares2008-11-091-25/+29
* Decode HT 1.02 in the same way as HT 1.03.Carl-Daniel Hailfinger2008-11-091-12/+12
* Fix printing of PCIE AER capability.Max Asbock2008-11-091-4/+4
* Fix spelling of MSI.Martin Mares2008-11-091-1/+1
* Fix printing the MSI capability.Martin Mares2008-08-261-3/+3
* Single Root I/O Virtualization capability supportZhao, Yu2008-08-261-0/+46
* Alternative Routing-ID Interpretation capability supportZhao, Yu2008-08-261-0/+22
* Access Control Services capability supportZhao, Yu2008-08-261-1/+24
* Advanced Error Reporting capability supportZhao, Yu2008-08-261-1/+46
* PCI Express Device, Link and Slot 2 capabilities supportZhao, Yu2008-08-261-2/+164
* Tidy up help texts on usage.Martin Mares2008-02-121-10/+26
* Replaced the method_params array by library parameters.Martin Mares2008-02-121-2/+5
* Die if DNS queries are requested, but not available.Martin Mares2008-02-111-0/+6
* Added options for controlling the DNS query modes.Martin Mares2008-02-111-25/+43
* Implemented control options and the caching logic.Martin Mares2008-02-111-1/+3
* Finished support for displaying of kernel drivers/modules.driversMartin Mares2007-11-061-27/+58
* Implemented searching for kernel modules. Works, but needs cleanup.Martin Mares2007-11-021-58/+192
* First attempt at printing Linux driver names.Martin Mares2007-11-021-0/+35
* Added two more capability ID's gathered from various ECN's.Martin Mares2007-10-191-0/+6
* Big code cleanup.Martin Mares2007-10-191-204/+212
* Decode the Debug port capability (per EHCI 0.96 spec).Martin Mares2007-10-191-1/+9
* Incomplete decoding of several capabilities is marked with <?>.Martin Mares2007-10-191-32/+28
* Capability loop detection introduced 2.2.7 did not work properly withMartin Mares2007-10-121-1/+1
* Decode a couple of bits of traditional registers, which are extendedMartin Mares2007-10-051-13/+22
* Fully decode PCI Express capability. Most of the PCIE extended capabilitiesMartin Mares2007-10-051-53/+132
* Detect and report loops in capability lists.Martin Mares2007-10-051-0/+14
* More bits of PCIE capability decoding.Martin Mares2007-10-051-1/+9
* Extended the fbsd-device backend to run on Dragonfly BSD.Martin Mares2007-09-121-2/+3
* Resurrected the Windows port.Martin Mares2007-09-031-1/+1
* Added decoding of HT MSI capability.Martin Mares2007-08-141-1/+12
* fix minor logic error in grow_tree()Jason Lunz2007-03-301-6/+6
* Added PCI/PCI-X to PCI-Express Bridge type.Martin Mares2007-02-141-0/+3
* Get rid of bzero().Martin Mares2007-02-061-3/+3
* alloca() needs <alloca.h>.Martin Mares2007-02-041-2/+4
* Errors when reading standard config header are no longer fatal.Martin Mares2006-09-101-2/+8
* Whitespace cleanup.Martin Mares2006-09-101-1/+1
* Perform shell escaping in `-m' mode where necessary.Martin Mares2006-09-091-10/+20
* Added a `-vmm' mode.Martin Mares2006-09-091-1/+1
* Whitespace cleanup of all source files.Martin Mares2006-09-091-10/+10