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 ;-)
12 lines
339 B
Text
12 lines
339 B
Text
$NetBSD: patch-ac,v 1.2 2012/04/22 16:00:38 wiz Exp $
|
|
|
|
--- lib/libpci.pc.in.orig 2011-10-02 09:52:11.000000000 +0000
|
|
+++ lib/libpci.pc.in
|
|
@@ -6,6 +6,6 @@ idsdir=@IDSDIR@
|
|
Name: libpci
|
|
Description: libpci
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lpci
|
|
+Libs: -L${libdir} -l@PCIUTILS_LIBNAME@
|
|
Libs.private: @LDLIBS@
|
|
Cflags: -I${includedir}
|