summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-10-11Add support for GNU/kFreeBSDPetr Salinger2-10/+4
2008-09-20OpenBSD: allow 2 successives calls to pci_system_init().Matthieu Herrb1-1/+6
2008-07-08Handle compressed pci.idsKel Modderman1-10/+29
2008-07-08Hide one more private symbolJulien Cristau1-0/+1
2008-06-23Support write combine resource files in Linux sysfsJesse Barnes1-0/+39
2008-06-23Fixed typo in output ("performace" --> "performance").Stefan Dirsch1-1/+1
2008-06-10libpciaccess 0.10.2libpciaccess-0.10.2Adam Jackson1-1/+1
2008-06-05Catch and recover from yet another linux kernel bug in mprotect.Eric Anholt1-5/+20
2008-05-21Linux: Fail gracefully on machines without PCI.Adam Jackson2-4/+6
2008-05-21pciaccess: bump to 0.10.1Dave Airlie1-1/+1
2008-05-21linux: add pci_device_enable entrypoint and sysfs support for itDave Airlie3-1/+36
2008-05-09Fix lint warnings in solx_devfs.cAlan Coopersmith1-9/+3
2008-05-09Add pci_system_solx_devfs_create prototype to pciaccess_private.hAlan Coopersmith1-0/+1
2008-05-09Initialize err to 0 in pci_device_solx_devfs_map_rangeAlan Coopersmith1-1/+1
2008-04-16Kludge around linux bug and turn off write-through and cache-disable bitsKeith Packard1-0/+3
2008-04-07Add DragonFly BSD supportHasso Tepper2-2/+2
2008-03-14Bug #13988: Fix reads from "0"-sized ROMs.Stuart Bennett2-3/+7
2008-03-12OpenBSD support for libpciaccess.Mark Kettenis6-3/+431
2008-03-07solaris: add pci_tools.h to OS_SUPPORTJulien Cristau1-1/+1
2008-03-06Bug #14818: Actually return the PCI vendor name, instead of NULL.Doug Chapman1-1/+1
2008-02-27Don't export private symbols.Julien Cristau8-7/+16
2008-02-19Use <byteswap.h> when using glibc, not just on linuxJulien Cristau1-1/+1
2007-10-10FreeBSD: for 64-bit BARs, skip the resource slot used for the upper 32 bits.Eric Anholt1-2/+3
2007-10-10FreeBSD: Don't try to unset an MTRR if we didn't set it.Eric Anholt1-13/+19
2007-10-10Add domain output to scanpci.Eric Anholt1-1/+4
2007-10-10FreeBSD: Add support for multiple PCI domains.Eric Anholt1-1/+18
2007-10-09FreeBSD: Fix unmap_range to return an error value.Eric Anholt1-2/+2
2007-10-09FreeBSD: don't set the MTRR if it's the default mode (uncacheable).Eric Anholt1-2/+5
2007-09-26Fix Solaris build: missing static prototype & typo in variable nameAlan Coopersmith1-2/+3
2007-09-11Add FreeBSD MTRR setting support.Eric Anholt1-4/+49
2007-09-04Add stub version of pci_device_map_memory_rangeIan Romanick1-0/+28
2007-08-31Don't add MTRR for uncached regions. Remove MTRR on unmap.Keith Packard1-8/+67
2007-08-30New interfaces to map memory with MTRR (or similar) support.Ian Romanick7-214/+329
2007-08-28Make the base address printout of scanpci more usable.Eric Anholt1-2/+2
2007-08-27Add linux_devmem.h to file list.Ian Romanick1-1/+1
2007-08-23Remove deprecated .cvsignore filesJames Cloos1-6/+0
2007-08-03FreeBSD: Add VGA rom reading through /dev/mem.Eric Anholt1-1/+52
2007-08-03FreeBSD: Fill in the subdevice ID.Eric Anholt1-0/+1
2007-08-03Make scanpci exit cleanly if pci_system_init() fails.Eric Anholt1-1/+5
2007-06-18Initial support for reading expansion ROM via VGA BIOS address.Ian Romanick5-2/+201
2007-06-06Libpciaccess on Solaris Initial integrationedward shu5-2/+1124
2007-03-27Don't pci_device_probe until absolutely necessary.Ian Romanick1-1/+1
2007-03-27Make sure header_type is available in read_bridge_info.Ian Romanick1-0/+9
2007-03-27Populate device and vendor ID fields at device list creation.Ian Romanick1-22/+52
2007-03-06FreeBSD: Fix a couple of minor issues in cleanup paths.Eric Anholt1-3/+6
2007-03-01FreeBSD: Add system cleanup function.Eric Anholt1-1/+10
2007-02-28FreeBSD: When mapping regions, use the region's base address, not 0.Eric Anholt1-1/+2
2007-02-28Fix inverted protection typo for mmap in region mapping.Eric Anholt1-1/+1
2007-02-28scanpci prototype warning fixEric Anholt1-1/+1
2007-02-28Update freebsd code for pci_device_cfg_write API change.Eric Anholt1-4/+3