summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-101-4/+0
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-221-0/+1
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-1/+1
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+3
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-171-0/+2
* Make table-based HPET identification more clever. Before creating fakemav2010-05-231-0/+1
* Merge ACPICA 20100331 (and four additional upstream patches).jkim2010-04-021-1/+0
* Merge ACPICA 20100121.jkim2010-01-211-1/+1
* acpi: remove 'magic' ivaravg2009-11-071-3/+1
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-231-0/+5
* Catch up with ACPICA 20090903.jkim2009-09-111-1/+1
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-101-0/+5
* Add a function to reset system time after resuming, which will be usedjkim2009-03-231-0/+1
* Rework how the nexus(4) device works on x86 to better handle the idea ofjhb2008-03-131-0/+1
* Fix the HPET table probe routine to run from device_identify() insteadnjl2007-10-091-2/+8
* Update the suspend/resume user API while maintaining backwards compat.njl2007-06-211-0/+25
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-151-2/+2
* Add ACPI HPET table support.takawata2007-05-151-0/+2
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-0/+2
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onnjl2007-01-071-2/+3
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt tonjl2006-07-291-1/+2
* Check in file missed in last commit. It made it into the MFC properlynjl2006-06-121-1/+1
* Add KTR support and move some performance debugging variables in the ECnjl2005-12-061-1/+5
* Catch up with ACPI-CA 20051021 importjkim2005-11-011-4/+6
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.scottl2005-11-011-1/+0
* Add proper debugging infrastructure for acpi_hpet.c.scottl2005-11-011-0/+1
* Rewrite the acpi_battery interface to allow for other battery typesnjl2005-07-231-10/+6
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadmarks2005-05-091-3/+0
* Add the tunable "debug.acpi.max_threads" to allow users to set thenjl2005-04-211-3/+2
* Fix support for _PDC by using the proper version/length format for thenjl2005-04-101-0/+2
* Add the acpi_get_features() method. This method is called on child driversnjl2005-04-041-0/+14
* Serialize task queue by starting only one thread instead of three. Thisnjl2005-03-271-1/+1
* Fix SCM ID's.obrien2005-03-021-1/+1
* Protect acpivar.h with _KERNEL. No user parts inside currently.njl2005-03-021-0/+3
* Protect against multiple includes and use _KERNEL to protect the PCI fns.njl2005-02-281-0/+5
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-3/+12
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memorynjl2005-02-051-4/+4
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thannjl2004-12-131-2/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.scottl2004-12-131-0/+1
* Update a quirk for the ASUS P5A to disable the timer. It appears to work finenjl2004-10-081-0/+2
* Add a couple of macros to extract the PCI slot (device) and function fromjhb2004-09-221-0/+4
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-231-2/+0
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allnjl2004-08-181-2/+0
* MPSAFE lockingnjl2004-08-131-28/+33
* Add flags for _STA (status) methods and convenience macros for checkingnjl2004-08-061-1/+15
* Add the ability to detach a battery. Now batteries that are detached arenjl2004-07-121-0/+1
* Move flags into a private ivar so it can't collide with device flags.njl2004-06-301-5/+10
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+6
* Staticize acpi_MatchHid() and include acpi_if.hnjl2004-06-291-1/+1
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources arejhb2004-06-231-0/+4
OpenPOWER on IntegriCloud