diff options
Diffstat (limited to 'sys/dev/acpica/acpi_apic.c')
-rw-r--r-- | sys/dev/acpica/acpi_apic.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/acpica/acpi_apic.c b/sys/dev/acpica/acpi_apic.c index 1a83b1d..20d2e32 100644 --- a/sys/dev/acpica/acpi_apic.c +++ b/sys/dev/acpica/acpi_apic.c @@ -80,6 +80,10 @@ acpi_apic_identify(driver_t *driver, device_t bus) device_t child; int len; void *private; + +#if 1 + return; +#else /* broken by new ACPICA update that doesn't support the APIC table */ /* * Perform the tedious double-get to fetch the actual table. @@ -131,6 +135,7 @@ acpi_apic_identify(driver_t *driver, device_t bus) } AcpiOsFree(buf.Pointer); +#endif } static int |