summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
Commit message (Expand)AuthorAgeFilesLines
* MPSAFE lockingnjl2004-08-131-2/+20
* MPSAFE lockingnjl2004-08-131-2/+15
* MPSAFE lockingnjl2004-08-131-0/+10
* Unbreak LINT by making sure that method is always defined.philip2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsphilip2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.njl2004-08-031-78/+32
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Add the ACPI Panasonic extras driver.nyan2004-07-211-0/+410
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-3/+3
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* Add missing #include <sys/module.h>phk2004-05-302-0/+2
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+629
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-7/+0
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Clean up the probe message and sort the function table according tonjl2004-01-121-3/+3
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+485
OpenPOWER on IntegriCloud