summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_ec.c
Commit message (Expand)AuthorAgeFilesLines
* 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