summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-04-05hurd: device_open(pci), /servers/bus/pci fallbackDamien Zammit
2020-12-02missed library installation in mesonmasterPetr Ovtchenkov
2020-11-02autoconf: Add meson files to dist tarballDylan Baker
2020-11-02Add a meson build systemDylan Baker
2020-09-10hurd: Fix map_dev_mem from non-zero addressSamuel Thibault
2020-09-10hurd: Fix letting map_dev_mem map anywhereSamuel Thibault
2020-09-10hurd: Add missing round up size in map_dev_memSamuel Thibault
2020-08-27x86: Remove probe during create, other backends don't do thisDamien Zammit
2020-08-27x86: Remove mapping of regions during probe - otherwise remapping later failsDamien Zammit
2020-08-27x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefsDamien Zammit
2020-08-27hurd_pci: Use __pci_conf_ variants of pci_conf_Damien Zammit
2019-12-27Hurd: avoid using the deprecated RPC pci_get_ndevs()Joan Lledó
2019-07-12x86: Use MAP_SHARED for memory/rom region mmap && fix modeDamien Zammit
2019-07-11linux: Don't try to include <sys/io.h> on armAdam Jackson
2019-07-11Fix pci_device_get_bridge_info() for multifunction bridgesLichao Mu
2019-07-11Use recursive scan busDamien Zammit
2019-07-11Add better probe cmds for non-VGA roms and regions on x86Damien Zammit
2019-07-11New module for the HurdDamien Zammit
2019-07-10freebsd_pci: remove old probe methodNiclas Zeising
2019-07-10freebsd_pci: format freebsd_pci_methodsNiclas Zeising
2019-07-10freebsd_pci: Add has_kernel_driver functionNiclas Zeising
2019-07-10freebsd_pci: Remove unused variableNiclas Zeising
2019-07-10freebsd_pci: Make this work on sparc64Niclas Zeising
2019-07-10freebsd_pci: update legacy I/O for new architecturesNiclas Zeising
2019-07-10freebsd_pci: Fix types in write functionsNiclas Zeising
2019-07-10Don't check for struct pci_io.pi_sel.pc_domainNiclas Zeising
2019-07-10freebsd_pci: Try to conform to uniform styleNiclas Zeising
2019-06-16freebsd: Add !legacy open_device_io implementationConrad Meyer
2018-10-24linux: Set number of devices to 0 in case of errorOlivier Fourdan
2017-09-20linux: support 32 bit PCI domains (v3)Stephen Hemminger
2017-04-04use cached devinfo snapshots, remove unnecessary di_init()Henry Zhao
2017-04-04probe should not hold pci nexus drivers openHenry Zhao
2017-04-04Revert "linux_sysfs: include <limits.h> for PATH_MAX"Emil Velikov
2017-01-11linux sysfs: retrieve vendor, device... info via separate sysfs filesEmil Velikov
2016-08-15Ignore 32-bit domainsKeith Busch
2016-05-02device-name: handle calloc failure in insert()arsharma
2016-05-02vgaarb: add a the trailing NULL character on read(vgaarb_fd)arsharma
2015-10-20libpciaccess: Fix incorrect format specificationChuck Tuffli
2015-09-22linux_sysfs: include <limits.h> for PATH_MAXFelix Janda
2015-05-04linux_sysfs.c: Include <limits.h> for PATH_MAXFelix Janda
2015-05-01Include config.h before anything else in *.cJulien Cristau
2015-02-12Check for __linux__ instead of linux during compilationEero Tamminen
2015-02-12Include config.h before any other headers.Emil Velikov
2015-02-12Add missing guards around config.h inclusionChih-Wei Huang
2015-02-12Include the POSIX fcntl.h instead of sys/fcntl.hEmil Velikov
2014-09-29Use PCIOCREADMASK on OpenBSD.Mark Kettenis
2014-08-30Implement the kernel_has_driver() method for NetBSD.Matthew Green
2014-07-03Solaris: Fix fd leak in pci_device_solx_devfs_map_range()Alan Coopersmith
2014-02-11Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki
2014-01-31Fix a compilation error on GNU Hurd platforms.Samuel Pitoiset