From owner-cvs-sys Sun Jul 5 23:29:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA12071 for cvs-sys-outgoing; Sun, 5 Jul 1998 23:29:29 -0700 (PDT) (envelope-from owner-cvs-sys) 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 XAA12006; Sun, 5 Jul 1998 23:29:16 -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 XAA24947; Sun, 5 Jul 1998 23:29:12 -0700 (PDT) Date: Sun, 5 Jul 1998 23:29:12 -0700 (PDT) Message-Id: <199807060629.XAA24947@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/include apm_bios.h console.h src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk imp 1998/07/05 23:29:11 PDT Modified files: sys/i386/apm apm.c sys/i386/include apm_bios.h console.h sys/i386/isa syscons.c Log: Add the ability to suspend as well as hibernate to the system. This is the kernel part of my commits, the userlevel stuff will be done in a separate commit. Add the ability to suspend as well as hibernate to syscons. Create a new virtual key like hibernate for suspend. Update apm_bios.h to define more apm bios goodies. Revision Changes Path 1.73 +36 -15 src/sys/i386/apm/apm.c 1.20 +16 -8 src/sys/i386/include/apm_bios.h 1.37 +3 -1 src/sys/i386/include/console.h 1.265 +21 -2 src/sys/i386/isa/syscons.c