freebsd-nq/sys/dev/acpica
Mike Smith acf72ef4f1 The API for loading tables changed (we no longer explicitly search for the
RSDP, it's now found via a callback).

AcpiOsSleepUsec() went away, use AcpiOsSleep() instead (we could use
AcpiOsStall() too)

AcpiFormatException() was changed to make more sense (it behaves like
our old acpi_strerror() did), so throw acpi_strerror() away (still
#defined in acpivar.h though, we need to sweep these seperately).
2001-07-21 04:04:03 +00:00
..
Osd We haven't used this for ages, and we're not going to either. 2001-07-20 09:44:55 +00:00
acpi_acad.c Add support for system power profiles; select "performance" when AC power 2001-07-07 01:46:40 +00:00
acpi_battery.c Add a new helper function for finding resources in resource buffers. 2001-07-05 07:14:30 +00:00
acpi_button.c - Updates for new constant naming in the ACPI CA 20010518 update. 2001-05-29 20:13:42 +00:00
acpi_cmbat.c Reset timestamps of battery info. and status by thier notify handler. 2001-06-24 02:39:08 +00:00
acpi_cpu.c Fix typo in acpi_cpu_attach() and correct range checking in 2001-07-07 18:39:13 +00:00
acpi_ec.c Improve some error messages slightly. 2001-07-05 07:21:12 +00:00
acpi_ecreg.h Properly protect the parameters to the EC_{GET,SET}_{DATA,CSR} macros with 2001-02-26 20:39:28 +00:00
acpi_isa.c Update for new debug layer constant names in the ACPI CA 20010615 2001-06-29 20:32:29 +00:00
acpi_lid.c - Updates for new constant naming in the ACPI CA 20010518 update. 2001-05-29 20:13:42 +00:00
acpi_pcib_acpi.c Oops, have to use AcpiSetCurrentResources, not invoke the _SRS method 2001-07-07 10:12:06 +00:00
acpi_pcib.c Oops, have to use AcpiSetCurrentResources, not invoke the _SRS method 2001-07-07 10:12:06 +00:00
acpi_powerprofile.c Support for system "power profiles". Currently we support two profiles; 2001-07-07 01:45:37 +00:00
acpi_powerres.c Whoops; we get an ACPI_OBJECT back from evaluating a method, not 2001-07-09 21:24:59 +00:00
acpi_resource.c Update for new debug layer constant names in the ACPI CA 20010615 2001-06-29 20:32:29 +00:00
acpi_thermal.c Quiet the complaint about the _SCP method if it doesn't exist; it's 2001-07-07 10:17:22 +00:00
acpi_timer.c - Updates for new constant naming in the ACPI CA 20010518 update. 2001-05-29 20:13:42 +00:00
acpi.c The API for loading tables changed (we no longer explicitly search for the 2001-07-21 04:04:03 +00:00
acpiio.h Add sysctl interface (Read-only) for temprature, AC-line and Battery. 2001-06-23 10:38:25 +00:00
acpivar.h The API for loading tables changed (we no longer explicitly search for the 2001-07-21 04:04:03 +00:00