summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
...
* Delete madt.h since definitions are now used from actbl.hnjl2003-12-091-122/+0
* We don't need to call _INI on processor objects now that ACPI-CA doesnjl2003-12-091-7/+0
* Update this driver to be more module friendly:jhb2003-12-031-5/+7
* * If a processor's softc is NULL, use C1 since there is no ACPInjl2003-11-271-4/+11
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-49/+48
* Fix a typo in my patches to support extended IRQ resources that broke thejhb2003-11-201-1/+1
* Try all of the possible interrupts for a link device when programmingjhb2003-11-201-1/+1
* * Add a DEVMETHOD for acpi so that child detach methods get called. Addnjl2003-11-192-109/+204
* Implement Cx CPU idle states and updated throttling support.njl2003-11-151-161/+783
* Add acpi_package.c with routines for validating packages and pullingnjl2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsnjl2003-11-151-1/+28
* Improve support for extended IRQ resources:jhb2003-11-142-77/+127
* Fix some typos.jhb2003-11-121-3/+3
* Reindent to non-style(9) compliant 4 space indent to match rest of file.jhb2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()jhb2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overridejhb2003-11-112-0/+19
* Add devctl(4) notify support to ACPI. Various subsystems now notifynjl2003-10-257-3/+39
* Disable irqs before entering the power-off state. This is not knownnjl2003-10-191-0/+1
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),njl2003-10-021-6/+13
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due tonjl2003-09-301-9/+1
* If asked to stall for more than 100 us (which is specified as the max innjl2003-09-291-1/+9
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withnjl2003-09-262-15/+66
* Consistently print attach messages.njl2003-09-265-6/+6
* Sort debugging levels and update the man page to match reality. Alsonjl2003-09-261-3/+2
* Fix the ACPI_DEBUG case.njl2003-09-221-2/+2
* Make this compile.phk2003-09-211-0/+2
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"njl2003-09-211-17/+49
* Add necessary newlines.njl2003-09-181-2/+2
* Shorten the message announcing fixed power/sleep buttons.njl2003-09-181-3/+2
* Add pci_resume() to reestablish interrupt routing afteriwasaki2003-09-171-1/+1
* Bump the EC timeout from 50 to 100 ms. I believe the underlying issue isnjl2003-09-151-1/+1
* Only enable S4BIOS by default if the FACS says it is available. Thenjl2003-09-151-4/+9
* Print notify values as hex.njl2003-09-141-1/+1
* Add the -i flag to acpiconf(8) to retrieve battery information.njl2003-09-132-4/+4
* Add a system notify handler in addition to the device notify handler.njl2003-09-111-0/+9
* Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()marcel2003-09-102-6/+13
* Move the definitions for ACPI MADT table entries not present in the ACPICAjhb2003-09-101-0/+122
* Disallow attempts to suspend to S0. It was only enabled for testing.njl2003-09-091-10/+11
* Don't free the buffer if it wasn't actually allocated.njl2003-09-041-1/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-293-146/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.jhb2003-08-281-3/+3
* Style and whitespace changes. Also, make the ivar functions non-inlinenjl2003-08-289-1156/+1193
* Use __FBSDID().obrien2003-08-2412-23/+38
* Prefer new location of pci include files (which have only been in theimp2003-08-224-8/+8
* Update my mail address on copyright notice.takawata2003-08-191-1/+1
* Give timecounters a numeric quality field.phk2003-08-161-5/+6
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outnjl2003-08-151-0/+6
* De-inline functions which do not need to be inline. Move the DEVMETHODnjl2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlernjl2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlocknjl2003-08-151-1/+7
OpenPOWER on IntegriCloud