blob: ed2c8c6a87bc236b364fdb504ca0eebfeac26a5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
.TH PCI 8
.SH NAME
pci \- print PCI bus configuration
.SH SYNOPSIS
.B pci
[
.B -bv
] [
.B vid/did ...
]
.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 .
.SH FILES
.B /lib/pci
.SH SOURCE
.B /rc/bin/pci
.SH SEE ALSO
.IR pnp (3)
|