diff options
author | Martin Mares <mj@ucw.cz> | 2008-02-11 22:03:02 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2008-02-11 22:03:02 +0100 |
commit | 7059c71191b16b439bc6c01803a3c670649da202 (patch) | |
tree | 28e5125b7aae1800fb6e8bf8e6592f76d278d8fc /lspci.man | |
parent | e022789daaab1c82b0a3e955f1dc4b34a6b03285 (diff) | |
download | pciutils-7059c71191b16b439bc6c01803a3c670649da202.tar.gz |
Documented the DNS query switches.
Diffstat (limited to 'lspci.man')
-rw-r--r-- | lspci.man | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -57,6 +57,25 @@ PCI ID list. .B -nn Show PCI vendor and device codes as both numbers and names. .TP +.B -q +Use DNS to query the central PCI ID database if a device is not found in the local +.B pci.ids +file. If the DNS query succeeds, the result is cached in +.B ~/.pciids-cache +and it is recognized in subsequent runs even if +.B -q +is not given any more. Please use this switch inside automated scripts only +with caution to avoid overloading the database servers. +.TP +.B -qq +Same as +.BR -q , +but the local cache is reset. +.TP +.B -Q +Query the central database even for entries which are recognized locally. +Use this if you suspect that the displayed entry is wrong. +.TP .B -x Show hexadecimal dump of the standard part of the configuration space (the first 64 bytes or 128 bytes for CardBus bridges). @@ -333,6 +352,9 @@ utility to download the most recent version. .B @IDSDIR@/pci.ids.gz If lspci is compiled with support for compression, this file is tried before pci.ids. .TP +.B ~/.pciids-cache +All ID's found in the DNS query mode are cached in this file. +.TP .B /proc/bus/pci An interface to PCI bus configuration space provided by the post-2.1.82 Linux kernels. Contains per-bus subdirectories with per-card config space files and a |