Re: [PATCH] templates: Add support for acpi on Hurd

2022-10-06 Thread Daniel Kiper
On Mon, Sep 26, 2022 at 09:51:32PM +0200, Samuel Thibault wrote: > This adds acpi as bootstrap module whenever it is available. This opens the > path for proper IRQ routing for fully-userland disk drivers. > > Signed-off-by: Samuel Thibault Reviewed-by: Daniel Kiper Daniel

[PATCH] templates: Add support for acpi on Hurd

2022-09-26 Thread Samuel Thibault
This adds acpi as bootstrap module whenever it is available. This opens the path for proper IRQ routing for fully-userland disk drivers. Signed-off-by: Samuel Thibault diff --git a/util/grub.d/10_hurd.in b/util/grub.d/10_hurd.in index 4294bbe4c..a021d02c2 100644 --- a/util/grub.d/10_hurd.in +++