2020-01-23 05:26:41 by SAITOH Masanobu | Files touched by this commit (5) | |
Log message:
Update pciutils to 3.6.3.
2020-01-22 Martin Mares <mj@ucw.cz>
* Released as 3.6.3.
* `lspci -t' (tree mode) can be combined with `-s' to show a sub-tree.
We also fixed potential buffer overflows in the tree dumper.
* Cleaned messy code for dumping of I/O, memory, and ROM regions.
This helped fixing a bug, which caused some 64-bit regions to be
reported as virtual. All flags are now printed after the address
(previously, "[virtual]" and "[enhanced]" were before it \
for no good
reason).
* Added pci_find_cap_nr() to the library, which handles capabilities
which occur multiple times in a single device.
* Minor improvements in printing of PCIe capabilities.
* We now decode the Multicast and Secondary PCI Express extended
capabilities.
* The list of capability names available to setpci was updated.
* Minor bugs were fixed in FreeBSD and Solaris ports.
* We now prefer HTTPS URLs in all documentation
* The pci.ids file has a man page.
* As usually, updated pci.ids to the current snapshot of the database.
|
2019-01-25 05:54:36 by SAITOH Masanobu | Files touched by this commit (3) |
Log message:
Set PCI_HAVE_64BIT_ADDRESS for NetBSD.
|
2018-08-17 06:03:28 by SAITOH Masanobu | Files touched by this commit (3) | |
Log message:
Update sysutils/pciutils to 3.6.2.
2018-08-12 Martin Mares <mj@ucw.cz>
* Released as 3.6.2.
* Added "-P" and "-PP" switches to lspci, which display the path
through bridges to each device.
* Fixed a couple of bugs in computation of bus topology. It was
previously used only for the tree display, but we re-use it for
computing the paths.
* As usually, updated pci.ids to the current snapshot of the database.
|
2018-07-14 09:34:58 by SAITOH Masanobu | Files touched by this commit (3) |
Log message:
Update sysutils/pciutils to 3.6.1.
2018-07-12 Martin Mares <mj@ucw.cz>
* Released as 3.6.1.
* Fixed compilation issues on Linux systems with MUSL libc.
|
2018-07-03 05:35:37 by SAITOH Masanobu | Files touched by this commit (3) | |
Log message:
Update sysutils/pciutils from 3.5.6 to 3.6.0.
2018-06-30 Martin Mares <mj@ucw.cz>
* Released as 3.6.0.
* BARs reported by the OS, but not set on the device itself are
reliably marked with "[virtual]".
* Library: Introduced a generic mechanism of string properties. This
avoids lots of special cases and makes ABI compatibility easier.
* On Linux systems with OpenFirmware, report corresponding device tree
nodes as device properties.
* VPD decoder knows several non-standard extensions.
* When PCIe link speed is less than the maximum supported by the
device, it is explicitly marked as "downgraded".
* Several new capabilities are not decoded yet, but at least their
names are printed.
* The Null capability is easily decoded.
* Formatting of several capabilities was cleaned up.
* The VGA16 bit in the bridge control register is now supported.
* Added a port to SylixOS. Thanks to YuJian Gong for contribution.
* Added a port to DOS/DJGPP. Thanks to Rudolf Marek for contribution.
* The order in which back-ends are probed was decoupled from the
internal back-end IDs. This helps, because new back-ends must have
their ID allocated at the end to keep the ABI, but they might need
to be proved earlier.
* The fbsd-device back-end should work again.
* Fixed a couple of bugs. Most notably, DeviceName was not printed.
* As usually, updated pci.ids to the current snapshot of the database.
|
2018-01-31 14:21:55 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
pciutils: Fix SunOS/clang.
|
2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583) |
Log message:
Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.
There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
|
2017-11-20 04:14:42 by SAITOH Masanobu | Files touched by this commit (4) | |
Log message:
Update pciutils to 3.5.6.
2017-11-17 Martin Mares <mj@ucw.cz>
* Released as 3.5.6.
* Improvements of the FreeBSD back-end: read-only access for non-root,
support DragonFly BSD, support extended config space.
* MN VPD keyword is decoded correctly.
* As usually, updated pci.ids to the current snapshot of the database.
|
2017-07-06 06:50:02 by SAITOH Masanobu | Files touched by this commit (3) | |
Log message:
Updated sysutils/pciutils to 3.5.5.
2017-07-05 Martin Mares <mj@ucw.cz>
* Released as 3.5.5.
* Better decoding of AER capability.
* "Slot Implemented" flag is decoded for PCI/PCI-X to PCIe bridges.
* Minor fixes of decoding other capabilities.
* As usually, updated pci.ids to the current snapshot of the database.
|
2017-03-02 21:09:32 by Maya Rashish | Files touched by this commit (1) |
Log message:
pciutils: fix checksum mismatch.
the file on kernel.org has a different checksum from other mirrors.
(contents don't appear different)
because ftp.kernel.org went down, we were not fetching it, which resulted
in a mismatch.
switch to http @ kernel.org. now the first mirror will have a mismatched
checksum, but the second won't.
|