From owner-cvs-all Mon Oct 22 11: 1:48 2001 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 E71B037B403; Mon, 22 Oct 2001 11:01:37 -0700 (PDT) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9MI1bJ40572; Mon, 22 Oct 2001 11:01:37 -0700 (PDT) (envelope-from iwasaki) Message-Id: <200110221801.f9MI1bJ40572@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Mon, 22 Oct 2001 11:01:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cmbat.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2001/10/22 11:01:37 PDT Modified files: sys/dev/acpica acpi_cmbat.c Log: Reduce frequency of Battery info (_BIF) acquisition. This helps avoiding EC read errors on some laptops. - Stop updating Battery info for all user requests - Update Battery info by notify events and resume method - Poll Battery info every one minute Suggested by: takawata Revision Changes Path 1.8 +39 -7 src/sys/dev/acpica/acpi_cmbat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message