aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:45:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-01-23 21:45:05 +0000
commit9697124fc8232ae7c7d0b5a1cae0ac10e44d1dcf (patch)
tree778060874094f264d99d8eb811490ffcfed14907 /sys/dev/acpica
parent65baa27ce66a7890008f8ae59be6cc7884c7d384 (diff)
Notes
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_apic.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/acpica/acpi_apic.c b/sys/dev/acpica/acpi_apic.c
index 20d2e3272556..b193d8b9ac44 100644
--- a/sys/dev/acpica/acpi_apic.c
+++ b/sys/dev/acpica/acpi_apic.c
@@ -73,6 +73,10 @@ DRIVER_MODULE(acpi_apic, acpi, acpi_apic_driver, acpi_apic_devclass, 0, 0);
static void
acpi_apic_identify(driver_t *driver, device_t bus)
{
+#if 1
+
+ return;
+#else /* broken by new ACPICA update that doesn't support the APIC table */
ACPI_BUFFER buf;
ACPI_STATUS status;
APIC_HEADER *hdr;
@@ -81,10 +85,6 @@ acpi_apic_identify(driver_t *driver, device_t bus)
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.
*/