Hi, -------- Original Message -------- On 4/10/25 3:43 pm, Michael Kelly <[email protected]> wrote:
> There are 2 overrides showing but nothing related to 10 or 11: > > Int override bus=0 src=0 GSI=00000002 Flags=0000 > > Int override bus=0 src=9 GSI=00000009 Flags=000d I'm guessing pin 10 or 11 are dynamically set by ACPI for the ahci device rather than statically assigned by the mainboard layout. (But you could check this in acpi_init.c) It could be that PRS has a set of irqs and one is chosen and configured with SRS method. Its not impossible that both 10 and 11 are allowed values and ACPI configures one if I understand correctly. If this mechanism is not working we could have a bug in acpi_init.c in libacpica. You could add more debug prints in there and see what you find. Damien
