Date: Sat, 30 Oct 1999 07:56:01 -0700 (PDT) From: Mitsuru IWASAKI <iwasaki@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/include clock.h src/sys/i386/isa clock.c Message-ID: <199910301456.HAA32033@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
iwasaki 1999/10/30 07:56:01 PDT Modified files: sys/i386/apm apm.c sys/i386/include clock.h sys/i386/isa clock.c Log: i8254_restore is called from apm_default_resume() to reload the countdown register. this should not be necessary but there are broken laptops that do not restore the countdown register on resume. when it happnes, it messes up the hardclock interval and system clock, which leads to the infamous "calcru: negative time" problem. Submitted by: kjc, iwasaki Reviewed by: Steve O'Hara-Smith <steveo@eircom.net> and committers. Obtained from: PAO3 Revision Changes Path 1.111 +2 -1 src/sys/i386/apm/apm.c 1.37 +2 -1 src/sys/i386/include/clock.h 1.146 +23 -1 src/sys/i386/isa/clock.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910301456.HAA32033>