[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2 libacpica] Mostly fix acpi_get_irq_number()
From: |
Damien Zammit |
Subject: |
[PATCH 0/2 libacpica] Mostly fix acpi_get_irq_number() |
Date: |
Sat, 28 Dec 2024 01:27:54 +0000 |
This allows rumpdisk to probe correctly on machines
with broken LNKx._CRS methods by selecting a valid
irq from _PRS possible resources and calling the _SRS method
to set the irq. Somehow this fix is not working on some intel machines,
but makes rump_init() get further than before during probe.
ACPI translator can only be used with gnumach that has been compiled
with '--enable-apic --disable-linux-groups' because the irq requests
apply to APIC pins, and linux drivers don't support irqs > 16.
Thanks,
Damien
- [PATCH 0/2 libacpica] Mostly fix acpi_get_irq_number(),
Damien Zammit <=