Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/acpica/acpi.c 125135 2004-01-28 07:48:03Z roam $
---
> * $FreeBSD: head/sys/dev/acpica/acpi.c 125679 2004-02-11 02:57:33Z njl $
1128,1129c1128
< acpi_eventhandler_power_button_for_sleep,
< sc);
---
> acpi_event_power_button_sleep, sc);
1137,1138c1136
< acpi_eventhandler_sleep_button_for_sleep,
< sc);
---
> acpi_event_sleep_button_sleep, sc);
1722c1720
< acpi_eventhandler_power_button_for_sleep(void *context)
---
> acpi_event_power_button_sleep(void *context)
1734c1732
< acpi_eventhandler_power_button_for_wakeup(void *context)
---
> acpi_event_power_button_wake(void *context)
1746c1744
< acpi_eventhandler_sleep_button_for_sleep(void *context)
---
> acpi_event_sleep_button_sleep(void *context)
1758c1756
< acpi_eventhandler_sleep_button_for_wakeup(void *context)
---
> acpi_event_sleep_button_wake(void *context)