summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_ec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-201-41/+161
* Change the msleep part of EcWaitEvent to be a separate loop, fixing anjl2003-07-151-31/+42
* Update code to work with 0619 distnjl2003-07-131-6/+7
* Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* Whitespace cleanups (verified with MD5 1832ce5ede6c58c844dfb53fd48f0eea).njl2003-06-271-123/+133
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-271-2/+2
* Add new loader tunable hw.acpi.ec.event_driven so that we controliwasaki2002-10-241-1/+4
* Catch up to changes in acpivar.h to add support for using ACPI onjhb2002-10-161-2/+0
* Make interrupt driven EC transaction optional.takawata2002-07-021-0/+2
* Brutally deal with __func__ being 'const char *' on gcc-3.1.peter2002-05-191-6/+6
* Match namespace cleanup changes in ACPI CA 20020217 update.msmith2002-02-231-38/+44
* Fix error handling.takawata2002-01-311-7/+19
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Add OS layer ACPI mutex and threading support.iwasaki2001-12-221-1/+3
* Synch with minor changes in the ACPI CA 20011120 snapshot.msmith2001-11-281-6/+6
* Cleanups of verbose printing. All the messages for the debugging isiwasaki2001-11-181-15/+29
* Update usage of AcpiEnableEvent to reflect a new argument.msmith2001-10-041-3/+3
* Don't parse our resources ourself, the ACPI core code must do it.msmith2001-08-301-6/+0
* Updates to match the ACPI CA 20010816 import:msmith2001-08-261-4/+4
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-6/+5
* Merge the EC register definitions into the EC module proper, they're notmsmith2001-07-211-2/+71
* Improve some error messages slightly.msmith2001-07-051-2/+5
* Use msleep() when we sleep waiting for a GPE, since we are holding themsmith2001-06-291-37/+55
* - Updates for new constant naming in the ACPI CA 20010518 update.msmith2001-05-291-22/+20
* - Use a loop to read consecutive bytes from the embedded controller tojhb2001-02-261-10/+19
* Add some debugging.msmith2001-01-311-35/+17
* Axe an unused static softc.jhb2001-01-231-2/+0
* Change Embedded Controller lock to ACPI Global Lock.This is needed fortakawata2001-01-021-11/+2
* Change priority of procedure queueing.takawata2000-12-201-2/+2
* Fix with debugging option.takawata2000-12-151-2/+2
* Make Embedded Controller driver interrupt driven.takawata2000-12-141-19/+77
* - Convert a lot of homebrew debugging output to use the ACPI CA debuggingmsmith2000-12-081-15/+32
* Update to work with the new ACPI CA snapshot.msmith2000-12-011-38/+3
* Initial FreeBSD OSPM (operating system power management) modules formsmith2000-10-281-0/+710
OpenPOWER on IntegriCloud