rwatson
690a76d775
Update pciconf man page to indicate that only some of the functions
...
in pciconf are limited to the superuser.
Requested by: ru
2004-01-06 20:23:20 +00:00
ru
dad6c4c080
Moved $FreeBSD$ tag to where it belongs.
...
Approved by: re (blanket)
2003-05-22 11:55:26 +00:00
trhodes
db763e9b6c
Fix up some grammar.
...
Noticed by: sheldonh
2003-01-09 04:35:38 +00:00
trhodes
22e2ad51a2
Markup fixes. Document more correctly.
...
PR: 43678
Submitted by: ru
2002-12-14 18:07:13 +00:00
jdp
1db483ab8c
Use consistent terminology in the usage message, the man page
...
synopsis, and the man page description ("selector" vs. "sel" and
"addr" vs. "reg").
Fix the usage message and man page synopsis to show that the "value"
argument is not optional.
2002-09-17 18:10:39 +00:00
ru
ce971426f4
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
charnier
d2168fe021
The .Nm utility
2002-07-14 14:47:15 +00:00
ru
34f8bea812
mdoc(7) police: make SYNOPSIS really match usage().
2002-05-30 08:20:35 +00:00
trhodes
0ee62997d7
pciconf(8) has an incorrect synopsis which argues the output from the
...
actual program.
2002-05-15 17:47:58 +00:00
sheldonh
8ac43f5a67
Add missing -v option to the SYNOPSIS.
2001-11-27 12:57:45 +00:00
ru
e8e5635e4a
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
dd
911ca14c87
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
0d5f9334cf
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
imp
ce2cd03ba2
Support a range of registers to read.
...
eg pciconf -r pci0:10:0 0:0xff
and keep the output of the old singleton the same.
Reviewed by: audit@, dd
MFC after: 10 days
2001-05-31 18:31:43 +00:00
msmith
1a43f5bf1c
Update to improve handling of verbose PCI vendor/device information.
...
- Read the database from /usr/share/misc (or wherever else we're pointed)
rather than compiling it in.
- Decode the class/subclass fields if requested.
- Print things in a slightly longer but more readable format.
2000-12-07 10:52:59 +00:00
ru
835a46c9c2
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
71e2293ad4
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
msmith
df7eda4f94
Add support for decoding the PCI vendor and device ID registers. Add a
...
database of about 1400 vendors and 2700 devices courtesy of
www.yourvote.com/pci. We still need to add some more, but this is a good
start.
2000-11-13 12:08:29 +00:00
sheldonh
b2240fc1c0
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 14:09:25 +00:00
charnier
f0a54e207a
.Fn -> .Xr
...
Do not start warn() message with uppercase.
1999-11-27 16:59:06 +00:00
peter
efabb9ccb1
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
ghelmer
4f749ff62b
Replace LKM with KLD.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-06 14:04:37 +00:00
ken
0a56293423
Modify pciconf(8) so that it will print out PCI devices that have no driver
...
configured in the kernel. It gives them a device name of "none" and
monotonically incrementing unit numbers. (starting at 0) Before, pciconf
would just skip over unconfigured devices. (unconfigured devices can be
detected because they have a null string for a device name)
Update the man page to reflect the new pciconf output. Unfortunately, this
causes the sample 'pciconf -l' output lines to wrap, but I'm not sure what
to do about that really.
If anyone presents a reasonable case for printing out something other than
"none1" for unconfigured devices, I'm willing to listen.
1998-11-12 00:22:30 +00:00
charnier
ede59acb91
Sync usage string with man page.
1997-10-06 11:38:30 +00:00
peter
b782f4df30
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
se
a66e16352d
Man page for the pciconf utility. There really should be some
...
documentation on the ioctl() interface provided by /dev/pci ...
Reviewed by: wollman
1997-02-11 22:08:22 +00:00