Age | Commit message (Collapse) | Author |
|
Fall back to bios defaults for requests for irq 9.
Ideally we could check the PIIX3 bridge device exists on
pci, but that would require pci access before pci-arbiter
exists. This is a convenient workaround for now.
Message-ID: <20250622073557.188295-1-damien@zamaudio.com>
|
|
Return positive error code when return value indicates error.
Message-ID: <20241228073512.711999-1-damien@zamaudio.com>
|
|
Otherwise we would take the error as irq number.
|
|
-Werror=enum-int-mismatch warnings
MiG expects those to return kern_return_t.
Message-ID: <ZXqbbXpVqQAwd2qv@jupiter.tail36e24.ts.net>
|
|
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-damien@zamaudio.com>
|