summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2008-03-07solaris: add pci_tools.h to OS_SUPPORTJulien Cristau
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-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-26Fix Solaris build: missing static prototype & typo in variable nameAlan Coopersmith
2007-09-11Add FreeBSD MTRR setting support.Eric Anholt
2007-09-04Add stub version of pci_device_map_memory_rangeIan Romanick
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick
2007-08-28Make the base address printout of scanpci more usable.Eric Anholt
2007-08-27Add linux_devmem.h to file list.Ian Romanick
2007-08-23Remove deprecated .cvsignore filesJames Cloos
2007-08-03FreeBSD: Add VGA rom reading through /dev/mem.Eric Anholt
2007-08-03FreeBSD: Fill in the subdevice ID.Eric Anholt
2007-08-03Make scanpci exit cleanly if pci_system_init() fails.Eric Anholt
2007-06-18Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick
2007-06-06Libpciaccess on Solaris Initial integrationedward shu
2007-03-27Don't pci_device_probe until absolutely necessary.Ian Romanick
2007-03-27Make sure header_type is available in read_bridge_info.Ian Romanick
2007-03-27Populate device and vendor ID fields at device list creation.Ian Romanick
2007-03-06FreeBSD: Fix a couple of minor issues in cleanup paths.Eric Anholt
2007-03-01FreeBSD: Add system cleanup function.Eric Anholt
2007-02-28FreeBSD: When mapping regions, use the region's base address, not 0.Eric Anholt
2007-02-28Fix inverted protection typo for mmap in region mapping.Eric Anholt
2007-02-28scanpci prototype warning fixEric Anholt
2007-02-28Update freebsd code for pci_device_cfg_write API change.Eric Anholt
2007-01-27scanpci: BIST line offsets were off by 4.George Sapountzis
2007-01-16Fix bad parameter to pci_device_cfg_write in pci_device_cfg_write_u8.Ian Romanick
2007-01-15Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/lib/libpciaccessIan Romanick
2007-01-15Convert pci_device_write_u* funtions to take a value instead of a pointer.Ian Romanick
2007-01-12Add support for getting region information on FreeBSD.Eric Anholt
2007-01-12Open the pci device read-write so we can read and write config regs.Eric Anholt