]> mj.ucw.cz Git - pciutils.git/commitdiff
lspci: mention "-xxx" option in the help.
authorMartin Mares <mj@ucw.cz>
Sat, 6 Apr 2002 12:08:26 +0000 (12:08 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 5 May 2006 12:10:51 +0000 (14:10 +0200)
ChangeLog
lspci.c

index 69011fb0f8f4b66a37e9c576cf9f1e1661068d42..9a91bf17306a570269d1858e59f440f29f8e9c11 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-06  Martin Mares  <mj@ucw.cz>
+
+       * lspci.c: Mention "-xxx" in the help.
+
 2002-03-30  Martin Mares  <mj@ucw.cz>
 
        * Released as 2.1.10.
diff --git a/lspci.c b/lspci.c
index f4f53ee188a5d04d74917bae12647e17518a92a8..16a69afc67dfffe1395c348c592e02477cdad172 100644 (file)
--- a/lspci.c
+++ b/lspci.c
@@ -1,5 +1,5 @@
 /*
- *     $Id: lspci.c,v 1.41 2002/03/30 15:39:24 mj Exp $
+ *     $Id: lspci.c,v 1.42 2002/04/06 12:08:26 mj Exp $
  *
  *     Linux PCI Utilities -- List All PCI Devices
  *
@@ -34,7 +34,8 @@ Usage: lspci [<switches>]\n\
 -v\t\tBe verbose\n\
 -n\t\tShow numeric ID's\n\
 -b\t\tBus-centric view (PCI addresses and IRQ's instead of those seen by the CPU)\n\
--x\t\tShow hex-dump of config space\n\
+-x\t\tShow hex-dump of the standard portion of config space\n\
+-xxx\t\tShow hex-dump of the whole config space (dangerous; root only)\n\
 -s [[<bus>]:][<slot>][.[<func>]]\tShow only devices in selected slots\n\
 -d [<vendor>]:[<device>]\tShow only selected devices\n\
 -t\t\tShow bus tree\n\