First import
[xorg_rtime.git] / xorg-server-1.4 / hw / xfree86 / utils / scanpci / scanpci.man.pre
blob2c9bcc964b651d799418bfabfed1a917d78380b7
1 .\" $XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.man,v 3.2 2000/12/11 20:18:45 dawes Exp $ 
2 .TH SCANPCI 1 __vendorversion__
3 .SH NAME
4 scanpci - scan/probe PCI buses
5 .SH SYNOPSIS
6 .B scanpci
7 .RB [ \-v12OfV ]
8 .SH DESCRIPTION
9 .I Scanpci
10 is a utility that can be used to scan PCI buses and report information
11 about the configuration space settings for each PCI device.
12 On most platforms,
13 .I scanpci
14 can only be run by the root user.
15 .SH OPTIONS
16 .TP 8
17 .B \-v
18 Print the configuration space information for each device in a verbose
19 format.  Without this option, only a brief description is printed for
20 each device.
21 .TP 8
22 .B \-1
23 Use PCI config type 1.
24 .TP 8
25 .B \-2
26 Use PCI config type 2.
27 .TP 8
28 .B \-f
29 Used in conjunction with the above two options, this forces the specified
30 configuration type to be used for config space access.
31 .TP 8
32 .B \-O
33 Use the OS's PCI config space access mechanism to access the PCI config
34 space (when available).
35 .TP 8
36 .BI "\-V " n
37 Set the verbosity level to
38 .I n
39 for the internal PCI scanner.  This is primarily for debugging use.
40 .SH "SEE ALSO"
41 pcitweak(1)
42 .SH AUTHORS