From owner-cvs-all Fri Sep 4 09:09:01 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA12114 for cvs-all-outgoing; Fri, 4 Sep 1998 09:09:01 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA12107; Fri, 4 Sep 1998 09:09:00 -0700 (PDT) (envelope-from imp@FreeBSD.org) From: Warner Losh Received: (from imp@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25303; Fri, 4 Sep 1998 09:08:54 -0700 (PDT) Date: Fri, 4 Sep 1998 09:08:54 -0700 (PDT) Message-Id: <199809041608.JAA25303@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/apm apm.8 apm.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/09/04 09:08:54 PDT Modified files: usr.sbin/apm apm.8 apm.c Log: o Enable standby mode in apm utility. You need a newer kernel for this functionality to work (however, the kernel changes were committed to current at 1998/07/05 23:29:11 PDT). o Enable setting of a timer for later wakeup. Note, not all APM BIOSes support this for all modes (mine doesn't support waking up on a timer from standby mode). o Print out the APM capabilities, as reported by the BIOS. o Report wake on ring indication. No way to enable/disable this, but it is reported. o update man page with above o The output of this command has changed, so if you have a script that parses its output, then you may need to rewrite it slightly. o The code attempts to deal with older kernels than July 5, 1998, but that part of the code isn't well tested. Revision Changes Path 1.10 +15 -2 src/usr.sbin/apm/apm.8 1.14 +188 -9 src/usr.sbin/apm/apm.c