mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fixup a few bogons in a comment.
This commit is contained in:
parent
d3b3af7599
commit
175af5d978
1 changed files with 3 additions and 3 deletions
|
|
@ -495,10 +495,10 @@ madt_parse_apics(APIC_HEADER *entry, void *arg __unused)
|
|||
}
|
||||
|
||||
/*
|
||||
* Determine properties of an interrupt source. Note that for ACPI,
|
||||
* these are only used for ISA interrupts, so we assume ISA bus values
|
||||
* Determine properties of an interrupt source. Note that for ACPI these
|
||||
* functions are only used for ISA interrupts, so we assume ISA bus values
|
||||
* (Active Hi, Edge Triggered) for conforming values except for the ACPI
|
||||
* SCI for which we use Active Lo, Level Triggered..
|
||||
* SCI for which we use Active Lo, Level Triggered.
|
||||
*/
|
||||
static enum intr_polarity
|
||||
interrupt_polarity(UINT16 Polarity, UINT8 Source)
|
||||
|
|
|
|||
Loading…
Reference in a new issue