1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

Fixup a few bogons in a comment.

This commit is contained in:
John Baldwin 2004-05-11 20:06:32 +00:00
parent d3b3af7599
commit 175af5d978
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=129128

View File

@ -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)