Date: Mon, 4 Apr 2005 15:46:57 +0000 (UTC) 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_cpu.c acpi_if.m acpivar.h Message-ID: <200504041546.j34FkvxH048107@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2005-04-04 15:46:57 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_cpu.c acpi_if.m acpivar.h Log: Add the acpi_get_features() method. This method is called on child drivers to see what features they may support before calling identify/probe/attach. This is necessary because the ACPI 3.0 spec requires driver support be advertised before running any methods. For now, the flags are as specified in for the _PDC and _OSC methods but we can support private flags as needed. Add an implementation of this for acpi_cpu. It checks all its children (notably cpufreq drivers) and calls the _PDC method to report the results. Revision Changes Path 1.55 +21 -28 src/sys/dev/acpica/acpi_cpu.c 1.6 +13 -0 src/sys/dev/acpica/acpi_if.m 1.92 +14 -0 src/sys/dev/acpica/acpivar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504041546.j34FkvxH048107>