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
/
linux_sysfs.c
Age
Commit message (
Expand
)
Author
2008-06-23
Support write combine resource files in Linux sysfs
Jesse Barnes
2008-06-23
Fixed typo in output ("performace" --> "performance").
Stefan Dirsch
2008-06-05
Catch and recover from yet another linux kernel bug in mprotect.
Eric Anholt
2008-05-21
Linux: Fail gracefully on machines without PCI.
Adam Jackson
2008-05-21
linux: add pci_device_enable entrypoint and sysfs support for it
Dave Airlie
2008-04-16
Kludge around linux bug and turn off write-through and cache-disable bits
Keith Packard
2008-03-14
Bug #13988: Fix reads from "0"-sized ROMs.
Stuart Bennett
2008-02-27
Don't export private symbols.
Julien Cristau
2007-08-31
Don't add MTRR for uncached regions. Remove MTRR on unmap.
Keith Packard
2007-08-30
New interfaces to map memory with MTRR (or similar) support.
Ian Romanick
2007-06-18
Initial support for reading expansion ROM via VGA BIOS address.
Ian Romanick
2007-03-27
Populate device and vendor ID fields at device list creation.
Ian Romanick
2007-01-11
Fix bad cast that caused bit truncation.
Ian Romanick
2006-07-06
Files missed (for reasons I still don't understand) on the previous
Ian Romanick
2006-07-06
Fix byte ordering of the PCI class.
Ian Romanick
2006-05-22
Fix foolish endianess bug. Bump to version 0.4.1.
Ian Romanick
2006-04-12
Bump to version 0.4.0.
Ian Romanick
2006-03-18
Initial import of libpciaccess.
Ian Romanick