summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-05-25 04:18:22 +0000
committernjl <njl@FreeBSD.org>2004-05-25 04:18:22 +0000
commitc6d294b0c872ef14793e4d0f044720e079ba37bf (patch)
treeefdc7137cc6657667198a777bb1b9a4fe0ace53f /sys/dev/acpica
parent2c647855a35f9acba61fcd2f2ba2177ac5facf8d (diff)
downloadFreeBSD-src-c6d294b0c872ef14793e4d0f044720e079ba37bf.zip
FreeBSD-src-c6d294b0c872ef14793e4d0f044720e079ba37bf.tar.gz
Remove call to _INI for thermal devices. ACPI-CA now calls _INI for
Devices, ThermalZones, and Processors.
Diffstat (limited to 'sys/dev/acpica')
-rw-r--r--sys/dev/acpica/acpi_thermal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/acpica/acpi_thermal.c b/sys/dev/acpica/acpi_thermal.c
index 27f46de..ccaaa16 100644
--- a/sys/dev/acpica/acpi_thermal.c
+++ b/sys/dev/acpica/acpi_thermal.c
@@ -202,12 +202,6 @@ acpi_tz_attach(device_t dev)
goto out;
/*
- * XXX Call _INI if it exists. ACPICA should do this but only handles
- * Device objects for now.
- */
- AcpiEvaluateObject(sc->tz_handle, "_INI", NULL, NULL);
-
- /*
* Register for any Notify events sent to this zone.
*/
AcpiInstallNotifyHandler(sc->tz_handle, ACPI_DEVICE_NOTIFY,
OpenPOWER on IntegriCloud