summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Make --without-zlib workJulien Cristau1-1/+1
2008-10-29Fix FreeBSD systems which support pci domains.Robert Noland1-0/+1
2008-10-17Version 0.10.4libpciaccess-0.10.4Alan Coopersmith1-1/+1
2008-10-17Add scanpci.man to EXTRA_DISTAlan Coopersmith1-1/+1
2008-10-17Update COPYING with the rest of the copyright/license notices from the codeAlan Coopersmith1-2/+20
2008-10-17Add scanpci man page from XorgAlan Coopersmith1-0/+44
2008-10-16More minor Solaris cleanupsAlan Coopersmith1-57/+43
2008-10-16Clean up formatting of solx_devfs.cAlan Coopersmith1-684/+661
2008-10-16Fix bus probing on Solaris/SPARCAlan Coopersmith1-71/+187
2008-10-16Correct Sun license noticeAlan Coopersmith3-22/+83
2008-10-15scanpci: add -v flag to enable verbose mode like old scanpciAlan Coopersmith1-1/+18
2008-10-15Correct comment about devices used on SolarisAlan Coopersmith1-1/+1
2008-10-15Fix various typos (mostly in comments)Alan Coopersmith5-19/+19
2008-10-11Add NetBSD supportJuan RP6-1/+429
2008-10-11Add support for GNU/kFreeBSDPetr Salinger3-10/+12
2008-09-23configure.ac: Make mtrr.h test more portableJohn Tapsell1-2/+2
2008-09-20OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb1-1/+6
2008-07-08Handle compressed pci.idsKel Modderman2-10/+42
2008-07-08Hide one more private symbolJulien Cristau1-0/+1
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-10libpciaccess 0.10.3libpciaccess-0.10.3Adam Jackson1-1/+1
2008-06-10libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson2-2/+2
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 Jackson2-4/+6
2008-05-21pciaccess: bump to 0.10.1Dave Airlie2-2/+2
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie4-1/+38
2008-05-09Fix lint warnings in solx_devfs.cAlan Coopersmith1-9/+3
2008-05-09Add pci_system_solx_devfs_create prototype to pciaccess_private.hAlan Coopersmith1-0/+1
2008-05-09Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith1-1/+1
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard1-0/+3
2008-04-07Add DragonFly BSD supportHasso Tepper3-3/+3
2008-03-28Fix function prototypes for C++Danny van Dyk1-0/+8
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett2-3/+7
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis8-3/+437
2008-03-07solaris: add pci_tools.h to OS_SUPPORTJulien Cristau1-1/+1
2008-03-06libpciaccess 0.10libpciaccess-0.10Adam Jackson1-2/+1
2008-03-06Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman1-1/+1
2008-02-27Don't export private symbols.Julien Cristau8-7/+16
2008-02-19Use <byteswap.h> when using glibc, not just on linuxJulien Cristau1-1/+1
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-98/+10
2007-10-23Bit-fields have to have type _Bool, signed int, or unsigned int.Matthias Hopf1-7/+7
2007-10-18Update bug reporting link.Ian Romanick1-1/+1
2007-10-10FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt1-2/+3
2007-10-10FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt1-13/+19
2007-10-10Add domain output to scanpci.Eric Anholt1-1/+4
2007-10-10FreeBSD: Add support for multiple PCI domains.Eric Anholt1-1/+18
2007-10-09FreeBSD: Fix unmap_range to return an error value.Eric Anholt1-2/+2
2007-10-09FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt1-2/+5
2007-09-27Need to link with -ldevinfo on SolarisAlan Coopersmith1-0/+1