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 160fb63ee0c72f165ab131c4d725d9badaa646ab (commit) from 22676a3a6e4d99e13ee75c1ad2f4976ae6b0ce52 (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 160fb63ee0c72f165ab131c4d725d9badaa646ab Author: Damien Zammit <dam...@zamaudio.com> Date: Mon Sep 12 10:39:30 2022 +0000 acpi: Link translator to libacpica and provide RPCs Provides two new acpi RPCs to sleep the machine and to get the irq of any pci device. ACPI mode is enabled by default when the translator is started. NB: Merging this commit means libacpica is a build dep. Message-Id: <20220912103837.556815-2-dam...@zamaudio.com> ----------------------------------------------------------------------- Summary of changes: Makefile | 5 ++- acpi/Makefile | 13 ++++-- acpi/acpi-ops.c | 86 ++++++++++++++++++++++++++++++++++++++ acpi/acpi.c | 2 +- acpi/acpifs.h | 2 +- acpi/func_files.h | 2 +- acpi/main.c | 12 +++++- {pci-arbiter => acpi}/mig-mutate.h | 8 ++-- acpi/{acpi.h => myacpi.h} | 8 ++-- config.make.in | 7 ++++ configure.ac | 9 ++++ hurd/{shutdown.defs => acpi.defs} | 35 ++++++++++++---- hurd/hurd_types.defs | 18 ++++++++ hurd/hurd_types.h | 1 + hurd/paths.h | 3 ++ 15 files changed, 185 insertions(+), 26 deletions(-) create mode 100644 acpi/acpi-ops.c copy {pci-arbiter => acpi}/mig-mutate.h (80%) rename acpi/{acpi.h => myacpi.h} (90%) copy hurd/{shutdown.defs => acpi.defs} (60%) hooks/post-receive -- Hurd