On Tue, 10 Mar 2026, John Baldwin wrote:
The branch main has been updated by jhb:
URL:
https://cgit.FreeBSD.org/src/commit/?id=14b8a27883c15d3add3114f855eff7c6bda1b015
commit 14b8a27883c15d3add3114f855eff7c6bda1b015
Author: John Baldwin <[email protected]>
AuthorDate: 2026-03-10 16:51:00 +0000
Commit: John Baldwin <[email protected]>
CommitDate: 2026-03-10 16:51:00 +0000
pciconf: Add a tree mode
This lists PCI devices in a hierarchy showing the parent/child
relationship of PCI devices and bridges. While this is inspired by
lspci -t output, the format is closer to ps -d and also prefers using
new-bus device names when possible. If a device does not have a
driver, the PCI selector is output in place of the device name.
When the -v flag is given, the vendor and device ID strings are output
after the device name. If a string for an ID isn't found, the hex ID
values are output instead.
If this is what I enquired about in Dec 2023 then a HUGE THANK YOU for this.
Can't wait to try this the next days on my 64 mPCIe arm64 machine.
/bz
--
Bjoern A. Zeeb r15:7