summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Released as 3.1.2.v3.1.2Martin Mares2009-02-012-2/+8
* One more fix for the syntax error checks in setpci argument parser.Martin Mares2009-02-011-1/+5
* Released as 3.1.1.v3.1.1Martin Mares2009-01-302-2/+14
* Updated pci.ids to the today's snapshot.Martin Mares2009-01-301-7/+99
* configure: Set LC_ALL globally.Martin Mares2009-01-301-1/+4
* setpci: Fixed a typo in parsing of values, causing SIGSEGV on some bad inputs.Martin Mares2009-01-301-2/+2
* $(PCILIB): respect $(LDFLAGS) when linkingMike Frysinger2009-01-291-1/+1
* Fixed a typo in the ChangeLog.Martin Mares2009-01-181-1/+1
* Released as 3.1.0.v3.1.0Martin Mares2009-01-183-5/+5
* Updated pci.ids to the snapshot of the day.Martin Mares2009-01-182-86/+212
* Updated ChangeLog.Martin Mares2009-01-181-0/+16
* Display some PCIe extended capabilities only when verbose level >= 2Yu Zhao2009-01-181-0/+15
* 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
* Fix inconsistent bus centric view between the sysfs and proc methodsYu Zhao2009-01-181-2/+2
* Fixed configure to work with Cygwin on Windows Vista.Martin Mares2009-01-161-1/+1
* Updated test cases from Yu Zhao.Martin Mares2008-12-302-67/+71
* PCIUtils: fix SR-IOV capability error in lspciYu Zhao2008-12-301-0/+1
* Fix base address flags when using sysfs methodYu Zhao2008-12-302-4/+6
* Released -alpha4.Martin Mares2008-12-131-2/+2
* A fix of the previous cleanup.Martin Mares2008-12-131-5/+8
* sysfs: Cleaned up caching of file descriptors.Martin Mares2008-12-131-23/+33
* Cleaned up detection of physical slots.Martin Mares2008-12-131-26/+30
* Slots: use strcpy instead of sprintf.Martin Mares2008-12-131-1/+1
* Updated the ChangeLog.Martin Mares2008-12-131-0/+30
* Released as -alpha3.v3.1-alpha3Martin Mares2008-12-131-2/+2
* Man: Mention that the sysfs backend supports physical slots.Martin Mares2008-12-131-1/+2
* Display physical slot information in lspci -vAlex Chiang2008-12-135-2/+76
* lspci: fix "suprise" typoBjorn Helgaas2008-12-124-4/+4
* Fix ATS capability error in lspciYu Zhao2008-12-121-1/+1
* Ignore NUL character at the end of VPD strings.Martin Mares2008-11-221-0/+2
* Accompany VPD items with human-readable names.Martin Mares2008-11-221-31/+76
* Copyright is held by Solarflare, not Ben personallyMartin Mares2008-11-221-1/+3
* Updated Matthew's address.Martin Mares2008-11-221-1/+1
* Decode VPD fully only with -vv or higher.Martin Mares2008-11-211-0/+2
* Released as -alpha2.v3.1-alpha2Martin Mares2008-11-211-2/+2
* Split lspci to multiple source files.Martin Mares2008-11-219-2269/+2395
* In verbose mode, display contents of VPD if possibleBen Hutchings2008-11-211-1/+156
* Add implementation of read_vpd() method for sysfsBen Hutchings2008-11-213-15/+65
* Add PCI 2.2 VPD register definitionsBen Hutchings2008-11-211-0/+7
* Add pci_read_vpd() function and internal read_vpd() methodBen Hutchings2008-11-2112-0/+18
* Added a test case for the ATS capability.Yu Zhao2008-11-121-0/+298
* Released as 3.1.0-alpha1.v3.1-alpha1Martin Mares2008-11-111-2/+2
* Updated library ABI with proper versioning.Martin Mares2008-11-117-10/+58
* setpci: Document the new syntax.Martin Mares2008-11-111-101/+75
* setpci: Fixed a silly bug in parsing of options.Martin Mares2008-11-111-3/+8
* setpci: Cleaned up reporting of parse errors.Martin Mares2008-11-112-43/+44
* setpci: Decorate trace() with PCI_PRINTF.Martin Mares2008-11-111-1/+1
* setpci: Even better tracing messages.Martin Mares2008-11-111-3/+3
* setpci: Do not request read-write access when in demo mode.Martin Mares2008-11-111-0/+2