|
Revision tags: v3.14.0, v3.13.0, v3.12.0, v3.11.1, v3.11.0 |
|
| #
511dcd16 |
| 18-Oct-2023 |
Bjorn Helgaas <[email protected]> |
setpci: Fix man page typo
"Several ways how to identity a register" doesn't read correctly and misspells "identify". Reword as "several ways to identify a register".
Signed-off-by: Bjorn Helgaas <
setpci: Fix man page typo
"Several ways how to identity a register" doesn't read correctly and misspells "identify". Reword as "several ways to identify a register".
Signed-off-by: Bjorn Helgaas <[email protected]>
show more ...
|
|
Revision tags: v3.10.0, v3.9.0, v3.8.0 |
|
| #
2c32712a |
| 15-Apr-2022 |
Martin Mares <[email protected]> |
Document new filter syntax in man pages
|
| #
8f33a693 |
| 16-Sep-2020 |
Guillem Jover <[email protected]> |
Fix typos
Signed-off-by: Guillem Jover <[email protected]>
|
|
Revision tags: v3.7.0 |
|
| #
203854cc |
| 23-Feb-2020 |
Martin Mares <[email protected]> |
setpci: Added an option to skip the bus scan if possible
|
|
Revision tags: v3.6.4, v3.6.3 |
|
| #
6639fd17 |
| 14-Oct-2018 |
Daniel Schaefer <[email protected]> |
Enable setpci to target n-th capability of id
Because a capability can exist multiple times with the same id, there needs to be a way to target a specific one. Instead of the current behaviour which
Enable setpci to target n-th capability of id
Because a capability can exist multiple times with the same id, there needs to be a way to target a specific one. Instead of the current behaviour which always targets the first one. Now you can optionally add `@number` (e.g `@1`) after the width to choose which one to target.
show more ...
|
|
Revision tags: v3.6.2, v3.6.1, v3.6.0, v3.5.6, v3.5.5, v3.5.4, v3.5.3, v3.5.2, v3.5.1, v3.5.0, v3.4.1, v3.4.0, v3.3.1, v3.3.0 |
|
| #
d6d6a58d |
| 02-Nov-2014 |
Martin Mares <[email protected]> |
Clean up man pages
We do not call .IX as it's not defined in mandoc. Ellipsis at the end of line is protected by \&.
Inspired by Debian patches for the following bugs: https://bugs.debian.org/cgi-b
Clean up man pages
We do not call .IX as it's not defined in mandoc. Ellipsis at the end of line is protected by \&.
Inspired by Debian patches for the following bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674708 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675087
show more ...
|
|
Revision tags: v3.2.1, v3.2.0, v3.1.10, v3.1.9 |
|
| #
b571f36f |
| 10-Oct-2011 |
Martin Mares <[email protected]> |
Fixed a typo in a troff command
Reported by Ville Skyttä.
|
|
Revision tags: v3.1.8 |
|
| #
9b50f808 |
| 02-Oct-2011 |
Martin Mares <[email protected]> |
setpci.man: Clarify cases in which access width can be omitted
|
|
Revision tags: v3.1.7, v3.1.6, v3.1.5 |
|
| #
0494e660 |
| 29-Sep-2009 |
Martin Mares <[email protected]> |
Fixed a typo in setpci man page.
(Patch from Debian package.)
|
|
Revision tags: v3.1.4, v3.1.3, v3.1.2, v3.1.1, v3.1.0, v3.1-alpha3, v3.1-alpha2, v3.1-alpha1 |
|
| #
4f27ac73 |
| 11-Nov-2008 |
Martin Mares <[email protected]> |
setpci: Document the new syntax.
The table of known registers is gone. The man page refers to the --dumpregs option instead.
|
|
Revision tags: v3.0.3, v3.0.2, v3.0.1, v3.0.0 |
|
| #
f2bf13dc |
| 12-Feb-2008 |
Martin Mares <[email protected]> |
Improved man pages. Parts related to the library moved to pcilib(7).
|
| #
84d437d6 |
| 23-Aug-2005 |
Martin Mares <[email protected]> |
Register caching rewrite
git-archimport-id: [email protected]/pciutils--main--2.2--patch-76
|
| #
46ea554d |
| 23-Aug-2005 |
Martin Mares <[email protected]> |
Spelling fixes.
git-archimport-id: [email protected]/pciutils--main--2.2--patch-72
|
| #
1f7c91cc |
| 27-Dec-2003 |
Martin Mares <[email protected]> |
Support for PCI domains finished
git-archimport-id: [email protected]/pciutils--main--2.2--patch-35
|
| #
4284af58 |
| 27-Dec-2003 |
Martin Mares <[email protected]> |
Removed "Linux" from the package name
git-archimport-id: [email protected]/pciutils--main--2.2--patch-32
|
| #
dd33246a |
| 27-Dec-2003 |
Martin Mares <[email protected]> |
Remove ghosts of syscall access method
* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: Remove shadows of the syscall access method which was never implemented. git-archimport-id: mj@u
Remove ghosts of syscall access method
* pciutils.h, common.c, lspci.man, setpci.man, lib/internal.h: Remove shadows of the syscall access method which was never implemented. git-archimport-id: [email protected]/pciutils--main--2.2--patch-25
show more ...
|
| #
5f5b1a7b |
| 26-Dec-2003 |
Martin Mares <[email protected]> |
More -D fixes.
git-archimport-id: [email protected]/pciutils--main--2.2--patch-13
|
| #
b7351143 |
| 26-Dec-2003 |
Martin Mares <[email protected]> |
Support masking in setpci
setpci.c: Individual bits to be set can be specified as <value>:<mask>. Contributed by Thayne Harbaugh <[email protected]> and cleaned up by me. git-archimport-id: mj@ucw.
Support masking in setpci
setpci.c: Individual bits to be set can be specified as <value>:<mask>. Contributed by Thayne Harbaugh <[email protected]> and cleaned up by me. git-archimport-id: [email protected]/pciutils--main--2.2--patch-9
show more ...
|
| #
9f3d182f |
| 04-Jan-2003 |
Martin Mares <[email protected]> |
Reflect reality.
|
| #
783ed67d |
| 04-Nov-2001 |
Martin Mares <[email protected]> |
Released as version 2.1.9.
|
| #
89984232 |
| 09-Mar-2000 |
Martin Mares <[email protected]> |
Revealed existence of the --version switch. :)
|
| #
5a258860 |
| 13-Jan-2000 |
Martin Mares <[email protected]> |
Released as pciutils 2.1.3.
|
| #
d4798a32 |
| 09-Oct-1999 |
Martin Mares <[email protected]> |
Reorganized the pci.ids file. Subsystems are listed under devices, classes can optionally contain prog-if information. Adapted the library and lspci to this new format. Added few ID's, as usually.
|
| #
727ce158 |
| 22-Jan-1999 |
Martin Mares <[email protected]> |
Rewrote the PCI Utilities. All PCI configuration space access has been moved to a library which supports multiple access mechanisms: the current /proc/bus/pci one, direct port access (needed for debu
Rewrote the PCI Utilities. All PCI configuration space access has been moved to a library which supports multiple access mechanisms: the current /proc/bus/pci one, direct port access (needed for debugging of kernel PCI code and as a nice side-effect this makes pciutils work with 2.0 kernels, although only for root) and reading of configuration dumps.
This has been released as version 1.99.2-alpha. For detailed description of changes, see the ChangeLog.
Can anybody test it on non-PC architectures, please? (Especially if you have any 64-bit card.)
show more ...
|