summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-05-14Delete vga_arb_rec.Tiago Vignatti
2009-05-13vgaarb: a bunch of clean ups to fit in libpciaccess style.Tiago Vignatti
2009-05-13vgaarb: make it compile.Tiago Vignatti
2009-05-13Import libvgaaccess (VGA Arbiter) implementation from C3SL repository:Tiago Vignatti
2009-05-01Don't try to write boot_vga since that fails with EACCESAaron Plattner
2009-05-01pciaccess: provide a method to detect if a device is boot VGADave Airlie
2009-04-17Fix unused variable warnings in Solaris codeAlan Coopersmith
2009-04-17Fix $CWARNFLAGS additionAlan Coopersmith
2009-04-18openbsd_pci.c: use the correct size when mapping the legacy vga rom.Owain Ainsworth
2009-04-15Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memoryAlan Coopersmith
2009-04-15Fix const mismatch compiler warnings in Solaris backendAlan Coopersmith
2009-04-15Sun bug 6785726: libpciaccess needs to use the correct BAR index on solarisedward shu
2009-04-14Make libpciaccess on OpenBSD domain-aware.Mark Kettenis
2009-04-14Be more paranoid about reading bridge info (#20786)Darren Smith
2009-02-27FreeBSD: Incorporate several fixes that have accumulated.Robert Noland
2009-01-28Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade
2009-01-22Solaris: Use bus-range properties to limit busses scanned on each nodeAlan Coopersmith
2008-12-07Fix a logic error in pci_device_netbsd_write()Matthieu Herrb
2008-12-07Sync with OpenBSD code.Matthieu Herrb
2008-11-25Fix a logic error in pci_device_openbsd_write().Matthieu Herrb
2008-11-19Don't open/gzopen pci.ids if we're not going to read itAlan Coopersmith
2008-11-18Fill in byte swapping routines for big-endian Solaris machinesAlan Coopersmith
2008-10-29Fix FreeBSD systems which support pci domains.Robert Noland
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-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.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-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis