summaryrefslogtreecommitdiff
path: root/src/common_interface.c
Commit message (Expand)AuthorAgeFilesLines
* Include config.h before anything else in *.cJulien Cristau2015-05-011-0/+3
* Windows/Cygwin: Add support through the WinIo librarySamuel Pitoiset2014-01-271-1/+1
* Move 'const' to correct place, so it has meaning.Thomas Klausner2013-06-111-1/+1
* Add map_legacy interfaceAdam Jackson2011-10-071-0/+44
* Strip trailing whitespaceAlan Coopersmith2011-09-161-24/+24
* pciaccess: fix use after free.Dave Airlie2010-07-121-2/+2
* add support for finding if something has a kernel driverDave Airlie2009-07-161-0/+15
* pciaccess: provide a method to detect if a device is boot VGADave Airlie2009-05-011-0/+14
* Fill in byte swapping routines for big-endian Solaris machinesAlan Coopersmith2008-11-181-4/+14
* Fix various typos (mostly in comments)Alan Coopersmith2008-10-151-8/+8
* Add NetBSD supportJuan RP2008-10-111-1/+1
* linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie2008-05-211-0/+11
* Add DragonFly BSD supportHasso Tepper2008-04-071-1/+1
* OpenBSD support for libpciaccess.Mark Kettenis2008-03-121-2/+8
* Use <byteswap.h> when using glibc, not just on linuxJulien Cristau2008-02-191-1/+1
* Add stub version of pci_device_map_memory_rangeIan Romanick2007-09-041-0/+28
* New interfaces to map memory with MTRR (or similar) support.Ian Romanick2007-08-301-63/+136
* Libpciaccess on Solaris Initial integrationedward shu2007-06-061-2/+8
* Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.Ian Romanick2007-01-161-1/+1
* Convert pci_device_write_u* funtions to take a value instead of a pointer.Ian Romanick2007-01-151-9/+9
* Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.Ian Romanick2007-01-111-0/+117
* Add endian macros for BSD.Eric Anholt2006-07-301-0/+12
* Use ENXIO instead of ENODATA for pci reads returning less than desired.Eric Anholt2006-07-301-3/+3
* Bump to version 0.4.0.Ian Romanick2006-04-121-0/+19
* Initial import of libpciaccess.Ian Romanick2006-03-181-0/+345