summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-17Version 0.10.4libpciaccess-0.10.4Alan Coopersmith
2008-10-17Add scanpci.man to EXTRA_DISTAlan Coopersmith
2008-10-17Update COPYING with the rest of the copyright/license notices from the codeAlan Coopersmith
2008-10-17Add scanpci man page from XorgAlan Coopersmith
2008-10-16More minor Solaris cleanupsAlan Coopersmith
2008-10-16Clean up formatting of solx_devfs.cAlan Coopersmith
2008-10-16Fix bus probing on Solaris/SPARCAlan Coopersmith
2008-10-16Correct Sun license noticeAlan Coopersmith
2008-10-15scanpci: add -v flag to enable verbose mode like old scanpciAlan Coopersmith
2008-10-15Correct comment about devices used on SolarisAlan Coopersmith
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith
2008-10-11Add NetBSD supportJuan RP
2008-10-11Add support for GNU/kFreeBSDPetr Salinger
2008-09-23configure.ac: Make mtrr.h test more portableJohn Tapsell
2008-09-20OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb
2008-07-08Handle compressed pci.idsKel Modderman
2008-07-08Hide one more private symbolJulien Cristau
2008-06-23Support write combine resource files in Linux sysfsJesse Barnes
2008-06-23Fixed typo in output ("performace" --> "performance").Stefan Dirsch
2008-06-10libpciaccess 0.10.3libpciaccess-0.10.3Adam Jackson
2008-06-10libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson
2008-06-05Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt
2008-05-21Linux: Fail gracefully on machines without PCI.Adam Jackson
2008-05-21pciaccess: bump to 0.10.1Dave Airlie
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie
2008-05-09Fix lint warnings in solx_devfs.cAlan Coopersmith
2008-05-09Add pci_system_solx_devfs_create prototype to pciaccess_private.hAlan Coopersmith
2008-05-09Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard
2008-04-07Add DragonFly BSD supportHasso Tepper
2008-03-28Fix function prototypes for C++Danny van Dyk
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis
2008-03-07solaris: add pci_tools.h to OS_SUPPORTJulien Cristau
2008-03-06libpciaccess 0.10libpciaccess-0.10Adam Jackson
2008-03-06Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman
2008-02-27Don't export private symbols.Julien Cristau
2008-02-19Use <byteswap.h> when using glibc, not just on linuxJulien Cristau
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos
2007-10-23Bit-fields have to have type _Bool, signed int, or unsigned int.Matthias Hopf
2007-10-18Update bug reporting link.Ian Romanick
2007-10-10FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt
2007-10-10FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt
2007-10-10Add domain output to scanpci.Eric Anholt
2007-10-10FreeBSD: Add support for multiple PCI domains.Eric Anholt
2007-10-09FreeBSD: Fix unmap_range to return an error value.Eric Anholt
2007-10-09FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt
2007-09-27Need to link with -ldevinfo on SolarisAlan Coopersmith
2007-09-26Fix Solaris build: missing static prototype & typo in variable nameAlan Coopersmith
2007-09-11Add FreeBSD MTRR setting support.Eric Anholt