platform/upstream/libpciaccess.git
2008-02-27 Julien CristauDon't export private symbols.
2008-02-19 Julien CristauUse <byteswap.h> when using glibc, not just on linux
2007-12-06 James CloosReplace static ChangeLog with dist-hook to generate...
2007-10-23 Matthias HopfBit-fields have to have type _Bool, signed int, or...
2007-10-18 Ian RomanickUpdate bug reporting link.
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 AnholtAdd domain output to scanpci.
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-27 Alan CoopersmithNeed to link with -ldevinfo on Solaris
2007-09-27 Alan CoopersmithFix Solaris build: missing static prototype & typo...
2007-09-11 Eric AnholtAdd FreeBSD MTRR setting support.
2007-09-04 Ian RomanickAdd stub version of pci_device_map_memory_range
2007-09-03 James CloosMerge branch 'master' of ssh://git.freedesktop.org...
2007-09-03 James CloosAdd *~ to .gitignore to skip patch/emacs droppings
2007-09-01 Keith PackardDon't add MTRR for uncached regions. Remove MTRR on...
2007-08-31 Ian RomanickUpdate / add comments in struct pci_mem_region.
2007-08-31 Ian RomanickNew interfaces to map memory with MTRR (or similar...
2007-08-28 Eric AnholtMake the base address printout of scanpci more usable.
2007-08-27 Ian RomanickBump version to 0.9.1 (sigh). libpciaccess-0.9.1 xf86-video-xgi-0.9.1
2007-08-27 Ian RomanickAdd linux_devmem.h to file list.
2007-08-27 Ian RomanickBump version to 0.9.0.
2007-08-24 James CloosRemove deprecated .cvsignore files
2007-08-03 Eric AnholtFreeBSD: Add VGA rom reading through /dev/mem.
2007-08-03 Eric AnholtFreeBSD: Fill in the subdevice ID.
2007-08-03 Eric AnholtMake scanpci exit cleanly if pci_system_init() fails.
2007-06-18 Ian RomanickInitial support for reading expansion ROM via VGA BIOS...
2007-06-06 edward shuLibpciaccess on Solaris Initial integration
2007-03-27 Ian RomanickWhitespace police.
2007-03-27 Ian RomanickDon't pci_device_probe until absolutely necessary.
2007-03-27 Ian RomanickMake sure header_type is available in read_bridge_info.
2007-03-27 Ian RomanickPopulate device and vendor ID fields at device list...
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 Anholtscanpci prototype warning fix
2007-02-28 Eric AnholtUpdate freebsd code for pci_device_cfg_write API change.
2007-01-27 George Sapountzisscanpci: BIST line offsets were off by 4.
2007-01-17 Ian RomanickFix bad parameter to pci_device_cfg_write in pci_device...
2007-01-15 Ian RomanickMerge branch 'master' of git+ssh://git.freedesktop...
2007-01-15 Ian RomanickConvert pci_device_write_u* funtions to take a value...
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 AnholtRemove extra fallback definition of PCIIDS_PATH.
2007-01-12 Eric AnholtFix many warnings and bugs in the freebsd implementation.
2007-01-12 Eric AnholtEnable more warnings when the compiler is GCC.
2007-01-12 Eric AnholtAdd pciaccess_private.h to _SOURCES so it gets included...
2007-01-12 Ian RomanickAdd interfaces to map / unmap specific memory ranges...
2007-01-12 Ian RomanickFix bad cast that caused bit truncation.
2006-11-14 Eric AnholtUpdate .gitignores.
2006-11-14 Eric AnholtAdd missing newline at the end of the file.
2006-11-14 Eric AnholtMerge branch 'origin'
2006-11-14 Eric AnholtAdd the beginnings of a FreeBSD port.
2006-08-10 Ian RomanickFix a segfault in populate_vendor that was triggered...
2006-07-30 Ian RomanickAdded some function preamble comments.
2006-07-30 Eric AnholtAdd endian macros for BSD.
2006-07-30 Eric AnholtUse ENXIO instead of ENODATA for pci reads returning...
2006-07-25 Ian RomanickAdd pci_device_get_bridge_buses, bump API version to...
2006-07-07 Ian RomanickFiles missed (for reasons I still don't understand...
2006-07-07 Ian RomanickAdd support for querying bridge information. Bump...
2006-07-07 Ian RomanickFix byte ordering of the PCI class.
2006-05-22 Ian RomanickFix foolish endianess bug. Bump to version 0.4.1.
2006-04-12 Ian RomanickBump to version 0.4.0.
2006-03-27 Ian RomanickRemove src/pcils.c and src/Makefile.foo. Add src/scanpci.c. XORG-7_0_99_901
2006-03-24 Ian RomanickRemove src/Makefile.foo from CVS since the generated...
2006-03-20 Kristian HøgsbergAdd scanpci as a noinst target.
2006-03-18 Ian RomanickInitial import of libpciaccess.