freebsd-dev/sys/dev/acpica
Nate Lawson 3a9865dd34 MPSAFE locking
* Add and comment our locking primitives.  The mutex primitives use a
  a static mutex and the serialization ones use a static sx lock.  A global
  acpi_mutex is used for access to global resources (i.e., writes to the
  SMI_CMD register.)
* Remove 4.x compat defines.
2004-08-13 06:21:19 +00:00
..
Osd Update for the KDB framework: 2004-07-10 20:56:43 +00:00
acpi_acad.c Use ACPI_ALL_NOTIFY instead of registering handlers separately. 2004-07-16 19:05:40 +00:00
acpi_battery.c Add the ability to detach a battery. Now batteries that are detached are 2004-07-12 20:53:04 +00:00
acpi_button.c
acpi_cmbat.c Use ACPI_ALL_NOTIFY instead of registering handlers separately. 2004-07-16 19:05:40 +00:00
acpi_cpu.c
acpi_ec.c Remove duplicate FreeBSD id. 2004-07-02 20:15:53 +00:00
acpi_if.m Update the interface for child drivers. Add acpi_scan_children, which 2004-07-15 16:29:08 +00:00
acpi_isab.c
acpi_lid.c
acpi_package.c
acpi_pci_link.c Skip dependent functions when finding the resource from _PRS to use for 2004-08-12 17:06:05 +00:00
acpi_pci.c Follow PnP location string change in acpi.c. 2004-07-14 06:58:39 +00:00
acpi_pcib_acpi.c Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was 2004-08-11 14:52:50 +00:00
acpi_pcib_pci.c Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was 2004-08-11 14:52:50 +00:00
acpi_pcib.c Only print the link name if there is a link. For the hardwired case, don't 2004-08-12 17:04:19 +00:00
acpi_pcibvar.h Re-work ACPI PCI IRQ routing (_PRT, link devices). The old approach was 2004-08-11 14:52:50 +00:00
acpi_powerres.c
acpi_quirk.c
acpi_quirks
acpi_resource.c
acpi_thermal.c
acpi_timer.c Reinsert the bus space handle and tag, they are needed for the timer test. 2004-07-22 05:42:14 +00:00
acpi_video.c Fix a bug where an item was being removed from a list without using 2004-07-24 17:51:22 +00:00
acpi.c Allow null handles to be passed into acpi_name(). 2004-08-12 17:02:53 +00:00
acpiio.h
acpivar.h MPSAFE locking 2004-08-13 06:21:19 +00:00