index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi_support
Commit message (
Expand
)
Author
Age
Files
Lines
*
A driver for Intel Rapid Start Technology ACPI device.
takawata
2013-05-08
1
-0
/
+133
*
Only cleanup CMI-related state on detach if the system supports CMI.
jhb
2013-04-29
1
-12
/
+10
*
Fix white spaces.
jkim
2013-04-23
1
-4
/
+4
*
Remove tautological compare.
eadler
2013-04-23
1
-4
/
+4
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
7
-8
/
+11
*
add support for newer Lenovo ThinkPads to acpi_ibm
bapt
2012-10-29
1
-1
/
+1
*
acpi_wmi: move wmi_info_list into sc
avg
2012-10-14
1
-21
/
+25
*
Add acpi_asus_wmi(4) -- driver for random extras found on WMI-compatible
mav
2012-07-02
1
-0
/
+651
*
Add in-driver event handler.
iwasaki
2012-06-23
1
-86
/
+371
*
Add missing MODULE_DEPEND() so that acpi.ko and aibs.ko can be
kevlo
2012-02-28
1
-1
/
+1
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
Append unit number to the WMI status device name to allow attaching
jh
2011-11-22
1
-1
/
+1
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
2
-2
/
+2
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
acpi_fujitsu: update for P8010
avg
2010-12-11
1
-1
/
+54
*
Remove an unnecessary hack from ACPICA 20100915 (r212761).
jkim
2010-09-16
1
-1
/
+1
*
make acpi_hp device a child of acpi_wmi
avg
2010-09-11
2
-25
/
+12
*
acpi_hp: fix bus attachment code
avg
2010-09-06
1
-7
/
+35
*
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
rpaulo
2010-07-25
1
-353
/
+0
*
Import the acpi_aibs(4) driver written by Constantine A. Murenin.
rpaulo
2010-06-25
1
-0
/
+358
*
Fix one more case where a string is passed via format argument instead.
jkim
2010-06-11
1
-1
/
+1
*
Remove unused assignment.
jkim
2010-06-11
3
-8
/
+0
*
Fix a possible dereference of null pointer.
jkim
2010-06-11
1
-1
/
+1
*
Prefer correct and simpler backlight control methods for ASUS G2K laptop.
jkim
2010-02-13
1
-22
/
+3
*
Add support for a few more Sony-specific ACPI features (default display
gavin
2010-02-07
1
-5
/
+15
*
Merge ACPICA 20100121.
jkim
2010-01-21
3
-14
/
+14
*
Update acpi_ibm syctl nodes on resume.
iwasaki
2010-01-05
1
-0
/
+30
*
- Numerous whitespace and style fixes.
jhb
2009-10-29
1
-127
/
+138
*
Remove unnecessary locking from attach(). This fixes a LOR between the
jhb
2009-09-24
1
-4
/
+0
*
The elements in the component arrays may be direct Package objects rather
jhb
2009-09-22
1
-18
/
+20
*
Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for the
jhb
2009-09-20
1
-1
/
+1
*
acpi_hp.c:
rpaulo
2009-07-03
1
-95
/
+114
*
acpi_wmi_if:
rpaulo
2009-06-30
3
-5
/
+21
*
Fix build with ACPI_DEBUG.
rpaulo
2009-06-23
1
-1
/
+1
*
* Driver for ACPI WMI (Windows Management Instrumentation)
rpaulo
2009-06-23
3
-0
/
+2333
*
Import ACPICA 20090521.
jkim
2009-06-05
7
-7
/
+20
*
Remove unused variables.
brueffer
2009-05-12
2
-7
/
+1
*
- Add the support for the Asus A3F and A3E device
attilio
2009-04-04
1
-5
/
+31
*
device_shutdown returns int.
imp
2009-02-05
1
-2
/
+3
*
- Fix incorrect array declaration that was causing the stack overflow
stas
2008-12-27
1
-1
/
+1
*
Add support for Asus A8Sr notebooks.
rpaulo
2008-11-04
1
-0
/
+75
*
Fix a typo in a comment in the ACPI Fujitsu driver.
ed
2008-09-08
1
-1
/
+1
*
Fix typo in comment.
rpaulo
2008-08-19
1
-1
/
+1
*
Add sbuf_new_auto as a shortcut for the very common case of creating a
des
2008-08-09
1
-1
/
+1
*
Fix my previous commit. We actually should pass evaluation args in
rpaulo
2008-07-04
1
-3
/
+44
*
Style fix (space into tab).
remko
2008-06-28
1
-1
/
+1
*
Add the missing support for Asus Eee PC in acpi_asus(4).
rpaulo
2008-06-27
1
-6
/
+109
*
Add ID for T61p, which is not IBM really, but well.
pjd
2008-05-20
1
-1
/
+1
*
Add support for controlling the audio power
kevlo
2008-05-20
1
-0
/
+1
[next]