freebsd-src/sys/dev/acpica
John Baldwin 680717ff9e - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems.
In that case use proc0's pid to return the thread ID.
- For 4-stable, use the generic swi taskqueue for ACPI events rather than
  implementing our own.

Sponsored by:	The Weather Channel
2002-10-16 17:25:29 +00:00
..
Osd - In AcpiOsGetThreadId(), allow for curproc to be NULL on 4-stable systems. 2002-10-16 17:25:29 +00:00
acpi.c Use d_thread_t for cdevsw functions instead of struct thread * so that it 2002-10-09 20:39:26 +00:00
acpi_acad.c Add generalized power profile code. 2002-03-04 18:46:13 +00:00
acpi_battery.c Staticise devclasses and some unnecessarily global variables. 2002-01-08 06:46:01 +00:00
acpi_button.c Add device(power/sleep button and lid) wake function from sleeping state. 2002-07-22 12:52:54 +00:00
acpi_cmbat.c Use the _STA method of a battery control method to see if a battery is 2002-08-21 15:01:53 +00:00
acpi_cpu.c Brutally deal with __func__ being 'const char *' on gcc-3.1. 2002-05-19 06:16:47 +00:00
acpi_ec.c Make interrupt driven EC transaction optional. 2002-07-02 03:38:07 +00:00
acpi_lid.c Add device(power/sleep button and lid) wake function from sleeping state. 2002-07-22 12:52:54 +00:00
acpi_pci.c - Make pci_load_vendor_data() static and do it during MOD_LOAD instead of 2002-09-04 03:13:16 +00:00
acpi_pci_link.c Fix a possible bug about freeing non-malloc'ed pointer. 2002-10-16 15:42:27 +00:00
acpi_pcib.c Add code for ACPI PCI link object manipulation. 2002-10-05 02:01:05 +00:00
acpi_pcib_acpi.c Make sure that ACPI PCI driver probe routine call pci_cfgregopen() 2002-10-05 02:16:49 +00:00
acpi_pcib_pci.c Make sure that ACPI PCI driver probe routine call pci_cfgregopen() 2002-10-05 02:16:49 +00:00
acpi_pcibvar.h Add code for ACPI PCI link object manipulation. 2002-10-05 02:01:05 +00:00
acpi_powerres.c Fix a bug about the cooling system controlling in acpi_thermal driver. 2002-08-27 07:53:55 +00:00
acpi_resource.c Oops, missed this one. Fix a printf format error on 64 bit systems 2002-10-04 00:35:22 +00:00
acpi_thermal.c Some kernel threads try to do significant work, and the default KSTACK_PAGES 2002-10-02 07:44:29 +00:00
acpi_timer.c Include <dev/acpica/acpivar.h> instead of <acpica/acpivar.h> like all the 2002-10-09 20:38:21 +00:00
acpica_support.c Resolve conflicts arising from the ACPI CA 20020611 import. 2002-07-09 17:54:02 +00:00
acpica_support.h Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support. 2001-11-06 15:00:30 +00:00
acpiio.h Fix wrong member variable ordering of struct acpi_bif. 2002-08-09 07:08:53 +00:00
acpivar.h Add a helper routine acpi_SetIntrModel() to call the _PIC method to set 2002-09-06 16:08:08 +00:00