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