summaryrefslogtreecommitdiff
path: root/src/openbsd_pci.c
Commit message (Expand)AuthorAgeFilesLines
* linux: support 32 bit PCI domains (v3)Stephen Hemminger2017-09-201-0/+4
* Include config.h before anything else in *.cJulien Cristau2015-05-011-0/+3
* Use PCIOCREADMASK on OpenBSD.Mark Kettenis2014-09-291-6/+25
* Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki2014-02-111-0/+3
* Fix openbsd_pci.c:pci_device_vgaarb_set_target();Thordur Bjornsson2012-03-141-0/+1
* Use O_CLOEXEC for internal file descriptorsAdam Jackson2012-02-271-1/+1
* OpenBSD: Implement map_legacy and legacy_ioMark Kettenis2012-01-031-2/+151
* Add VGA Arbiter support for OpenBSD.Mark Kettenis2011-11-191-0/+134
* OpenBSD: Indicate that devices need access to legacy VGA resources.Mark Kettenis2011-11-191-0/+4
* openbsd_pci.c: use the correct size when mapping the legacy vga rom.Owain Ainsworth2009-04-181-2/+2
* Make libpciaccess on OpenBSD domain-aware.Mark Kettenis2009-04-141-91/+123
* Sync with OpenBSD code.Matthieu Herrb2008-12-071-7/+85
* Fix a logic error in pci_device_openbsd_write().Matthieu Herrb2008-11-251-1/+1
* OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb2008-09-201-1/+6
* OpenBSD support for libpciaccess.Mark Kettenis2008-03-121-0/+406