OSDN Git Service

linux_sysfs.c: Include <limits.h> for PATH_MAX
[android-x86/external-libpciaccess.git] / src / freebsd_pci.c
2015-02-12 Emil VelikovInclude config.h before any other headers.
2015-02-12 Chih-Wei HuangAdd missing guards around config.h inclusion
2014-02-11 Marcin Ko?cielnickiFix IO access functions on linux+sysfs.
2013-06-08 Alan CoopersmithBug 63583 - add legacy IO routines for FreeBSD
2012-03-05 Adam JacksonMerge branch 'master' of ssh://git.freedesktop.org...
2012-02-27 Adam JacksonUse O_CLOEXEC for internal file descriptors
2011-09-17 Alan CoopersmithStrip trailing whitespace
2009-02-27 Robert NolandFreeBSD: Incorporate several fixes that have accumulated.
2008-10-30 Robert NolandFix FreeBSD systems which support pci domains.
2008-10-11 Petr SalingerAdd support for GNU/kFreeBSD
2008-07-08 Julien CristauHide one more private symbol
2008-02-27 Julien CristauDon't export private symbols.
2007-10-10 Eric AnholtFreeBSD: for 64-bit BARs, skip the resource slot used...
2007-10-10 Eric AnholtFreeBSD: Don't try to unset an MTRR if we didn't set it.
2007-10-10 Eric AnholtFreeBSD: Add support for multiple PCI domains.
2007-10-09 Eric AnholtFreeBSD: Fix unmap_range to return an error value.
2007-10-09 Eric AnholtFreeBSD: don't set the MTRR if it's the default mode...
2007-09-11 Eric AnholtAdd FreeBSD MTRR setting support.
2007-09-03 James CloosMerge branch 'master' of ssh://git.freedesktop.org...
2007-08-31 Ian RomanickNew interfaces to map memory with MTRR (or similar...
2007-08-03 Eric AnholtFreeBSD: Add VGA rom reading through /dev/mem.
2007-08-03 Eric AnholtFreeBSD: Fill in the subdevice ID.
2007-03-06 Eric AnholtFreeBSD: Fix a couple of minor issues in cleanup paths.
2007-03-01 Eric AnholtFreeBSD: Add system cleanup function.
2007-03-01 Eric AnholtFreeBSD: When mapping regions, use the region's base...
2007-03-01 Eric AnholtFix inverted protection typo for mmap in region mapping.
2007-02-28 Eric AnholtUpdate freebsd code for pci_device_cfg_write API change.
2007-01-15 Ian RomanickMerge branch 'master' of git+ssh://git.freedesktop...
2007-01-13 Eric AnholtAdd support for getting region information on FreeBSD.
2007-01-12 Eric AnholtOpen the pci device read-write so we can read and write...
2007-01-12 Eric AnholtFix many warnings and bugs in the freebsd implementation.
2006-11-14 Eric AnholtMerge branch 'origin'
2006-11-14 Eric AnholtAdd the beginnings of a FreeBSD port.