summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a meson build systemDylan Baker2020-11-021-0/+67
* hurd: Fix map_dev_mem from non-zero addressSamuel Thibault2020-09-101-1/+2
* hurd: Fix letting map_dev_mem map anywhereSamuel Thibault2020-09-101-1/+1
* hurd: Add missing round up size in map_dev_memSamuel Thibault2020-09-101-1/+6
* x86: Remove probe during create, other backends don't do thisDamien Zammit2020-08-271-4/+0
* x86: Remove mapping of regions during probe - otherwise remapping later failsDamien Zammit2020-08-271-10/+3
* x86: Use gnumach device instead of /dev/mem on GNU systems && factorise ifdefsDamien Zammit2020-08-271-42/+87
* hurd_pci: Use __pci_conf_ variants of pci_conf_Damien Zammit2020-08-271-2/+2
* Hurd: avoid using the deprecated RPC pci_get_ndevs()Joan Lledó2019-12-271-62/+91
* x86: Use MAP_SHARED for memory/rom region mmap && fix modeDamien Zammit2019-07-121-8/+6
* linux: Don't try to include <sys/io.h> on armAdam Jackson2019-07-111-1/+1
* Fix pci_device_get_bridge_info() for multifunction bridgesLichao Mu2019-07-111-1/+1
* Use recursive scan busDamien Zammit2019-07-111-71/+11
* Add better probe cmds for non-VGA roms and regions on x86Damien Zammit2019-07-111-59/+285
* New module for the HurdDamien Zammit2019-07-116-152/+813
* freebsd_pci: remove old probe methodNiclas Zeising2019-07-101-163/+0
* freebsd_pci: format freebsd_pci_methodsNiclas Zeising2019-07-101-0/+6
* freebsd_pci: Add has_kernel_driver functionNiclas Zeising2019-07-101-0/+19
* freebsd_pci: Remove unused variableNiclas Zeising2019-07-101-1/+0
* freebsd_pci: Make this work on sparc64Niclas Zeising2019-07-103-9/+42
* freebsd_pci: update legacy I/O for new architecturesNiclas Zeising2019-07-101-35/+50
* freebsd_pci: Fix types in write functionsNiclas Zeising2019-07-101-3/+3
* Don't check for struct pci_io.pi_sel.pc_domainNiclas Zeising2019-07-101-10/+0
* freebsd_pci: Try to conform to uniform styleNiclas Zeising2019-07-101-79/+81
* freebsd: Add !legacy open_device_io implementationConrad Meyer2019-06-161-0/+12
* linux: Set number of devices to 0 in case of errorOlivier Fourdan2018-10-241-0/+1
* linux: support 32 bit PCI domains (v3)Stephen Hemminger2017-09-205-14/+26
* use cached devinfo snapshots, remove unnecessary di_init()Henry Zhao2017-04-041-20/+5
* probe should not hold pci nexus drivers openHenry Zhao2017-04-041-9/+20
* Revert "linux_sysfs: include <limits.h> for PATH_MAX"Emil Velikov2017-04-041-1/+0
* linux sysfs: retrieve vendor, device... info via separate sysfs filesEmil Velikov2017-01-111-0/+54
* Ignore 32-bit domainsKeith Busch2016-08-151-2/+12
* device-name: handle calloc failure in insert()arsharma2016-05-021-0/+10
* vgaarb: add a the trailing NULL character on read(vgaarb_fd)arsharma2016-05-021-3/+9
* libpciaccess: Fix incorrect format specificationChuck Tuffli2015-10-201-4/+4
* linux_sysfs: include <limits.h> for PATH_MAXFelix Janda2015-09-221-0/+1
* linux_sysfs.c: Include <limits.h> for PATH_MAXFelix Janda2015-05-041-0/+1
* Include config.h before anything else in *.cJulien Cristau2015-05-0111-3/+33
* Check for __linux__ instead of linux during compilationEero Tamminen2015-02-121-1/+3
* Include config.h before any other headers.Emil Velikov2015-02-124-16/+16
* Add missing guards around config.h inclusionChih-Wei Huang2015-02-123-0/+8
* Include the POSIX fcntl.h instead of sys/fcntl.hEmil Velikov2015-02-121-1/+1
* Use PCIOCREADMASK on OpenBSD.Mark Kettenis2014-09-291-6/+25
* Implement the kernel_has_driver() method for NetBSD.Matthew Green2014-08-301-0/+24
* Solaris: Fix fd leak in pci_device_solx_devfs_map_range()Alan Coopersmith2014-07-031-0/+3
* Fix IO access functions on linux+sysfs.Marcin Ko?cielnicki2014-02-117-18/+54
* Fix a compilation error on GNU Hurd platforms.Samuel Pitoiset2014-01-311-1/+1
* Windows/Cygwin: Add support through the WinIo librarySamuel Pitoiset2014-01-274-4/+180
* pci_device_solx_devfs_probe: implicit conversion changes signedness warningsAlan Coopersmith2013-07-061-1/+1
* Solaris: Remove #defines for Ultra 45 southbridge device idsAlan Coopersmith2013-07-061-20/+0