aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica/acpi_package.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Add _BIX (Battery Information Extended) object support.Hiroki Sato2020-02-191-0/+13
* acpica: remove a superfluous NULL checkEric van Gyzen2017-02-161-1/+1
* Remove a bogus bzero() call.Jung-uk Kim2016-02-181-1/+0
* If x86 CPU implementation of the MWAIT instruction reasonablyKonstantin Belousov2015-05-091-0/+22
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-2/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Re-work Cx handling to be per-cpu and asymmetrical, fixing support onNate Lawson2007-01-071-2/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Standardize __FBSDID identifiers.Nate Lawson2005-07-221-2/+3
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Convert the acpi_bus_alloc_gas() and acpi_PkgGas() APIs to output the memoryNate Lawson2005-02-051-9/+4
* Return a special status of "not supported" for functional fixed hardwareNate Lawson2005-02-041-3/+3
* Add support for packages as the first element of _PRW. This may allowNate Lawson2004-04-091-0/+31
* Remove the device_t parameter from package routines that only used it toNate Lawson2003-12-231-35/+19
* Add acpi_package.c with routines for validating packages and pullingNate Lawson2003-11-151-0/+141