diff options
-rw-r--r-- | sys/dev/acpica/acpi_thermal.c | 6 |
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, |