aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_toshiba.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+3
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-7/+10
* Fix white spaces.Jung-uk Kim2013-04-231-4/+4
* Remove tautological compare.Eitan Adler2013-04-231-4/+4
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-2/+2
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Add another HID for the Toshiba SPA40 laptop.John Baldwin2005-03-241-1/+2
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-131-0/+3
* MPSAFE lockingNate Lawson2004-08-131-2/+20
* Update for acpi_id_probe()Nate Lawson2004-06-291-24/+17
* 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-141-2/+4
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* 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