Remove call to _INI for thermal devices. ACPI-CA now calls _INI for
Devices, ThermalZones, and Processors.
This commit is contained in:
parent
a86c577a6d
commit
09a98d8ce9
@ -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.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user