]> mj.ucw.cz Git - pciutils.git/blobdiff - ChangeLog
lspci: Add ability to filter by class code
[pciutils.git] / ChangeLog
index 4919a650d948321fabbff663c722e9bce8e05f36..817f8b0fbba1c82db8049f553942143c46efda89 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,119 @@
+2014-11-02  Martin Mares <mj@ucw.cz>
+
+       * Device names exported by BIOS are displayed on Linux.
+
+       * On Linux systems, HWDB is used to look up device names
+         when our ID database gives no match. (More precisely,
+         HWDB is consulted after local pci.ids, but before using
+         network to query online pci.ids.) Thanks to Tom Gundersen
+         for the initial patch.
+
+       * Added experimental back-end for OS X / Darwin. Thanks to
+         Richard Yao for providing it.
+
+       * Interrupt Pin and Interrupt Line registers are displayed
+         for bridge devices, too.
+
+       * Several portability bugs have been fixed.
+
+       * Several typos have been fixed. Also, use of questionable
+         constructs in man pages has been reduced.
+
+       * PCIe link capabilities now include the ASPMOptComp bit.
+
+       * The "CRS Software Visibility" bit is now decoded properly.
+
+       * Updated pci.ids to the current snapshot of the database.
+
+2013-11-10  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.2.1.
+
+       * CardBus bridge capabilities are displayed.
+
+       * PCIe L1 PM substates are decoded.
+
+       * Various bugs were fixed in decoding of PCIe capabilities.
+
+       * The sysfs back-end does not spit out unnecessary warnings when
+         empty slots report only a partial device address. This actually
+         happens on IBM pSeries.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
+2013-04-19  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.2.0.
+
+       * On newer Linux systems, we use libkmod to look up kernel modules
+         (modules.pcimap no longer exists). To facilitate this, libpci
+         is able to look up module aliases in sysfs.
+
+       * Various minor bug fixes.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
+2012-06-25  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.10.
+
+       * Decoding of LTR/OBFF in PCIe capabilities.
+
+       * Various minor bug fixes.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
+2012-01-14  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.9.
+
+       * Updated README.
+
+       * Wherever we mention the PCI ID database, we now refer to
+         http://pci-ids.ucw.cz/ and the sf.net site is mentioned only
+         as a mirror. This includes update-pciids.
+
+       * Decode PCIe Gen 3 speeds and link status fields.
+
+       * Various minor bug fixes.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
+2011-10-02  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.8.
+
+       * More capabilities: Transaction Processing Hints, Latency Tolerance
+       Reporting. Thanks to Jesse Barnes.
+
+       * Added BeOS and Haiku ports. Contributed by Francois Revol.
+
+       * pciutils.pc now uses Libs.private properly.
+
+       * When we format a name and it does not fit in the buffer, we truncate
+       it instead of returning "buffer too small" instead. This works on all
+       platforms with sane (i.e., C99-compatible) snprintf().
+
+       * Various minor bug fixes.
+
+       * Updated pci.ids to the today's snapshot of the database.
+
+2010-01-31  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.7.
+
+       * Minor improvements and bug fixes in decoding of the Virtual Channel
+       capability.
+
+2010-01-24  Martin Mares <mj@ucw.cz>
+
+       * Released as 3.1.6.
+
+       * More capabilities decoded: Virtual Channel (except arbitration
+       tables), Root Complex Link, Vendor-Specific (header only), SATA HBA.
+
+       * All extended capabilities have their version displayed (-vv or more).
+
 2010-01-19  Martin Mares <mj@ucw.cz>
 
        * Released as 3.1.5.
        * Updated pci.ids to the today's snapshot of the database.
 
        * Fixed memory and file descriptor leak in the dump back-end.
-       
+
        * The SR-IOV capability decoder now prints the VF BAR's.
        Patch by Chris Wright, cleaned up by me.
 
 
        * Makefile: stripping of the binaries during installation can be
        overridden by the STRIP variable.
-       
+
        * lib/types.h: We use the integer types from <stdint.h> if the
        compiler claims C99 support.