Mateusz Guzik
3149873ac3
acpi_support: clean up empty lines in .c and .h files
2020-09-01 21:34:04 +00:00
Pawel Biernacki
7029da5c36
Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)
...
r357614 added CTLFLAG_NEEDGIANT to make it easier to find nodes that are
still not MPSAFE (or already are but aren’t properly marked).
Use it in preparation for a general review of all nodes.
This is non-functional change that adds annotations to SYSCTL_NODE and
SYSCTL_PROC nodes using one of the soon-to-be-required flags.
Mark all obvious cases as MPSAFE. All entries that haven't been marked
as MPSAFE before are by default marked as NEEDGIANT
Approved by: kib (mentor, blanket)
Commented by: kib, gallatin, melifaro
Differential Revision: https://reviews.freebsd.org/D23718
2020-02-26 14:26:36 +00:00
Takanori Watanabe
5efca36fbd
Distinguish _CID match and _HID match and make lower priority probe
...
when _CID match.
Reviewed by: jhb, imp
Differential Revision:https://reviews.freebsd.org/D16468
2018-10-26 00:05:46 +00:00
Sofian Brabez
61bfd86762
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on device_method_t arrays
...
Reviewed by: cognet
Approved by: cognet
2013-01-30 18:01:20 +00:00
Andriy Gapon
c82eedb465
acpi_fujitsu: update for P8010
...
PR: kern/121102
Submitted by: Anish Mistry <amistry@am-productions.biz>
MFC after: 3 weeks
2010-12-11 10:55:18 +00:00
Jung-uk Kim
30363a9a9e
Remove unused assignment.
...
Found by: clang static analyzer
Found by: Coverity Prevent[tm] (CID 4537, 4538, 4539)
2010-06-11 19:53:42 +00:00
Jung-uk Kim
129d3046ef
Import ACPICA 20090521.
2009-06-05 18:44:36 +00:00
Ed Schouten
d172be1fd0
Fix a typo in a comment in the ACPI Fujitsu driver.
...
The word "hotkys" should read "hotkeys".
Submitted by: Jille Timmermans <jille quis cx>
2008-09-08 06:29:24 +00:00
Jung-uk Kim
2be4e4713a
Catch up with ACPI-CA 20070320 import.
2007-03-22 18:16:43 +00:00
Philip Paeps
b9abb62d05
Allow non-P laptops to make use of this module.
...
Other major changes (from the author):
o Individual method probing
o Finally figured out what the RBLL, RVOL, GHKS, GSIF are:
- RBLL - lcd_brightness radix
- RVOL - volume radix
- GHKS - Currently activated hotkey (internal)
- GSIF - Hotkey mask (internal)
Submitted by: Anish Mistry <mistry.7 -at- osu.edu>
MFC after: 3 days
2006-01-29 23:52:02 +00:00
David E. O'Brien
2a191126de
Canonize the include of acpi.h.
2005-09-11 18:39:03 +00:00
Philip Paeps
b308de8beb
Fix a small locking error.
...
Submitted by: Anish Mistry <mistry.7@osu.edu>
2005-04-04 10:21:20 +00:00
Philip Paeps
9a8b554fc2
Add acpi_fujitsu for handling acpi-controlled buttons on Fujitsu laptops.
...
Submitted by: Anish Mistry <mistry.7 -at- osu.edu>
Reviewed by: njl
X-MFC after: 5.4-RELEASE
2005-03-18 08:48:10 +00:00