Date: Sun, 5 Jul 1998 23:29:12 -0700 (PDT) From: Warner Losh <imp@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 Message-ID: <199807060629.XAA24947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807060629.XAA24947>