diff options
-rw-r--r-- | sys/amd64/amd64/io_apic.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/io_apic.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/amd64/amd64/io_apic.c b/sys/amd64/amd64/io_apic.c index f4b810e..ff1f428 100644 --- a/sys/amd64/amd64/io_apic.c +++ b/sys/amd64/amd64/io_apic.c @@ -200,6 +200,7 @@ ioapic_disable_source(struct intsrc *isrc) static void ioapic_eoi_source(struct intsrc *isrc) { + TODO; /* lapic_eoi(); */ } @@ -242,6 +243,7 @@ ioapic_program_destination(struct ioapic_intsrc *intpin) static void ioapic_assign_cluster(struct ioapic_intsrc *intpin) { + /* * Assign this intpin to a logical APIC cluster in a * round-robin fashion. We don't actually use the logical diff --git a/sys/i386/i386/io_apic.c b/sys/i386/i386/io_apic.c index f4b810e..ff1f428 100644 --- a/sys/i386/i386/io_apic.c +++ b/sys/i386/i386/io_apic.c @@ -200,6 +200,7 @@ ioapic_disable_source(struct intsrc *isrc) static void ioapic_eoi_source(struct intsrc *isrc) { + TODO; /* lapic_eoi(); */ } @@ -242,6 +243,7 @@ ioapic_program_destination(struct ioapic_intsrc *intpin) static void ioapic_assign_cluster(struct ioapic_intsrc *intpin) { + /* * Assign this intpin to a logical APIC cluster in a * round-robin fashion. We don't actually use the logical |