summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-07-06pci_device_solx_devfs_probe: implicit conversion changes signedness warningsAlan Coopersmith
2013-07-06Solaris: Remove #defines for Ultra 45 southbridge device idsAlan Coopersmith
2013-07-06pci_device_solx_devfs_read: fix sign conversion/comparison warningsAlan Coopersmith
2013-07-06Support more pci functions on NetBSD.Thomas Klausner
2013-07-06Fix build on NetBSD-4.Thomas Klausner
2013-07-06Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.Thomas Klausner
2013-06-24pci_id_file_open: move variable inside the #ifndef that uses itAlan Coopersmith
2013-06-11Update NetBSD support.Thomas Klausner
2013-06-11Move 'const' to correct place, so it has meaning.Thomas Klausner
2013-06-07Protect config.h like usual.Thomas Klausner
2013-06-07Bug 63583 - add legacy IO routines for FreeBSDAlan Coopersmith
2013-03-09Solaris: probe improvementHenry Zhao
2013-01-15Solaris: Add domain support for sparc platformHenry Zhao
2013-01-03PCI: set correct mask value when matching for bridges.Egbert Eich
2012-10-21libpciaccess: sparc rom read fixHenry Zhao
2012-10-21libpciaccess: implementation of boot_vga in SolarisHenry Zhao
2012-10-12libpciaccess: fix memory usage errorsMark Logan
2012-05-31Implement legacy io & map for x86 backendSamuel Thibault
2012-04-23Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplicationAlan Coopersmith
2012-04-23Solaris: Implement map_legacy & legacy_io functionsAlan Coopersmith
2012-04-09Bump to 0.13.1libpciaccess-0.13.1Julien Cristau
2012-04-04Fix pci_io_handle allocation routines.Matthieu Herrb
2012-03-14Fix openbsd_pci.c:pci_device_vgaarb_set_target();Thordur Bjornsson
2012-03-05linux: Fix out[bwl] macros on non-I/O architecturesAdam Jackson
2012-02-27Use O_CLOEXEC for internal file descriptorsAdam Jackson
2012-02-27linux: Don't use /dev/portAdam Jackson
2012-02-24Use correct type for pci_id file accessor functionsMathias Krause
2012-02-08solx_devfs.c: fix gcc warnings about casting away const when reading dataAlan Coopersmith
2012-02-08Close pci.ids file when bailing out because realloc failedAlan Coopersmith
2012-02-08Solaris: reorder functions to remove need for lots of static prototypesAlan Coopersmith
2012-01-03OpenBSD: Implement map_legacy and legacy_ioMark Kettenis
2011-11-28delete_io_handle: fix deletion of last handleDaniel Drake
2011-11-19Add VGA Arbiter support for OpenBSD.Mark Kettenis
2011-11-19OpenBSD: Indicate that devices need access to legacy VGA resources.Mark Kettenis
2011-11-17Solaris: improve support for sparc platformHenry Zhao
2011-10-24libpciaccess: close mtrr fd on pci_cleanupNithin Nayak Sujir
2011-10-14Solaris: Give better error on realloc failureAlan Coopersmith
2011-10-11linux sysfs: Fix read-write access in map_legacyJeremy Huddleston
2011-10-07Update library version to reflect new APIJeremy Huddleston
2011-10-07linux: Implement map_legacyAdam Jackson
2011-10-07Add map_legacy interfaceAdam Jackson
2011-09-16Strip trailing whitespaceAlan Coopersmith
2011-08-03linux: Fix a crash in populate_devicesAdam Jackson
2011-06-04linux: Only set errno after an errorChris Wilson
2011-03-30Solaris support for multiple PCI segments (domains)John Martin
2010-12-14Fix detection of multi-function cardsBryce Harrington
2010-12-06Revert "Don't try to use bogus bridge data"Jesse Barnes
2010-11-21Sun's copyrights belong to Oracle nowAlan Coopersmith
2010-10-03include: add a Makefile to install and distribute header fileGaetan Nadon
2010-10-03config: replace INCLUDES, which is deprecated, with AM_CPPFLAGSGaetan Nadon