riastradh
|
560cfcce81
|
Use .Sy, not .Em, for bold-faced WARNING of impending doom.
Underline and, worse, italic aren't as good at catching the eye.
|
2019-11-30 02:47:14 +00:00 |
mrg
|
cf3fd92536
|
apply the previous typo in another place as well.
|
2016-09-27 16:44:04 +00:00 |
wiz
|
c0666de355
|
Sort sections. Formatting nitpicks. Fix typo.
|
2016-09-27 11:13:57 +00:00 |
mrg
|
c47bfd7d3e
|
add some examples: "pcictl pci0 list" and "pcictl pci0 list -N".
inspired by PR 51243.
|
2016-09-25 00:06:49 +00:00 |
wiz
|
c48417e269
|
Fix pasto.
|
2014-09-10 21:13:50 +00:00 |
riastradh
|
3393ff7dbb
|
Sternly advise against `pcictl read/write'. Use .Cm, not .Nm, while here.
|
2014-09-10 21:09:32 +00:00 |
manu
|
5b31193998
|
read and write commands for pcictl, from riastradh@ and wiz@
http://mail-index.netbsd.org/tech-kern/2014/08/26/msg017572.html
|
2014-09-01 07:11:19 +00:00 |
wiz
|
12e2372174
|
Sort options.
|
2014-08-31 09:59:08 +00:00 |
mrg
|
8865fe7c92
|
add -N option to print the driver name as returned by pci_drvname(3).
|
2014-08-31 09:16:54 +00:00 |
wiz
|
23f0d17f09
|
Use more appropriate macro for command line command argument.
|
2014-08-26 16:21:15 +00:00 |
jmcneill
|
6c24ed80e8
|
make pcictl pci0 list dump all busses by default, unless a bus number is
specified with -b
|
2011-02-25 21:40:48 +00:00 |
wiz
|
1cc61a3b95
|
Add quoting for minus, for PostScript output.
|
2011-02-25 14:11:25 +00:00 |
jmcneill
|
29a080d47e
|
Today I learned that 'pcictl pci0 list -b -1' lists devices on all busses.
|
2011-02-25 13:50:18 +00:00 |
joerg
|
997634fe14
|
Fix preamble to match order set out by mdoc(7). Discussed with wiz.
|
2009-03-09 19:24:26 +00:00 |
hubertf
|
0cc1170149
|
Xref drvctl(8), bump date
|
2007-01-29 00:48:34 +00:00 |
wiz
|
de593fa02d
|
New sentence, new line.
|
2006-10-03 02:08:16 +00:00 |
hubertf
|
fe81bd2f72
|
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@
|
2006-10-01 00:13:27 +00:00 |
yyamano
|
9d1bacfdb9
|
fix typo.
|
2003-08-18 16:12:58 +00:00 |
thorpej
|
8b531ac998
|
By poppular demand, don't wildcard "bus" on the "list" command
by default.
|
2001-09-15 18:35:00 +00:00 |
thorpej
|
0c91ac689b
|
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.
|
2001-09-13 23:51:04 +00:00 |