* 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.
* Filters now support matching by device class. Original
patch by Matthew Wilcox, wrappers for ABI compatibility
by me.
* 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.
- Refresh patch:
* pciutils-endianh.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=46
- Version bump to 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.
- Cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=42
- Update to 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.
- Update to 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.
- rebase patches
- require libkmod
OBS-URL: https://build.opensuse.org/request/show/185026
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=40
* Minor improvements and bug fixes in decoding of the Virtual Channel
capability.
* 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).
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=20
* 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).
* Physical slot information is displayed correctly for multi-function cards.
* Fixed a couple of typos everywhere.
* Library: Fixed bugs in freeing of capabilities.
* Windows back-end compiles again.
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=15
* 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.
* 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 ;-)
OBS-URL: https://build.opensuse.org/package/show/Base:System/pciutils?expand=0&rev=10