Date: Fri, 24 Oct 2003 22:03:25 -0700 (PDT) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_lid.c acpi_thermal.c acpivar.h src/etc devd.conf Message-ID: <200310250503.h9P53PUP061742@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2003/10/24 22:03:25 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_acad.c acpi_button.c acpi_cmbat.c acpi_lid.c acpi_thermal.c acpivar.h etc devd.conf Log: Add devctl(4) notify support to ACPI. Various subsystems now notify userland whenever events occur. See the example in devd.conf below to see how to use it. Revision Changes Path 1.9 +26 -0 src/etc/devd.conf 1.106 +22 -0 src/sys/dev/acpica/acpi.c 1.20 +3 -1 src/sys/dev/acpica/acpi_acad.c 1.17 +4 -0 src/sys/dev/acpica/acpi_button.c 1.26 +2 -0 src/sys/dev/acpica/acpi_cmbat.c 1.15 +4 -2 src/sys/dev/acpica/acpi_lid.c 1.33 +2 -0 src/sys/dev/acpica/acpi_thermal.c 1.46 +2 -0 src/sys/dev/acpica/acpivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310250503.h9P53PUP061742>