summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-09-04Add stub version of pci_device_map_memory_rangeIan Romanick
2007-09-03Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libpciaccessJames Cloos
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard
2007-08-31Update / add comments in struct pci_mem_region.Ian Romanick
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-27Bump version to 0.9.1 (sigh).xf86-video-xgi-0.9.1libpciaccess-0.9.1Ian Romanick
2007-08-27Add linux_devmem.h to file list.Ian Romanick
2007-08-27Bump version to 0.9.0.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-27Whitespace police.Ian Romanick
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
2007-01-12Remove extra fallback definition of PCIIDS_PATH.Eric Anholt
2007-01-12Fix many warnings and bugs in the freebsd implementation.Eric Anholt