Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/pcictl Today I learned that 'pcictl pci0 list -b -1...



details:   https://anonhg.NetBSD.org/src/rev/ead346b9b987
branches:  trunk
changeset: 762676:ead346b9b987
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Feb 25 13:50:18 2011 +0000

description:
Today I learned that 'pcictl pci0 list -b -1' lists devices on all busses.

diffstat:

 usr.sbin/pcictl/pcictl.8 |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 84c36346a727 -r ead346b9b987 usr.sbin/pcictl/pcictl.8
--- a/usr.sbin/pcictl/pcictl.8  Fri Feb 25 13:29:46 2011 +0000
+++ b/usr.sbin/pcictl/pcictl.8  Fri Feb 25 13:50:18 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pcictl.8,v 1.7 2009/03/09 19:24:33 joerg Exp $
+.\"    $NetBSD: pcictl.8,v 1.8 2011/02/25 13:50:18 jmcneill Exp $
 .\"
 .\" Copyright 2001 Wasabi Systems, Inc.
 .\" All rights reserved.
@@ -33,7 +33,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 29, 2007
+.Dd February 25, 2011
 .Dt PCICTL 8
 .Os
 .Sh NAME
@@ -67,6 +67,7 @@
 numbers may be specified by flags.
 If the bus is not specified, it defaults to the bus number of the
 PCI bus specified on the command line.
+If the bus is -1, devices on all busses are listed.
 Any other locator not specified defaults
 to a wildcard, or may be explicitly wildcarded by specifying
 .Dq any .



Home | Main Index | Thread Index | Old Index