summaryrefslogtreecommitdiff
path: root/src/common_interface.c
AgeCommit message (Expand)Author
2015-05-01Include config.h before anything else in *.cJulien Cristau
2014-01-27Windows/Cygwin: Add support through the WinIo librarySamuel Pitoiset
2013-06-11Move 'const' to correct place, so it has meaning.Thomas Klausner
2011-10-07Add map_legacy interfaceAdam Jackson
2011-09-16Strip trailing whitespaceAlan Coopersmith
2010-07-12pciaccess: fix use after free.Dave Airlie
2009-07-16add support for finding if something has a kernel driverDave Airlie
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie
2008-11-18Fill in byte swapping routines for big-endian Solaris machinesAlan Coopersmith
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith
2008-10-11Add NetBSD supportJuan RP
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie
2008-04-07Add DragonFly BSD supportHasso Tepper
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis
2008-02-19Use <byteswap.h> when using glibc, not just on linuxJulien Cristau
2007-09-04Add stub version of pci_device_map_memory_rangeIan Romanick
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick
2007-06-06Libpciaccess on Solaris Initial integrationedward shu
2007-01-16Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.Ian Romanick
2007-01-15Convert pci_device_write_u* funtions to take a value instead of a pointer.Ian Romanick
2007-01-11Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.Ian Romanick
2006-07-30Add endian macros for BSD.Eric Anholt
2006-07-30Use ENXIO instead of ENODATA for pci reads returning less than desired.Eric Anholt
2006-04-12Bump to version 0.4.0.Ian Romanick
2006-03-18Initial import of libpciaccess.Ian Romanick