2011-03-30 13:49:47 +00:00
|
|
|
.TH PCI 8
|
|
|
|
.SH NAME
|
|
|
|
pci \- print PCI bus configuration
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B pci
|
|
|
|
[
|
|
|
|
.B -bv
|
2014-12-21 05:56:06 +00:00
|
|
|
] [
|
|
|
|
.B vid/did ...
|
2011-03-30 13:49:47 +00:00
|
|
|
]
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.I Pci
|
|
|
|
normally prints one line per device found on the local PCI bus
|
|
|
|
described by
|
|
|
|
.BR #$/pci .
|
|
|
|
The fields are
|
|
|
|
.IB bus . device . function ,
|
|
|
|
class,
|
|
|
|
class code,
|
|
|
|
.IB vendor / device
|
|
|
|
ids ,
|
|
|
|
IRQ (interrupt),
|
|
|
|
followed by the configuration registers in pairs of
|
|
|
|
.IB index : address
|
|
|
|
and
|
|
|
|
.IR size .
|
|
|
|
The
|
|
|
|
.B -b
|
|
|
|
option suppresses output for PCI bridges.
|
|
|
|
The
|
|
|
|
.B -v
|
|
|
|
option adds a second line per device, containing an English description
|
|
|
|
obtained from
|
|
|
|
.BR /lib/pci .
|
2014-12-21 06:32:51 +00:00
|
|
|
.PP
|
|
|
|
If any number of
|
|
|
|
.B vid/did
|
|
|
|
pairs is specified,
|
|
|
|
.I pci
|
|
|
|
instead looks up each pair in the database and prints the
|
|
|
|
.B vid/did,
|
|
|
|
followed by the English description of the vendor and device on a new line if it exists in the database.
|
2011-03-30 13:49:47 +00:00
|
|
|
.SH FILES
|
|
|
|
.B /lib/pci
|
|
|
|
.SH SOURCE
|
|
|
|
.B /rc/bin/pci
|
|
|
|
.SH SEE ALSO
|
|
|
|
.IR pnp (3)
|