]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.man
Some new ID's and German description in the spec file.
[pciutils.git] / lspci.man
index 6021d9278f1b17dd5cbd45fe044268dddf021d38..addcd235398bc4c6e4198de20cbd9744e21a3c0f 100644 (file)
--- a/lspci.man
+++ b/lspci.man
@@ -85,6 +85,20 @@ as directory containing PCI bus information instead of /proc/bus/pci.
 .B -m
 Dump PCI device data in machine readable form (both normal and verbose format supported)
 for easy parsing by scripts.
+.TP
+.B -M
+Invoke bus mapping mode which scans the bus extensively to find all devices including
+those behind misconfigured bridges etc. Please note that this is intended only for
+debugging and as it can crash the machine (only in case of buggy devices, but
+unfortunately these happen to exist), it's available only to root. Also using
+-M on PCI access methods which don't directly touch the hardware has no
+sense since the results are (modulo bugs in lspci) identical to normal listing
+modes.
+.TP
+.B --version
+Shows 
+.I lspci
+version. This option should be used standalone.
 
 .SH PCILIB OPTIONS
 The PCI utilities use PCILIB (a portable library providing platform-independent
@@ -135,4 +149,4 @@ file containing a list of all PCI devices.
 .BR setpci (8)
 
 .SH AUTHOR
-The Linux PCI Utilities are maintained by Martin Mares <mj@atrey.karlin.mff.cuni.cz>.
+The Linux PCI Utilities are maintained by Martin Mares <mj@suse.cz>.