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
/
src
/
common_interface.c
Age
Commit message (
Expand
)
Author
2015-05-01
Include config.h before anything else in *.c
Julien Cristau
2014-01-27
Windows/Cygwin: Add support through the WinIo library
Samuel Pitoiset
2013-06-11
Move 'const' to correct place, so it has meaning.
Thomas Klausner
2011-10-07
Add map_legacy interface
Adam Jackson
2011-09-16
Strip trailing whitespace
Alan Coopersmith
2010-07-12
pciaccess: fix use after free.
Dave Airlie
2009-07-16
add support for finding if something has a kernel driver
Dave Airlie
2009-05-01
pciaccess: provide a method to detect if a device is boot VGA
Dave Airlie
2008-11-18
Fill in byte swapping routines for big-endian Solaris machines
Alan Coopersmith
2008-10-15
Fix various typos (mostly in comments)
Alan Coopersmith
2008-10-11
Add NetBSD support
Juan RP
2008-05-21
linux: add pci_device_enable entrypoint and sysfs support for it
Dave Airlie
2008-04-07
Add DragonFly BSD support
Hasso Tepper
2008-03-12
OpenBSD support for libpciaccess.
Mark Kettenis
2008-02-19
Use <byteswap.h> when using glibc, not just on linux
Julien Cristau
2007-09-04
Add stub version of pci_device_map_memory_range
Ian Romanick
2007-08-30
New interfaces to map memory with MTRR (or similar) support.
Ian Romanick
2007-06-06
Libpciaccess on Solaris Initial integration
edward shu
2007-01-16
Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.
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-30
Add endian macros for BSD.
Eric Anholt
2006-07-30
Use ENXIO instead of ENODATA for pci reads returning less than desired.
Eric Anholt
2006-04-12
Bump to version 0.4.0.
Ian Romanick
2006-03-18
Initial import of libpciaccess.
Ian Romanick