~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/Xserver/hw/xfree86/etc/scanpci.man

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" $XFree86: xc/programs/Xserver/hw/xfree86/etc/scanpci.man,v 3.3 2001/01/27 18:20:56 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