summaryrefslogtreecommitdiff
path: root/lib/nbsd-libpci.c
Commit message (Collapse)AuthorAgeFilesLines
* Add pci_read_vpd() function and internal read_vpd() methodBen Hutchings2008-11-211-0/+1
| | | | Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
* Introduced API for selection of access methods.Martin Mares2008-02-121-1/+2
| | | | | Access method names were normalized (they so far served only informational purposes). Each access method gained a help text.
* Replaced the method_params array by library parameters.Martin Mares2008-02-121-3/+3
| | | | | This change is backward incompatible, but hopefully nobody used this ill-thought interface.
* Removed extraneous braces.Martin Mares2007-10-141-3/+1
|
* Whitespace cleanup of all source files.Martin Mares2006-09-091-2/+2
|
* Fixes for NetBSDMartin Mares2006-05-051-1/+7
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-90
* Include file splits and namespace cleanups.Martin Mares2006-05-051-1/+1
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-60
* Added support for 4096-byte extended configuration space.Martin Mares2006-05-051-0/+6
| | | | git-archimport-id: mj@ucw.cz--public/pciutils--main--2.2--patch-50
* Testing on real NetBSD revealed a couple of stupid typos.Martin Mares2006-05-051-3/+3
|
* Cleaned up NetBSD access functions.Martin Mares2006-05-051-15/+28
|
* Initial NetBSD support.Martin Mares2006-05-051-0/+132