summaryrefslogtreecommitdiff
path: root/lib/obsd-device.c
Commit message (Collapse)AuthorAgeFilesLines
* Library: Handle domains in all back-endsMartin Mares2020-05-251-2/+2
| | | | | | | | Even if the back-end does not implement multiple domains, it can be called on a device in a non-zero domain if the use obtained the device by calling pci_get_dev() instead of scanning the bus. In all such cases, report that 0 bytes were read/written.
* 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-15/+6
|
* Whitespace cleanup of all source files.Martin Mares2006-09-091-3/+3
|
* Added OpenBSD interface.Martin Mares2006-05-051-0/+159