Project

General

Profile

Bug #531 ยป acpi.c.diff

qhwt+dfly, 01/23/2007 09:28 AM

View differences:

acpi.c 22 Jan 2007 23:56:08 -0000
sc->acpi_dev = dev;
callout_init(&sc->acpi_sleep_timer);
if ((error = acpi_task_thread_init()))
goto out;
/*
* Set the globals from our tunables. This is needed because ACPI-CA
* uses UINT8 for some values and we have no tunable_byte.
......
}
#endif
if ((error = acpi_task_thread_init()))
goto out;
if ((error = acpi_machdep_init(dev)))
goto out;
    (1-1/1)