Call _INI on Thermal Zones as well as devices.
This commit is contained in:
parent
961af6677b
commit
2881b39793
@ -200,6 +200,12 @@ 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…
Reference in New Issue
Block a user