]> mj.ucw.cz Git - pciutils.git/blobdiff - lspci.8
Fixed problems with glibc 1.99 on PPC. Thanks, Geert.
[pciutils.git] / lspci.8
diff --git a/lspci.8 b/lspci.8
index 954f7e8f1345d975c369e3f883e1391381053aa2..d98a91da8d955b6257c3d455e97bdd39e9154bdd 100644 (file)
--- a/lspci.8
+++ b/lspci.8
@@ -1,4 +1,4 @@
-.TH lspci 8 "9 February 98" "pciutils-1.01" "Linux PCI Utilities"
+.TH lspci 8 "17 July 1998" "pciutils-1.07" "Linux PCI Utilities"
 .IX lspci
 .SH NAME
 lspci \- list all PCI devices
@@ -54,24 +54,16 @@ PCI bus instead of as seen by the kernel.
 Show a tree-like diagram containing all busses, bridges, devices and connections
 between them.
 .TP
-.B -B <bus>
-Show only devices on specified bus.
+.B -s [[<bus>]:][<slot>][.[<func>]]
+Show only devices in specified bus, slot and function. Each component of the device
+address can be omitted or set as "*" meaning "any value". All numbers are
+hexadecimal.  E.g., "0:" means all devices on bus 0, "0" means all functions of device 0
+on any bus, "0.3" selects third function of device 0 on all busses and ".4" shows only
+fourth function of each device.
 .TP
-.B -S <slot>
-Show only devices in specified slot number.
-.TP
-.B -F <func>
-Show only specified function number of all devices (you can mix it with
-.B -B
-and
-.B -S
-to select single device).
-.TP
-.B -V <vendor>
-Show only devices having specified vendor ID.
-.TP
-.B -D <devid>
-Show only devices having specified device ID.
+.B -d [<vendor>]:[<device>]
+Show only devices with specified vendor and device ID. Both ID's are given in
+hexadecimal and may be omitted or given as "*" meaning "any value".
 .TP
 .B -i <file>
 Use
@@ -83,6 +75,10 @@ as PCI ID database instead of /etc/pci.ids.
 Use
 .B <dir>
 as directory containing PCI bus information instead of /proc/bus/pci.
+.TP
+.B -m
+Dump PCI device data in machine readable form (both normal and verbose format supported)
+for easy parsing by scripts.
 
 .SH FILES
 .TP