libpciaccess

Generic PCI access library for reading hardware device information

brewmacoslinux
Try with needOr install directly
Source

About

Generic PCI access library

Examples

list all PCI devices on the system$ lspci
show detailed PCI device information with vendor names$ lspci -v
find graphics card or GPU in system$ lspci | grep -i vga
display PCI device tree hierarchy$ lspci -t
get PCI device info in machine readable format$ lspci -m