trhodes
4b8af226d2
Fix up some grammar.
...
Noticed by: sheldonh
2003-01-09 04:35:38 +00:00
trhodes
0c8cbd484b
Markup fixes. Document more correctly.
...
PR: 43678
Submitted by: ru
2002-12-14 18:07:13 +00:00
jdp
55f83ff29f
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
5ebb137010
mdoc(7) police: Removed redundant .Ns calls.
2002-08-13 16:07:28 +00:00
charnier
90baea60d8
The .Nm utility
2002-07-14 14:47:15 +00:00
ru
7db614b474
mdoc(7) police: make SYNOPSIS really match usage().
2002-05-30 08:20:35 +00:00
trhodes
5ea25216c4
pciconf(8) has an incorrect synopsis which argues the output from the
...
actual program.
2002-05-15 17:47:58 +00:00
sos
7db2708a45
When asked to print bytes (-b option) do that and put 16 on a line.
2002-02-26 10:40:42 +00:00
sheldonh
5c9b19e3df
Add missing -v option to the SYNOPSIS.
2001-11-27 12:57:45 +00:00
ru
839959ae32
Spell "FreeBSD" with "F" and "BSD" in uppercase.
2001-08-13 16:33:00 +00:00
obrien
4b92fa588b
Perform a major cleanup of the usr.sbin Makefiles.
...
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
2001-07-20 06:20:32 +00:00
dd
7d1013753f
Remove whitespace at EOL.
2001-07-15 08:06:20 +00:00
ru
5617dbcc22
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 15:12:08 +00:00
imp
6dfe955552
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
imp
7160b0a9d0
Minor style(9) tweak: if ( instead of if(.
2001-05-31 05:57:49 +00:00
ru
b15a893144
- Backout botched attempt to introduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:42:20 +00:00
ru
42350947e7
Set the default manual section for usr.sbin/ to 8.
2001-03-20 18:17:26 +00:00
msmith
4d3761dd8b
Update for new location of pcireg.h.
2000-12-09 00:07:46 +00:00
msmith
13eab6564f
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
cff3f1a066
mdoc(7) police: do not split author names in the AUTHORS section.
2000-11-22 09:35:58 +00:00
ru
c3189e713e
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 20:10:44 +00:00
msmith
cf215f5bd3
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
840cf958b8
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
ken
b9df428b7c
[ repository copy of sys/pci/pci_ioctl.h to sys/sys/pciio.h happened in the
...
background ]
Rename sys/pci/pci_ioctl.h to sys/sys/pciio.h to make it easier for
userland programs to use this interface. Reformat the file, and add a
BSD-style copyright to it.
Add a new man page for pci(4). The PCIOCGETCONF, PCIOCREAD, and PCIOCWRITE
ioctls are documented, but the PCIOCATTACHED ioctl is not documented
because it is not implemented.
Change includes of <pci/pci_ioctl.h> to <sys/pciio.h> or remove them
altogether. In many cases, pci_ioctl.h was unused.
Reviewed by: steve
1999-12-08 17:44:04 +00:00
charnier
ebfe6a6182
.Fn -> .Xr
...
Do not start warn() message with uppercase.
1999-11-27 16:59:06 +00:00
peter
b6784c4210
$Id$ -> $FreeBSD$
1999-08-28 01:35:59 +00:00
peter
e821f663f2
Fix a few problems on the Alpha, and fix -Wall while here.
...
Before:
isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xffffffffc6931080 ...
After:
isab0@pci0:8:0: class=0x060100 card=0x00000000 chip=0xc6931080 ...
1999-08-23 12:59:03 +00:00
ghelmer
06d61bf9a8
Replace LKM with KLD.
...
Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
1999-04-06 14:04:37 +00:00
ken
61a8ca070a
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
gibbs
4d5e41f72f
Revive PCIConf.
...
Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
1998-09-15 08:21:13 +00:00
charnier
919cab7b0a
Sync usage string with man page.
1997-10-06 11:38:30 +00:00
wpaul
99f1e691a1
Unbreak this file some more:
...
CFLAGS=+-I${.CURDIR}/../../sys -> CFLAGS+= -I${.CURDIR}/../../sys
Asked about on BSDnet:#FreeBSD by: philw@dream.webmaster.com (Phillip White)
1997-07-14 19:57:50 +00:00
guido
4f63020d0e
Unbreak it. Apparently I forgot to do a make clean when testing :-(
...
Unfortunately, Makefile is not included in .depend.
1997-07-14 15:10:34 +00:00
guido
5d0f6e11e4
Remove -I/sys
1997-07-13 11:51:42 +00:00
imp
15c4d207bc
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-31 05:11:47 +00:00
peter
32d6b795de
Revert $FreeBSD$ to $Id$
1997-02-22 16:15:28 +00:00
bde
ace52c874c
Oops, get the name of the new manpage right.
1997-02-17 04:38:05 +00:00
bde
81bab9ff6e
Actually install the new manpage.
1997-02-12 03:36:10 +00:00
se
539eba05aa
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
se
62efd181e8
Add PCI LKM support:New -a option checks whether a driver has been assigned to a device.
1997-01-21 23:29:15 +00:00
se
8429beddeb
Fix core dump after printing usage message (pointed out by BDE).
...
Add printing of PCI header type register. (This makes the output
80 columns wide. Ughh. I'm looking for a better way to put the
information on one line ...)
1996-11-16 22:05:52 +00:00
se
97741b92a3
Initial version of the user land code for the PCI config register
...
access functions. Written by Garrett Wollman and modified by me to
better match my view of the (PCI) world.
Submitted by: wollman
1996-10-22 20:27:47 +00:00