Remove call to _INI for thermal devices. ACPI-CA now calls _INI for

Devices, ThermalZones, and Processors.
This commit is contained in:
Nate Lawson 2004-05-25 04:18:22 +00:00
parent a86c577a6d
commit 09a98d8ce9

View File

@ -201,12 +201,6 @@ acpi_tz_attach(device_t dev)
if ((error = acpi_tz_establish(sc)) != 0)
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.
*/