term% cat index.txt PCI(8) System Manager's Manual PCI(8)
NAME
pci - print PCI bus configuration
SYNOPSIS
pci [ -bv ] [ vid/did ... ]
DESCRIPTION
Pci normally prints one line per device found on the local PCI bus de‐
scribed by #$/pci. The fields are bus.device.function, class, class
code, vendor/device ids , IRQ (interrupt), followed by the configura‐
tion registers in pairs of index:address and size. The -b option sup‐
presses output for PCI bridges. The -v option adds a second line per
device, containing an English description obtained from /lib/pci.
If any number of vid/did pairs is specified, pci instead looks up each
pair in the database and prints the vid/did, followed by the English
description of the vendor and device on a new line if it exists in the
database.
FILES
/lib/pci
SOURCE
/rc/bin/pci
SEE ALSO
pnp(3)
PCI(8)