a collection of programs for inspecting and manipulating configuration of PCI devices
The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices, all based on a common portable library libpci which offers access to the PCI configuration space on a variety of operating systems.
The PCI Utilities are a collection of programs for inspecting and manipulating configuration of PCI devices, all based on a common portable library libpci which offers access to the PCI configuration space on a variety of operating systems.
To install pciutils, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install pciutils
To see what files were installed by pciutils, run:
port contents pciutils
To later upgrade pciutils, run:
sudo port selfupdate && sudo port upgrade pciutils
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.