summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-01-12Enable more warnings when the compiler is GCC.Eric Anholt
2007-01-12Add pciaccess_private.h to _SOURCES so it gets included in the dist.Eric Anholt
2007-01-11Add interfaces to map / unmap specific memory ranges, bump lib version to 0.7.0.Ian Romanick
2007-01-11Fix bad cast that caused bit truncation.Ian Romanick
2006-11-14Update .gitignores.Eric Anholt
2006-11-14Add missing newline at the end of the file.Eric Anholt
2006-11-14Merge branch 'origin'Eric Anholt
2006-11-14Add the beginnings of a FreeBSD port.Eric Anholt
2006-08-10Fix a segfault in populate_vendor that was triggered when the pci.ids fileIan Romanick
2006-07-30Added some function preamble comments.Ian Romanick
2006-07-30Add endian macros for BSD.Eric Anholt
2006-07-30Use ENXIO instead of ENODATA for pci reads returning less than desired.Eric Anholt
2006-07-25Add pci_device_get_bridge_buses, bump API version to 0.5.0.Ian Romanick
2006-07-06Files missed (for reasons I still don't understand) on the previousIan Romanick
2006-07-06Add support for querying bridge information. Bump to version 0.5.0.Ian Romanick
2006-07-06Fix byte ordering of the PCI class.Ian Romanick
2006-05-22Fix foolish endianess bug. Bump to version 0.4.1.Ian Romanick
2006-04-12Bump to version 0.4.0.Ian Romanick
2006-03-27Remove src/pcils.c and src/Makefile.foo. Add src/scanpci.c.XORG-7_0_99_901Ian Romanick
2006-03-24Remove src/Makefile.foo from CVS since the generated Makefile can doIan Romanick
2006-03-20Add scanpci as a noinst target.Kristian Høgsberg
2006-03-18Initial import of libpciaccess.Ian Romanick