freebsd-dev/sys/i386/bios
Nate Williams e1d6dc656d This patch causes the "calltodo" timer list to be decremented by the amount
of time that the laptop was suspending.  Thus, select() calls that might have
suspended rather than firing  at 1hr + "time suspended" since the timer was
posted.

Adding:

    options  APM_FIXUP_CALLTODO

to the kernel config enables the patch.

[
This patch was slightly modified to use a consistant indent style and
I removed some unused local variables.  After this has been tested a
few weeks we'll make the options the default, so for now I'm now
documenting it in LINT.  Mike can later if he wants.
]

Reviewed by:	Mike Smith <msmith@freebsd.org>
Submitted by:	Ken Key  <key@cs.utk.edu>
1997-12-23 16:32:35 +00:00
..
apm_init - Update the email address in the copyrights. 1997-11-04 18:12:51 +00:00
apm_setup.h
apm_setup.s - Update the email address in the copyrights. 1997-11-04 18:12:51 +00:00
apm.c This patch causes the "calltodo" timer list to be decremented by the amount 1997-12-23 16:32:35 +00:00