summaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC: Fix acpi_MatchHid() to check compatability IDs.John Baldwin2003-12-291-3/+3
* MFC: Add support for _CID package types and use dynamic storage forNate Lawson2003-12-193-62/+123
* Update this driver to be more module friendly:John Baldwin2003-12-031-5/+7
* * If a processor's softc is NULL, use C1 since there is no ACPINate Lawson2003-11-271-4/+11
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches theNate Lawson2003-11-261-49/+48
* Fix a typo in my patches to support extended IRQ resources that broke theJohn Baldwin2003-11-201-1/+1
* Try all of the possible interrupts for a link device when programmingJohn Baldwin2003-11-201-1/+1
* * Add a DEVMETHOD for acpi so that child detach methods get called. AddNate Lawson2003-11-192-109/+204
* Implement Cx CPU idle states and updated throttling support.Nate Lawson2003-11-151-158/+780
* Add acpi_package.c with routines for validating packages and pullingNate Lawson2003-11-152-0/+156
* Add acpi_bus_alloc_gas() for allocating a memory or IO resource from itsNate Lawson2003-11-151-1/+28
* Improve support for extended IRQ resources:John Baldwin2003-11-142-77/+127
* Fix some typos.John Baldwin2003-11-121-3/+3
* Reindent to non-style(9) compliant 4 space indent to match rest of file.John Baldwin2003-11-121-4/+4
* Add an ACPI_FUNCTION_TRACE() invocation to acpi_OverrideInterruptLevel()John Baldwin2003-11-121-0/+2
* Add an acpi_OverrideInterruptLevel() method that OSPM can use to overrideJohn Baldwin2003-11-112-0/+19
* Add devctl(4) notify support to ACPI. Various subsystems now notifyNate Lawson2003-10-257-3/+39
* Disable irqs before entering the power-off state. This is not knownNate Lawson2003-10-191-0/+1
* If requested to Sleep for less than our hz granularity (e.g., 10 ms),Nate Lawson2003-10-021-6/+13
* Revert 1.24. It causes a hang on shutdown for Marcel. This is due toNate Lawson2003-09-301-9/+1
* If asked to stall for more than 100 us (which is specified as the max inNate Lawson2003-09-291-1/+9
* Make debug.acpi.level and debug.acpi.layer sysctls that can be set withNate Lawson2003-09-262-15/+66
* Consistently print attach messages.Nate Lawson2003-09-265-6/+6
* Sort debugging levels and update the man page to match reality. AlsoNate Lawson2003-09-261-3/+2
* Fix the ACPI_DEBUG case.Nate Lawson2003-09-221-2/+2
* Make this compile.Poul-Henning Kamp2003-09-211-0/+2
* Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"Nate Lawson2003-09-211-17/+49
* Add necessary newlines.Nate Lawson2003-09-181-2/+2
* Shorten the message announcing fixed power/sleep buttons.Nate Lawson2003-09-181-3/+2
* Add pci_resume() to reestablish interrupt routing afterMitsuru IWASAKI2003-09-171-1/+1
* Bump the EC timeout from 50 to 100 ms. I believe the underlying issue isNate Lawson2003-09-151-1/+1
* Only enable S4BIOS by default if the FACS says it is available. TheNate Lawson2003-09-151-4/+9
* Print notify values as hex.Nate Lawson2003-09-141-1/+1
* Add the -i flag to acpiconf(8) to retrieve battery information.Nate Lawson2003-09-132-4/+4
* Add a system notify handler in addition to the device notify handler.Nate Lawson2003-09-111-0/+9
* Extend the ACPI resource handling to make use of the BUS_CONFIG_INTR()Marcel Moolenaar2003-09-102-6/+13
* Move the definitions for ACPI MADT table entries not present in the ACPICAJohn Baldwin2003-09-101-0/+122
* Disallow attempts to suspend to S0. It was only enabled for testing.Nate Lawson2003-09-091-10/+11
* Don't free the buffer if it wasn't actually allocated.Nate Lawson2003-09-041-1/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. ThisNate Lawson2003-08-293-146/+0
* - Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.John Baldwin2003-08-281-3/+3
* Style and whitespace changes. Also, make the ivar functions non-inlineNate Lawson2003-08-289-1150/+1187
* Use __FBSDID().David E. O'Brien2003-08-2412-23/+38
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-224-8/+8
* Update my mail address on copyright notice.Takanori Watanabe2003-08-191-1/+1
* Give timecounters a numeric quality field.Poul-Henning Kamp2003-08-161-5/+6
* Revert part of rev. 1.16 -- reinstate system notify handler. It turns outNate Lawson2003-08-151-0/+6
* De-inline functions which do not need to be inline. Move the DEVMETHODNate Lawson2003-08-151-23/+23
* Don't install a system notify handler. Move the device notify handlerNate Lawson2003-08-151-12/+11
* Fix a couple changes that were incorrect in updating for 0619. Only unlockNate Lawson2003-08-151-1/+7