pci 627 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .TH PCI 8
  2. .SH NAME
  3. pci \- print PCI bus configuration
  4. .SH SYNOPSIS
  5. .B pci
  6. [
  7. .B -bv
  8. ]
  9. .SH DESCRIPTION
  10. .I Pci
  11. normally prints one line per device found on the local PCI bus
  12. described by
  13. .BR #$/pci .
  14. The fields are
  15. .IB bus . device . function ,
  16. class,
  17. class code,
  18. .IB vendor / device
  19. ids ,
  20. IRQ (interrupt),
  21. followed by the configuration registers in pairs of
  22. .IB index : address
  23. and
  24. .IR size .
  25. The
  26. .B -b
  27. option suppresses output for PCI bridges.
  28. The
  29. .B -v
  30. option adds a second line per device, containing an English description
  31. obtained from
  32. .BR /lib/pci .
  33. .SH FILES
  34. .B /lib/pci
  35. .SH SOURCE
  36. .B /rc/bin/pci
  37. .SH SEE ALSO
  38. .IR pnp (3)