summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Style cleanups to match the rest of this directory. For acpi_battery.c,njl2003-08-114-878/+800
* Default to 5 seconds before sleeping to give some machines time to stabilize.njl2003-08-081-1/+6
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-2/+5
* Enable wake up GPE before shutdown, not only for sleeping.takawata2003-07-261-0/+1
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Do not call acpi_MatchHid() for all probe cases since it accesses thenjl2003-07-201-8/+7
* Close a race condition by passing status retrieved via a non-SCI callnjl2003-07-201-43/+32
* Clarify the ACPI shutdown messages.njl2003-07-201-2/+2
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-203-72/+172
* Fix a bogon in the previous commit. When suppressing multiple isabjhb2003-07-171-1/+1
* Change the msleep part of EcWaitEvent to be a separate loop, fixing anjl2003-07-151-31/+42
OpenPOWER on IntegriCloud