diff options
| author | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 04:18:22 +0000 |
|---|---|---|
| committer | Nate Lawson <njl@FreeBSD.org> | 2004-05-25 04:18:22 +0000 |
| commit | 09a98d8ce9d5f71eeb579c23ca1751d741489f71 (patch) | |
| tree | efdc7137cc6657667198a777bb1b9a4fe0ace53f | |
| parent | a86c577a6d5dd124633c6972fe3916646264a436 (diff) | |
Notes
| -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 27f46de094cf..ccaaa16411f1 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, |
