summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-20hurd: Make io port access granular and go through pci-arbiterfix-iopermDamien Zammit
2023-06-21gitlab-ci: remove unnecessary call to `meson configure`Dylan Baker
2023-06-21gitlab-ci: don't bother to configure meson for the version checkDylan Baker
2023-06-21gitlab-ci: use `meson setup`Dylan Baker
2023-03-25Try fopen(".../pci.ids", "re") on Solarish systems as wellAlan Coopersmith
2023-03-25Remove "All rights reserved" from Oracle copyright noticesAlan Coopersmith
2023-03-25FreeBSD: Remove sparc64 codeEmmanuel Vadot
2023-03-24FreeBSD: Fallback to /usr/share/misc/pci_vendorsEmmanuel Vadot
2022-12-15linux_sysfs: Use pwrite/pread instead of 64bit versionsKhem Raj
2022-10-17libpciaccess 0.17Alan Coopersmith
2022-08-23hurd: Fix pci_device_hurd_map_legacySamuel Thibault
2022-08-11Add pci_device_disable() functionMoritz Fischer
2022-08-01Delete redundant symbols ';'zhanghongtao
2022-08-01Add header protection macro in linux_devmem.hzhanghongtao
2022-08-01pci_sys set NULL after freezhanghongtao
2022-08-01Add parentheses to the macro definitionzhanghongtao
2022-06-21Add support for building on macOS w/o X11, using endian code from "portable_e...Satadru Pramanik
2022-04-07configure.ac: Use pkg-config to find zlib dependency infoAlan Coopersmith
2022-04-06gitlab CI: stop requiring Signed-off-by in commitsAlan Coopersmith
2022-04-03Obtain correct value of is_64 and is_prefetchable PCI device fieldsChester Gillon
2022-04-02gitlab CI: add a basic build test for both autotools and mesonAlan Coopersmith
2022-04-02meson: install man page in mandir/man1/, not mandir/1/Alan Coopersmith
2022-04-02Fix spelling/wording issuesAlan Coopersmith
2022-04-02Build xz tarballs instead of bzip2Alan Coopersmith
2022-03-14Hurd: Fix initialization orderJoan Lledó
2022-02-15hurd: Don't necessarily look up _SERVERS_BUS_PCIDamien Zammit
2022-01-09hurd: Restore initialization orderSamuel Thibault
2022-01-08hurd: Implement device memory mappingJoan Lledó
2021-04-13x86: Sort devices by B/D/F due to recursive scanHEADrumpdisk-bootsDamien Zammit
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
2020-08-22pciaccess.pc.in: add Libs.PrivateFabrice Fontaine
2019-12-27Hurd: avoid using the deprecated RPC pci_get_ndevs()Joan Lledó
2019-07-17libpciaccess 0.16libpciaccess-0.16Adam Jackson
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-11libpciaccess 0.15libpciaccess-0.15Adam 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