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
*
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
*
style(9).
rpaulo
2008-04-15
1
-1
/
+1
*
Convert amd64 and i386 to share the atrtc device driver.
phk
2008-04-14
1
-1
/
+1
*
Add support for Asus EeePC backlight control.
rpaulo
2008-04-13
1
-3
/
+29
*
- Add ASUS G2K laptop support.
jkim
2008-04-10
1
-34
/
+105
*
Don't attach to the "IBM0057" ID. This ID is used by IBM machines for
jhb
2007-10-25
1
-1
/
+1
*
Initialize key to zero.
mjacob
2007-06-17
1
-1
/
+1
*
Add support for Asus A3N laptops.
philip
2007-06-02
1
-0
/
+12
*
Mute the main audio during reboot/shutdown. This prevents a burst of static
njl
2007-06-02
1
-2
/
+16
*
Utilize led_create_state in order to preserve the status of the ThinkLight
markus
2007-04-24
1
-5
/
+9
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
3
-6
/
+4
*
Prevent freeing wild pointer when bailing out.
takawata
2006-11-06
1
-1
/
+2
*
Document the cdp for controlling CD power.
kevlo
2006-11-01
1
-2
/
+2
*
Remove unused softc pointer variable from the probe routine.
jhb
2006-10-31
1
-3
/
+0
[next]