From c6d294b0c872ef14793e4d0f044720e079ba37bf Mon Sep 17 00:00:00 2001 From: njl Date: Tue, 25 May 2004 04:18:22 +0000 Subject: Remove call to _INI for thermal devices. ACPI-CA now calls _INI for Devices, ThermalZones, and Processors. --- sys/dev/acpica/acpi_thermal.c | 6 ------ 1 file changed, 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, -- cgit v1.1