libpciaccess: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 23 17:30:13 UTC 2022


 src/hurd_pci.c |   60 +++++++++++++++++++++++++++++++++++++++++++++++----------
 src/x86_pci.c  |    8 +++----
 src/x86_pci.h  |    2 +
 3 files changed, 56 insertions(+), 14 deletions(-)

New commits:
commit d193fa690415333420b435edb5782789a6f3ea57
Author: Samuel Thibault <samuel.thibault at ens-lyon.org>
Date:   Tue Aug 23 19:27:27 2022 +0200

    hurd: Fix pci_device_hurd_map_legacy
    
    It was not passing a proper region number to pci_device_hurd_map_range,
    and that would not make sense anyway since the rom is not a region for
    instance, and the video memory, interrupt vector etc. aren't a region or
    the rom.
    
    So this uses pci_device_hurd_map_range for the rom, and
    pci_system_x86_map_dev_mem for non-rom. Unfortunately pci-arbiter
    currently cannot get the rom_base from libpciaccess, so we can only
    guess that we are trying to map a rom.



More information about the xorg-commit mailing list