summaryrefslogtreecommitdiff
path: root/src/common_interface.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Move 'const' to correct place, so it has meaning.Thomas Klausner1-1/+1
2011-10-07Add map_legacy interfaceAdam Jackson1-0/+44
2011-09-16Strip trailing whitespaceAlan Coopersmith1-24/+24
2010-07-12pciaccess: fix use after free.Dave Airlie1-2/+2
2009-07-16add support for finding if something has a kernel driverDave Airlie1-0/+15
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie1-0/+14
2008-11-18Fill in byte swapping routines for big-endian Solaris machinesAlan Coopersmith1-4/+14
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith1-8/+8
2008-10-11Add NetBSD supportJuan RP1-1/+1
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie1-0/+11
2008-04-07Add DragonFly BSD supportHasso Tepper1-1/+1
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis1-2/+8
2008-02-19Use <byteswap.h> when using glibc, not just on linuxJulien Cristau1-1/+1
2007-09-04Add stub version of pci_device_map_memory_rangeIan Romanick1-0/+28
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick1-63/+136
2007-06-06Libpciaccess on Solaris Initial integrationedward shu1-2/+8
2007-01-16Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.Ian Romanick1-1/+1
2007-01-15Convert pci_device_write_u* funtions to take a value instead of a pointer.Ian Romanick1-9/+9
2007-01-11Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.Ian Romanick1-0/+117
2006-07-30Add endian macros for BSD.Eric Anholt1-0/+12
2006-07-30Use ENXIO instead of ENODATA for pci reads returning less than desired.Eric Anholt1-3/+3
2006-04-12Bump to version 0.4.0.Ian Romanick1-0/+19
2006-03-18Initial import of libpciaccess.Ian Romanick1-0/+345