aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpivar.h
Commit message (Expand)AuthorAgeFilesLines
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onNate Lawson2007-01-071-2/+3
* Add a new sysctl, hw.acpi.handle_reboot. If set, acpi will attempt toNate Lawson2006-07-291-1/+2
* Check in file missed in last commit. It made it into the MFC properlyNate Lawson2006-06-121-1/+1
* Add KTR support and move some performance debugging variables in the ECNate Lawson2005-12-061-1/+5
* Catch up with ACPI-CA 20051021 importJung-uk Kim2005-11-011-4/+6
* Move HPET debugging under ACPI_TIMER in order to save a bitfield.Scott Long2005-11-011-1/+0
* Add proper debugging infrastructure for acpi_hpet.c.Scott Long2005-11-011-0/+1
* Rewrite the acpi_battery interface to allow for other battery typesNate Lawson2005-07-231-10/+6
* Simplify the ACPI taskqueue implementation. Use a thread queue type insteadMark Santcroos2005-05-091-3/+0
* Add the tunable "debug.acpi.max_threads" to allow users to set theNate Lawson2005-04-211-3/+2
* Fix support for _PDC by using the proper version/length format for theNate Lawson2005-04-101-0/+2
* Add the acpi_get_features() method. This method is called on child driversNate Lawson2005-04-041-0/+14
* Serialize task queue by starting only one thread instead of three. ThisNate Lawson2005-03-271-1/+1
* Fix SCM ID's.David E. O'Brien2005-03-021-1/+1
* Protect acpivar.h with _KERNEL. No user parts inside currently.Nate Lawson2005-03-021-0/+3
* Protect against multiple includes and use _KERNEL to protect the PCI fns.Nate Lawson2005-02-281-0/+5
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyJohn Baldwin2005-02-221-3/+12
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memoryNate Lawson2005-02-051-4/+4
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-131-2/+1
* Allow the acpi_ibm module to be built with ACPI_DEBUG.Scott Long2004-12-131-0/+1
* Update a quirk for the ASUS P5A to disable the timer. It appears to work fineNate Lawson2004-10-081-0/+2
* Add a couple of macros to extract the PCI slot (device) and function fromJohn Baldwin2004-09-221-0/+4
* Rework sysresource management. Instead of having each sysresource objectNate Lawson2004-08-231-2/+0
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allNate Lawson2004-08-181-2/+0
* MPSAFE lockingNate Lawson2004-08-131-28/+33
* Add flags for _STA (status) methods and convenience macros for checkingNate Lawson2004-08-061-1/+15
* Add the ability to detach a battery. Now batteries that are detached areNate Lawson2004-07-121-0/+1
* Move flags into a private ivar so it can't collide with device flags.Nate Lawson2004-06-301-5/+10
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+6
* Staticize acpi_MatchHid() and include acpi_if.hNate Lawson2004-06-291-1/+1
* - Defer BUS_CONFIG_INTR() on ACPI IRQ resources until the resources areJohn Baldwin2004-06-231-0/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Add support to ACPI to manage its own resources. Previously, resourceNate Lawson2004-06-131-1/+3
* Associate a device_t with an ACPI_HANDLE. This make AcpiWalkNamespace moreNate Lawson2004-06-131-0/+9
* Style cleanups. "extern" is unneeded for function prototypes.Nate Lawson2004-05-281-74/+68
* Update the new suspend/resume GPE methods to properly limit the GPENate Lawson2004-05-281-0/+1
* Restructure the wake GPE API. Now there are three functions:Nate Lawson2004-05-271-54/+35
* Revert the previous commit. The bus accessor macros do not check theNate Lawson2004-05-221-3/+56
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themNate Lawson2004-05-181-56/+3
* Select the highest valid (i.e., S3) sleep state for the default for theNate Lawson2004-05-061-3/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledPhilip Paeps2004-04-221-0/+1
* Move the timer difference convenience function from acpi_cpu.c to make itNate Lawson2004-04-211-0/+1
* Style cleanups to reduce diffs to locking tree.Nate Lawson2004-04-141-2/+1
* Include the prototype for acpi_GetReference.Nate Lawson2004-04-091-0/+1
* Move the ivar accessing routines back to inlines (reverting acpivar.hNate Lawson2004-04-011-9/+71
* Add an interface to pass an argument to the resource parsing functions.Nate Lawson2004-03-311-2/+2
* Use an unsigned int instead of an int for the Get/Set Integer interface.Nate Lawson2004-03-091-3/+3
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allNate Lawson2004-03-031-3/+5
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-031-9/+8
* Use ACPI_NEXT_RESOURCE instead of defining our own copy. The one providedNate Lawson2004-02-191-2/+0