Date: Fri, 22 Feb 2002 21:24:14 -0800 (PST) From: Mike Smith <msmith@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_cmbat.c Message-ID: <200202230524.g1N5OEj93690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
msmith 2002/02/22 21:24:14 PST Modified files: sys/dev/acpica acpi_cmbat.c Log: Match namespace cleanup changes in ACPI CA 20020217 update. Use ACPI_SUCCESS/ACPI_FAILURE consistently. The AcpiGetInto* interfaces are obsoleted by ACPI_ALLOCATE_BUFFER. Kill off the timeouts that used to read _BIF and _BST. These are invoked when the battery is actually read. timeout() is dangerous in combination with ACPI, as the interpreter can block. This driver still needs more work. Revision Changes Path 1.15 +15 -34 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202230524.g1N5OEj93690>