PCI(4) - Device Drivers Manual # PCI(4) - Device Drivers Manual
NAME # pci - introduction to PCI bus support
SYNOPSIS # # alpha pci* at apecs? pci* at cia? pci* at irongate? pci* at lca? pci* at tsp? pci* at mcpcia?
# amd64, i386 pci* at mainbus0
# arm64 pci* at acpipci? pci* at bcmpcie? pci* at dwpcie? pci* at mvkpcie? pci* at pciecam? pci* at rkpcie?
# armv7 pci* at mvpcie?
...
PCIDUMP(8) - System Manager’s Manual # PCIDUMP(8) - System Manager’s Manual
NAME # pcidump - show PCI device data
SYNOPSIS # pcidump [-v] [-x | -xx | -xxx] [-d pcidev] [bus:dev:func]
pcidump -r file [-d pcidev] bus:dev:func
DESCRIPTION # The pcidump utility displays the device address, vendor, and product name of PCI devices. When no arguments are given, information on all PCI devices in the system is shown; otherwise a single PCI domain or device may be specified.
...