summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_package.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for packages as the first element of _PRW. This may allownjl2004-04-091-0/+31
| | | | | | some machines to enable wake events for more devices although I haven't seen a system yet that uses this form. Also, introduce acpi_GetReference() which retrieves an object reference from various types.
* Remove the device_t parameter from package routines that only used it tonjl2003-12-231-35/+19
| | | | print an error message. Update all callers of the package routines.
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-151-0/+141
various data types from them. This is loosely based on the acpi_cmbat macros (by Mike Smith) and will eventually replace them.
OpenPOWER on IntegriCloud