]> git.lizzy.rs Git - plan9front.git/blob - sys/man/8/pci
truetypefs(4): document truetypefs
[plan9front.git] / sys / man / 8 / pci
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 .B vid/did ...
10 ]
11 .SH DESCRIPTION
12 .I Pci
13 normally prints one line per device found on the local PCI bus
14 described by
15 .BR #$/pci .
16 The fields are
17 .IB bus . device . function ,
18 class,
19 class code,
20 .IB vendor / device
21 ids ,
22 IRQ (interrupt),
23 followed by the configuration registers in pairs of
24 .IB index : address
25 and
26 .IR size .
27 The
28 .B -b
29 option suppresses output for PCI bridges.
30 The
31 .B -v
32 option adds a second line per device, containing an English description
33 obtained from
34 .BR /lib/pci .
35 .PP
36 If any number of 
37 .B vid/did
38 pairs is specified,
39 .I pci
40 instead looks up each pair in the database and prints the
41 .B vid/did,
42 followed by the English description of the vendor and device on a new line if it exists in the database.
43 .SH FILES
44 .B /lib/pci
45 .SH SOURCE
46 .B /rc/bin/pci
47 .SH SEE ALSO
48 .IR pnp (3)