summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 0.10.5libpciaccess-0.10.5Julien Cristau2008-10-311-1/+1
* Make --without-zlib workJulien Cristau2008-10-311-1/+1
* Fix FreeBSD systems which support pci domains.Robert Noland2008-10-291-0/+1
* Version 0.10.4libpciaccess-0.10.4Alan Coopersmith2008-10-171-1/+1
* Add scanpci.man to EXTRA_DISTAlan Coopersmith2008-10-171-1/+1
* Update COPYING with the rest of the copyright/license notices from the codeAlan Coopersmith2008-10-171-2/+20
* Add scanpci man page from XorgAlan Coopersmith2008-10-171-0/+44
* More minor Solaris cleanupsAlan Coopersmith2008-10-161-57/+43
* Clean up formatting of solx_devfs.cAlan Coopersmith2008-10-161-684/+661
* Fix bus probing on Solaris/SPARCAlan Coopersmith2008-10-161-71/+187
* Correct Sun license noticeAlan Coopersmith2008-10-163-22/+83
* scanpci: add -v flag to enable verbose mode like old scanpciAlan Coopersmith2008-10-151-1/+18
* Correct comment about devices used on SolarisAlan Coopersmith2008-10-151-1/+1
* Fix various typos (mostly in comments)Alan Coopersmith2008-10-155-19/+19
* Add NetBSD supportJuan RP2008-10-116-1/+429
* Add support for GNU/kFreeBSDPetr Salinger2008-10-113-10/+12
* configure.ac: Make mtrr.h test more portableJohn Tapsell2008-09-231-2/+2
* OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb2008-09-201-1/+6
* Handle compressed pci.idsKel Modderman2008-07-082-10/+42
* Hide one more private symbolJulien Cristau2008-07-081-0/+1
* Support write combine resource files in Linux sysfsJesse Barnes2008-06-231-0/+39
* Fixed typo in output ("performace" --> "performance").Stefan Dirsch2008-06-231-1/+1
* libpciaccess 0.10.3libpciaccess-0.10.3Adam Jackson2008-06-101-1/+1
* libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson2008-06-102-2/+2
* Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt2008-06-051-5/+20
* Linux: Fail gracefully on machines without PCI.Adam Jackson2008-05-212-4/+6
* pciaccess: bump to 0.10.1Dave Airlie2008-05-212-2/+2
* linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie2008-05-214-1/+38
* Fix lint warnings in solx_devfs.cAlan Coopersmith2008-05-091-9/+3
* Add pci_system_solx_devfs_create prototype to pciaccess_private.hAlan Coopersmith2008-05-091-0/+1
* Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith2008-05-091-1/+1
* Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard2008-04-161-0/+3
* Add DragonFly BSD supportHasso Tepper2008-04-073-3/+3
* Fix function prototypes for C++Danny van Dyk2008-03-281-0/+8
* Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett2008-03-142-3/+7
* OpenBSD support for libpciaccess.Mark Kettenis2008-03-128-3/+437
* solaris: add pci_tools.h to OS_SUPPORTJulien Cristau2008-03-071-1/+1
* libpciaccess 0.10libpciaccess-0.10Adam Jackson2008-03-061-2/+1
* Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman2008-03-061-1/+1
* Don't export private symbols.Julien Cristau2008-02-278-7/+16
* Use <byteswap.h> when using glibc, not just on linuxJulien Cristau2008-02-191-1/+1
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-98/+10
* Bit-fields have to have type _Bool, signed int, or unsigned int.Matthias Hopf2007-10-231-7/+7
* Update bug reporting link.Ian Romanick2007-10-181-1/+1
* FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt2007-10-101-2/+3
* FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt2007-10-101-13/+19
* Add domain output to scanpci.Eric Anholt2007-10-101-1/+4
* FreeBSD: Add support for multiple PCI domains.Eric Anholt2007-10-101-1/+18
* FreeBSD: Fix unmap_range to return an error value.Eric Anholt2007-10-091-2/+2
* FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt2007-10-091-2/+5