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ó <jlle...@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-jlle...@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