summaryrefslogtreecommitdiff
path: root/pciutils.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved #include <unistd.h> to pciutils.h and avoid it on WindowsMartin Mares2010-12-041-0/+2
|
* Added xstrdup() to the common utility functions.Martin Mares2008-11-111-0/+1
|
* Tidy up help texts on usage.Martin Mares2008-02-121-4/+5
|
* The `-P' option has been removed.Martin Mares2008-02-121-9/+2
|
* Annotate printf-like functions with format checking attributes.Martin Mares2008-02-121-1/+1
|
* Added an option for selection of access methods.Martin Mares2008-02-121-3/+4
|
* Added options for setting of library parameters.Martin Mares2008-02-121-2/+3
|
* die() now uses the right program name when printing an error message.Martin Mares2006-05-311-0/+2
|
* Added more parts of the Windows port.Martin Mares2006-05-051-0/+4
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-61
* Include file splits and namespace cleanups.Martin Mares2006-05-051-12/+6
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-60
* Merged more PCI Express updates.Martin Mares2006-05-051-0/+1
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-53
* Removed "Linux" from the package nameMartin Mares2006-05-051-1/+1
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-32
* Remove ghosts of syscall access methodMartin Mares2006-05-051-9/+2
| | | | | | | * 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@ucw.cz--public/pciutils--main--2.2--patch-25
* Introduced NONRET macroMartin Mares2006-05-051-3/+5
| | | | | | | pciutils.h, common.c, setpci.c: Introduced a NONRET macro encapsulating the GCC specific __attribute__((noreturn)) and killed the hack with redefining __attribute__ on non-GCC compilers. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-10
* Removed $Id$Martin Mares2006-05-051-2/+0
| | | | | Removed CVS $Id$ tags from all files. git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-3
* Changed all my email addresses to mj@ucw.cz.Martin Mares2006-05-051-2/+2
|
* Merged in AIX port.Martin Mares2006-05-051-1/+6
|
* Rewrote the PCI Utilities. All PCI configuration space access has beenMartin Mares2006-05-051-45/+38
| | | | | | | | | | | | | 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.)
* Miscellaneous documentation fixes.Martin Mares2006-05-051-2/+2
| | | | Released as version 1.10.
* Moved pci.ids to /usr/share.Martin Mares2006-05-051-3/+3
| | | | Releasing as version 1.09.
* Released as version 1.08.Martin Mares2006-05-051-2/+2
|
* Added support for printing of subsystem IDs.Martin Mares2006-05-051-1/+4
| | | | Releasing as version 1.07.
* Verbose display of CardBus bridge headers (type 2) added. Requires <linux/pci.h>Martin Mares2006-05-051-2/+2
| | | | I've just commited.
* Releasing as 1.06. All glibc 2.1 troubles should be gone ;-)Martin Mares2006-05-051-2/+2
|
* Releasing as version 1.05. The 1.04 from yesterday was a bit rotten :-|Martin Mares2006-05-051-1/+3
|
* Intermediate version of pciutils.Martin Mares2006-05-051-1/+13
| | | | | | | | | | | - New filtering code (see ChangeLog and man page), lspci modified to use it. - First attempt to write setpci, but just now doesn't compile. (It's commented out in Makefile and I commit it only because I need to work on it on different computer.) Will be released as 1.03 as soon as setpci starts working.
* - Include pci.h in full distribution and use it instead of <linux/pci.h>Martin Mares2006-05-051-1/+7
| | | | | | | | | when available. This should work-around all problems with Linus not synchronized with our PCI development. - Fixed few cosmetic bugs (version in man pages etc.) - Released as version 1.01.
* First released version of pciutils.Martin Mares2006-05-051-7/+3
| | | | | | | | | | - New options for overriding names of /proc/bus/pci and /etc/pci.ids. - Added verbose tree mode. - Included new pci.ids, now maintained by Jens Maurer. - Removed some debugging hacks.
* Beginning of the history.Martin Mares2006-05-051-0/+38