commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.9.git20211230-12-g7c3743a6


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20211230-12-g7c3743a6
Date: Sat, 8 Jan 2022 13:11:21 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  7c3743a6d1cf06fe5130628c9f39cc3c41128d22 (commit)
      from  78102136e63b4bdccd06982fd8708b6832225be7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7c3743a6d1cf06fe5130628c9f39cc3c41128d22
Author: Joan Lledó <jlledom@member.fsf.org>
Date:   Sat Jan 8 13:15:37 2022 +0100

    pci-arbiter: Stop using deprecated region memory pointer
    
    Use a internal array of pointers instead
    
    * pci-arbiter/device_map.h:
      * Update device_map_region() prototype
        * Now it receives an output address as parameter
    * pci-arbiter/device_map.c:
      * Update device_map_region() definition to match the new prototype
      * Support for legacy mappings
        * When the base address is lower than 1 mb
    * pci-arbiter/func_files.c:
    * pci-arbiter/netfs_impl.c:
      * Update calls to device_map_region to match the new prototype
      * Use the internal array of pointers instead of region->memory
    * pci-arbiter/pcifs.h:
      * struct pcifs_dirent: Declare the internal array of pointers
    Message-Id: <20220108121537.6277-2-jlledom@mailfence.com>

-----------------------------------------------------------------------

Summary of changes:
 pci-arbiter/device_map.c | 19 +++++++++++++++----
 pci-arbiter/device_map.h |  2 +-
 pci-arbiter/func_files.c |  6 +++---
 pci-arbiter/netfs_impl.c |  8 +++++---
 pci-arbiter/pcifs.h      |  7 +++++++
 5 files changed, 31 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]