index
:
lib/libpciaccess
kettenis
master
obsd
obsd-multihead-fix
vga-arbiter
PCI bus access library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
pciaccess.h
Age
Commit message (
Expand
)
Author
2017-09-20
linux: support 32 bit PCI domains (v3)
Stephen Hemminger
2014-05-31
Enable use of __attribute__((deprecated)) with Solaris Studio 12.4 compiler
Alan Coopersmith
2013-06-24
Define PCI_MATCH_ANY as an unsigned int
Alan Coopersmith
2011-10-07
Add map_legacy interface
Adam Jackson
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2009-12-09
I/O port access routines
Adam Jackson
2009-12-02
Add pci_device_get_parent_bridge()
Adam Jackson
2009-08-03
vgaarb: add vga count + resource accessor
Dave Airlie
2009-07-31
vgaarb: change API to target taking a device + lock/unlock not taking one
Dave Airlie
2009-07-20
vgaarb: fixup api for new count reporting + decodes interface was wrong.
Dave Airlie
2009-07-16
add support for finding if something has a kernel driver
Dave Airlie
2009-06-05
vgaarb: fixup api and decode rsrc.
Dave Airlie
2009-05-14
Reorganize the code.
Tiago Vignatti
2009-05-14
Delete vga_arb_rec.
Tiago Vignatti
2009-05-13
vgaarb: a bunch of clean ups to fit in libpciaccess style.
Tiago Vignatti
2009-05-13
Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:
Tiago Vignatti
2009-05-01
pciaccess: provide a method to detect if a device is boot VGA
Dave Airlie
2008-05-21
linux: add pci_device_enable entrypoint and sysfs support for it
Dave Airlie
2008-03-28
Fix function prototypes for C++
Danny van Dyk
2008-03-12
OpenBSD support for libpciaccess.
Mark Kettenis
2007-10-23
Bit-fields have to have type _Bool, signed int, or unsigned int.
Matthias Hopf
2007-08-31
Update / add comments in struct pci_mem_region.
Ian Romanick
2007-08-30
New interfaces to map memory with MTRR (or similar) support.
Ian Romanick
2007-03-27
Whitespace police.
Ian Romanick
2007-01-15
Convert pci_device_write_u* funtions to take a value instead of a pointer.
Ian Romanick
2007-01-11
Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.
Ian Romanick
2006-07-25
Add pci_device_get_bridge_buses, bump API version to 0.5.0.
Ian Romanick
2006-07-06
Files missed (for reasons I still don't understand) on the previous
Ian Romanick
2006-04-12
Bump to version 0.4.0.
Ian Romanick
2006-03-27
Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.
XORG-7_0_99_901
Ian Romanick
2006-03-18
Initial import of libpciaccess.
Ian Romanick