Path to this page:
Subject: CVS commit: pkgsrc/sysutils/pciutils
From: Thomas Klausner
Date: 2012-04-22 18:00:38
Message id: 20120422160038.8A992175DD@cvs.netbsd.org
Log Message:
Update to 3.1.9:
2012-01-14 Martin Mares <mj@ucw.cz>
* Released as 3.1.9.
* Updated README.
* Whereever 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.
* When scanning extended capabilities, properly mask the lowest 2 bits,
which are currently reserved. This avoids unaligned access errors on
broken hardware (see tests/broken-ecaps).
* Large bar sizes are displayed in human-readable format (with units).
Thanks to Matthew Wilcox.
* Physical slot information is displayed correctly for multi-function cards.
Fixed by Matthew Wilcox.
* Fixed a couple of typos everywhere.
* Library: Fixed bugs in freeing of capabilities.
* Windows back-end compiles again.
2009-08-14 Martin Mares <mj@ucw.cz>
* Released as 3.1.4.
(sorry that I have missed 22/7 and released it later :-))
* 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.
* On request of certain company's lawyers, we now include a copy
of the GPL with our package. It seems that the pciutils are getting
mature if the most important bug of the month was this one ;-)
Files: