We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
InterruptSourceOverride
1 parent bc88428 commit 21d8241Copy full SHA for 21d8241
acpi/src/platform/interrupt.rs
@@ -59,6 +59,8 @@ pub enum TriggerMode {
59
/// models. For example, if a device is connected to ISA IRQ 0 and IOAPIC input 2, an override will
60
/// appear mapping source 0 to GSI 2. Currently these will only be created for ISA interrupt
61
/// sources.
62
+///
63
+/// https://uefi.org/htmlspecs/ACPI_Spec_6_4_html/05_ACPI_Software_Programming_Model/ACPI_Software_Programming_Model.html#interrupt-source-override-structure
64
#[derive(Debug, Clone, Copy)]
65
pub struct InterruptSourceOverride {
66
pub isa_source: u8,
0 commit comments