From owner-cvs-all Thu Sep 14 15:35: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DBF037B423; Thu, 14 Sep 2000 15:34:58 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA27449; Thu, 14 Sep 2000 15:34:58 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200009142234.PAA27449@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Thu, 14 Sep 2000 15:34:57 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 src/sys/i386/apm apm.c apm.h src/sys/i386/isa pmtimer.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/09/14 15:34:57 PDT Modified files: sys/conf files.i386 sys/i386/apm apm.c apm.h Added files: sys/i386/isa pmtimer.c Log: Add Timer device driver for power management events. The code for suspend/resume is derived from APM device driver. Some people suggested the original code is somewhat buggy, but I'd like to just move it from apm.c without any major changes for the initial version. This code should be refined later. To use pmtimer to adjust time at resume time, add device pmtimer in your kernel config file, and add hint.pmtimer.0.at="isa" in your device.hints Reviewed by: -current, bde Revision Changes Path 1.329 +2 -1 src/sys/conf/files.i386 1.118 +7 -81 src/sys/i386/apm/apm.c 1.2 +2 -1 src/sys/i386/apm/apm.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message