summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/madt.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2005-04-14 17:59:58 +0000
committerjhb <jhb@FreeBSD.org>2005-04-14 17:59:58 +0000
commitd3ad4828d61536a544fb3011197e8c19433449e3 (patch)
treee607c4d22c9165454a2c9e30840e44e00cfe3fbf /sys/i386/acpica/madt.c
parent4617f367498cb70c60f82ba2175e04273841853d (diff)
downloadFreeBSD-src-d3ad4828d61536a544fb3011197e8c19433449e3.zip
FreeBSD-src-d3ad4828d61536a544fb3011197e8c19433449e3.tar.gz
Remove support for mixed mode altogether now that we no longer use IRQ 0
when using an APIC. This simplifies the APIC code somewhat and also allows us to be pedantically more compliant with ACPI which mandates no use of mixed mode.
Diffstat (limited to 'sys/i386/acpica/madt.c')
-rw-r--r--sys/i386/acpica/madt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/acpica/madt.c b/sys/i386/acpica/madt.c
index 22598e0..e1f20c0 100644
--- a/sys/i386/acpica/madt.c
+++ b/sys/i386/acpica/madt.c
@@ -367,8 +367,6 @@ madt_setup_io(void)
}
/* First, we run through adding I/O APIC's. */
- if (madt->PCATCompat && !(acpi_quirks & ACPI_Q_MADT_IRQ0))
- ioapic_enable_mixed_mode();
madt_walk_table(madt_parse_apics, NULL);
/* Second, we run through the table tweaking interrupt sources. */
OpenPOWER on IntegriCloud