History log of /openbsd/sys/arch/macppc/include/apmvar.h (Results 1 – 10 of 10)
Revision Date Author Comments
# cd56ea09 22-Jan-2019 phessler <phessler@openbsd.org>

flense more trailing whitespace


# 330326e6 22-Jan-2019 phessler <phessler@openbsd.org>

remove trailing whitespace in the Laptop Package part of the license text.

no words or punctation were modified.


# 3c12648e 07-Feb-2015 miod <miod@openbsd.org>

Need to define APM_USER_HIBERNATE_REQ here too.


# 3d908d29 26-Mar-2012 deraadt <deraadt@openbsd.org>

Add APM_IOC_HIBERNATE


# 2fa72412 23-Mar-2011 pirofti <pirofti@openbsd.org>

Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.

Discussed and okay drahn@. Okay deraadt@.


# 7939ba9c 26-Feb-2009 oga <oga@openbsd.org>

Add a two new ioctls to the apm(4) interface.

APM_IOC_{SUSPEND,STANDBY}_REQ: This is to fix an issue with apm suspend
where a call to zzz suspended the machine immediately, not giving anyone
listeni

Add a two new ioctls to the apm(4) interface.

APM_IOC_{SUSPEND,STANDBY}_REQ: This is to fix an issue with apm suspend
where a call to zzz suspended the machine immediately, not giving anyone
listening for apm events (other than apmd) a chance to deal with the
upcoming change. This hit X hard since the introduction of drm, since it
needs to have time to idle the 3d engine and otherwise get the device
into a recoverable state. Such things are needed until we support
modesetting in the kernel.

Now, instead of forcing a suspend, using ioctl sends out an event similar
to if you had put the lid down, giving all userland applications a
chance to reply.

tested by sthen@ and beck@, especial thanks to sthen for sitting there
while I tried to debug this remotely, I owe him beer.

Prompted by and ok deraadt@

show more ...


# 6a1aaa0f 15-Sep-2002 deraadt <deraadt@openbsd.org>

backout premature


# e1f7838a 15-Sep-2002 deraadt <deraadt@openbsd.org>

KNF


# b0857fef 03-Oct-2001 drahn <drahn@openbsd.org>

Add $OpenBSD$ tags which were removed when this code was copied.


# 9cf48e15 03-Oct-2001 drahn <drahn@openbsd.org>

Add missed file when committing apm for macppc.