From owner-cvs-all Tue Aug 24 9:21:16 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0DEE2159CB; Tue, 24 Aug 1999 09:20:52 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA03189; Tue, 24 Aug 1999 08:56:45 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <199908241556.IAA03189@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 24 Aug 1999 08:56:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk iwasaki 1999/08/24 08:56:45 PDT Modified files: (Branch: RELENG_3) sys/i386/apm apm.c Log: MFC: apm.c: 1.100->1.101 Fix `key release event prevent suspend' problem. We don't need `sleep 1; zzz' trick now. - APM BIOS Call for suspend/standby now should be issued with delay. - Delay for suspend/standby can be adjusted by using sysctl(8) interface (eg. sysctl -w machdep.apm_suspend_delay=3). Revision Changes Path 1.77.2.4 +82 -17 src/sys/i386/apm/apm.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message