libpciaccess: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Jan 8 20:54:27 UTC 2022


 src/hurd_pci.c |  153 +++++++++++++++++++++++++++++++++++++++++++++++++--------
 src/x86_pci.c  |   23 +++++---
 src/x86_pci.h  |    8 --
 3 files changed, 148 insertions(+), 36 deletions(-)

New commits:
commit 3e0d1cde01872d605c267c61094e44315a3e7467
Author: Joan Lledó <jlledom at member.fsf.org>
Date:   Wed Jan 5 13:08:01 2022 +0100

    hurd: Implement device memory mapping
    
    * src/hurd_pci.c:
    	* Implement device memory mapping functions
    		* pci_device_hurd_map_range
    		* pci_device_hurd_unmap_range
    		* pci_device_hurd_map_legacy
    		* pci_device_hurd_unmap_legacy
    * src/x86_pci.h:
    	* Remove unused declarations
    		* pci_device_x86_map_range()
    		* pci_device_x86_unmap_range()
    		* pci_device_x86_map_legacy()
    		* pci_device_x86_unmap_legacy()
    * src/x86_pci.c:
    	* Fix port leaks
    	* Make mapping function static again
    	* map_dev_mem(): use device_map() support for offsets
    Message-Id: <20220105120802.14008-2-jlledom at mailfence.com>
    
    Reviewed-by: Samuel Thibault <samuel.thibault at ens-lyon.org>



More information about the xorg-commit mailing list