History log of /netbsd/usr.sbin/pcictl/pcictl.8 (Results 1 – 20 of 20)
Revision Date Author Comments
# 8ae8201f 30-Nov-2019 riastradh <riastradh@NetBSD.org>

Use .Sy, not .Em, for bold-faced WARNING of impending doom.

Underline and, worse, italic aren't as good at catching the eye.


# 62670575 27-Sep-2016 mrg <mrg@NetBSD.org>

apply the previous typo in another place as well.


# 70629d98 27-Sep-2016 wiz <wiz@NetBSD.org>

Sort sections. Formatting nitpicks. Fix typo.


# a0887677 25-Sep-2016 mrg <mrg@NetBSD.org>

add some examples: "pcictl pci0 list" and "pcictl pci0 list -N".
inspired by PR 51243.


# f93f10b5 10-Sep-2014 wiz <wiz@NetBSD.org>

Fix pasto.


# 7e1cfde7 10-Sep-2014 riastradh <riastradh@NetBSD.org>

Sternly advise against `pcictl read/write'. Use .Cm, not .Nm, while here.


# d92cacd8 01-Sep-2014 manu <manu@NetBSD.org>

read and write commands for pcictl, from riastradh@ and wiz@
http://mail-index.netbsd.org/tech-kern/2014/08/26/msg017572.html


# 1447fe10 31-Aug-2014 wiz <wiz@NetBSD.org>

Sort options.


# 7ef7291e 31-Aug-2014 mrg <mrg@NetBSD.org>

add -N option to print the driver name as returned by pci_drvname(3).


# 800653e1 26-Aug-2014 wiz <wiz@NetBSD.org>

Use more appropriate macro for command line command argument.


# 26b5a191 25-Feb-2011 jmcneill <jmcneill@NetBSD.org>

make pcictl pci0 list dump all busses by default, unless a bus number is
specified with -b


# e9b81770 25-Feb-2011 wiz <wiz@NetBSD.org>

Add quoting for minus, for PostScript output.


# b39af53b 25-Feb-2011 jmcneill <jmcneill@NetBSD.org>

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


# 997634fe 09-Mar-2009 joerg <joerg@NetBSD.org>

Fix preamble to match order set out by mdoc(7). Discussed with wiz.


# 0cc11701 29-Jan-2007 hubertf <hubertf@NetBSD.org>

Xref drvctl(8), bump date


# de593fa0 03-Oct-2006 wiz <wiz@NetBSD.org>

New sentence, new line.


# fe81bd2f 01-Oct-2006 hubertf <hubertf@NetBSD.org>

Add "list -n" to print ID and class numerical, instead of resolving to strings:

miyu% pcictl /dev/pci1 list
001:00:0: ATI Technologies Rage Fury MAXX AGP 4x (TMDS) (VGA display)
miyu% pcictl /dev

Add "list -n" to print ID and class numerical, instead of resolving to strings:

miyu% pcictl /dev/pci1 list
001:00:0: ATI Technologies Rage Fury MAXX AGP 4x (TMDS) (VGA display)
miyu% pcictl /dev/pci1 list -n
001:00:0: 0x50461002 (0x3000000)

OK'd by thorpej@

show more ...


# 9d1bacfd 18-Aug-2003 yyamano <yyamano@NetBSD.org>

fix typo.


# 8b531ac9 15-Sep-2001 thorpej <thorpej@NetBSD.org>

By poppular demand, don't wildcard "bus" on the "list" command
by default.


# 0c91ac68 13-Sep-2001 thorpej <thorpej@NetBSD.org>

pcictl(8) -- a program for frobbing the PCI bus, and also an example
of how to use libpci.

Currently has "list" (list devices within a PCI domain) and "dump" (dump
PCI configuration header for a dev

pcictl(8) -- a program for frobbing the PCI bus, and also an example
of how to use libpci.

Currently has "list" (list devices within a PCI domain) and "dump" (dump
PCI configuration header for a device) sub-commands.

show more ...