summaryrefslogtreecommitdiff
path: root/src/linux_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-06pciaccess: make linux rom reading fallback optionalDave Airlie1-0/+5
2009-07-16add support for finding if something has a kernel driverDave Airlie1-0/+21
2009-05-01Don't try to write boot_vga since that fails with EACCESAaron Plattner1-1/+1
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie1-0/+31
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith1-2/+2
2008-06-23Support write combine resource files in Linux sysfsJesse Barnes1-0/+39
2008-06-23Fixed typo in output ("performace" --> "performance").Stefan Dirsch1-1/+1
2008-06-05Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt1-5/+20
2008-05-21Linux: Fail gracefully on machines without PCI.Adam Jackson1-4/+3
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie1-1/+24
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard1-0/+3
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett1-2/+6
2008-02-27Don't export private symbols.Julien Cristau1-1/+1
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard1-8/+67
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick1-62/+67
2007-06-18Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick1-1/+6
2007-03-27Populate device and vendor ID fields at device list creation.Ian Romanick1-22/+52
2007-01-11Fix bad cast that caused bit truncation.Ian Romanick1-1/+1
2006-07-06Files missed (for reasons I still don't understand) on the previousIan Romanick1-0/+4
2006-07-06Fix byte ordering of the PCI class.Ian Romanick1-2/+2
2006-05-22Fix foolish endianess bug. Bump to version 0.4.1.Ian Romanick1-5/+6
2006-04-12Bump to version 0.4.0.Ian Romanick1-5/+25
2006-03-18Initial import of libpciaccess.Ian Romanick1-0/+493