From owner-cvs-all Fri Aug 4 13:28:58 2000 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 9619B37BB42; Fri, 4 Aug 2000 13:28:54 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA20199; Fri, 4 Aug 2000 13:28:53 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Message-Id: <200008042028.NAA20199@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Fri, 4 Aug 2000 13:28:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/apm apm.c src/sys/i386/include apm_bios.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG iwasaki 2000/08/04 13:28:53 PDT Modified files: sys/i386/apm apm.c sys/i386/include apm_bios.h Log: Cleanup debug messages and Add some enhancements from linux on display control by apm -d. - Remove APM_DEBUG to avoid re-build kernel with such a unspported optioin. - Introduce new denug flag `debug.apm_debug' which can be controlled by sysctl interface and loader by setting like "debug.apm_debug=1", you will get debug messages from APM driver. - Add some enhancements from linux on display control by apm -d. I'm expecting that we can see some improvements on some laptops where apm -d doesn't work correctly so far. Reviewed by: -mobile and -current folks (no objection) Suggested by: Susumu WAKABAYASHI Revision Changes Path 1.116 +53 -64 src/sys/i386/apm/apm.c 1.28 +2 -1 src/sys/i386/include/apm_bios.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message