diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-08-08 07:02:39 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2024-08-08 07:02:39 +0000 |
commit | de1e4fbf2dd8371b1da5fe54e825ac08e144a83f (patch) | |
tree | c44393c6b0f36b07b34f30f5854d67115a880a19 /sys/dev/acpi/acpivar.h | |
parent | 86d0e1a454bb307a2daeacfc7b8e5515b3b30ff8 (diff) |
Print suspend-to-idle debug info in a more concise matter.
ok mlarkin@, deraadt@
Diffstat (limited to 'sys/dev/acpi/acpivar.h')
-rw-r--r-- | sys/dev/acpi/acpivar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index 4ec231772ef..c7e17c4bdc0 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.133 2024/08/06 17:38:56 kettenis Exp $ */ +/* $OpenBSD: acpivar.h,v 1.134 2024/08/08 07:02:38 kettenis Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com> * @@ -265,6 +265,7 @@ struct acpi_softc { struct aml_node *sc_wak; int sc_state; int sc_wakeup; + int sc_wakeups; time_t sc_resume_time; struct acpiec_softc *sc_ec; /* XXX assume single EC */ |