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
/
acpi_ibm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...
sbz
2013-01-30
1
-1
/
+1
*
add support for newer Lenovo ThinkPads to acpi_ibm
bapt
2012-10-29
1
-1
/
+1
*
Add in-driver event handler.
iwasaki
2012-06-23
1
-86
/
+371
*
Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier.
mdf
2011-01-19
1
-1
/
+1
*
sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.
mdf
2011-01-12
1
-2
/
+2
*
Remove unused assignment.
jkim
2010-06-11
1
-2
/
+0
*
Merge ACPICA 20100121.
jkim
2010-01-21
1
-2
/
+2
*
Update acpi_ibm syctl nodes on resume.
iwasaki
2010-01-05
1
-0
/
+30
*
Remove unnecessary locking from attach(). This fixes a LOR between the
jhb
2009-09-24
1
-4
/
+0
*
Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for the
jhb
2009-09-20
1
-1
/
+1
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+4
*
Remove unused variables.
brueffer
2009-05-12
1
-3
/
+0
*
Add ID for T61p, which is not IBM really, but well.
pjd
2008-05-20
1
-1
/
+1
*
Convert amd64 and i386 to share the atrtc device driver.
phk
2008-04-14
1
-1
/
+1
*
Don't attach to the "IBM0057" ID. This ID is used by IBM machines for
jhb
2007-10-25
1
-1
/
+1
*
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
1
-2
/
+1
*
Improve exception string format.
takawata
2006-08-14
1
-2
/
+2
*
Remove debug messages on notify handler.
takawata
2006-08-14
1
-2
/
+0
*
- Add support for setting the fan control mode to manual or automatic
markus
2006-01-14
1
-3
/
+55
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Don't lock when holding led_mtx, instead use AcpiOsQueueForExecution to defer
markus
2005-08-04
1
-2
/
+29
*
Add the ID of my Thinkpad R40. Makes the module detect and with the
cracauer
2005-06-17
1
-1
/
+1
*
- Only create the led(4) interface, if setting the thinklight is possible
markus
2005-06-10
1
-9
/
+14
*
Import a mostly rewritten and extended version of acpi_ibm:
markus
2005-06-09
1
-330
/
+724
*
Fix SCM ID's.
obrien
2005-03-02
1
-2
/
+3
*
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
njl
2004-12-13
1
-1
/
+1
*
Allow the acpi_ibm module to be built with ACPI_DEBUG.
scottl
2004-12-13
1
-0
/
+5
*
Add IBM Laptop extra device driver.
takawata
2004-12-09
1
-0
/
+466