summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_sony.c
Commit message (Expand)AuthorAgeFilesLines
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-2/+2
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-3/+3
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-7/+16
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Add support for a few more Sony-specific ACPI features (default displayGavin Atkinson2010-02-071-5/+15
* Import ACPICA 20090521.Jung-uk Kim2009-06-051-1/+3
* Remove unused variables.Christian Brueffer2009-05-121-4/+1
* Add support for controlling the audio powerKevin Lo2008-05-201-0/+1
* Document the cdp for controlling CD power.Kevin Lo2006-11-011-2/+2
* Canonize the include of acpi.h.David E. O'Brien2005-09-111-1/+1
* Fix SCM ID's.David E. O'Brien2005-03-021-2/+3
* Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more thanNate Lawson2004-12-131-0/+5
* Attach the device at acpi_sony instead of acpi_snc. Rename someWarner Losh2004-11-291-39/+39
* Remove more debuggingWarner Losh2004-11-151-1/+1
* Merge 1.3 from acpi_snc.c: don't use return_VALUE() macroWarner Losh2004-11-151-24/+22
* Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and itWarner Losh2004-11-131-10/+6
* Commit takawata-san's Sony Notebook Controller driver, integrated intoWarner Losh2004-11-111-0/+172