pci 591 B

123456789101112131415161718192021222324252627282930313233343536
  1. .TH PCI 8
  2. .SH NAME
  3. pci \- print PCI bus configuration
  4. .SH SYNOPSIS
  5. .B pci
  6. [
  7. .B -v
  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 -v
  27. option adds a second line per device, containing an English description
  28. obtained from
  29. .BR /lib/pci .
  30. .\" .SH EXAMPLES
  31. .SH FILES
  32. .B /lib/pci
  33. .SH SOURCE
  34. .B /rc/bin/pci
  35. .SH SEE ALSO
  36. .IR pnp (3)