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
/
asmc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use %zu for size_t.
rpaulo
2009-09-14
1
-2
/
+3
*
Fix previous commit. I got it backwards.
rpaulo
2009-09-14
1
-1
/
+1
*
Fix printf format string in asmc_key_dump().
rpaulo
2009-09-14
1
-1
/
+1
*
Make the sudden motion sensor work on older models and add a bit of
rpaulo
2009-09-14
2
-3
/
+122
*
Make dev.asmc.N.light.control writable by everyone.
rpaulo
2009-08-23
1
-1
/
+2
*
Add support for MacBook4,1.
rpaulo
2009-06-26
2
-46
/
+143
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+3
*
Check for non-existing model DMI string.
rpaulo
2008-11-29
1
-0
/
+3
*
Add support for MacBook Air. (not tested)
rpaulo
2008-09-07
2
-2
/
+13
*
Match the Mac Pro with 8 cores. This machine reports 35 temperature
rpaulo
2008-04-12
2
-5
/
+44
*
Don't call acpi_disabled() because we are not part of the acpi.ko
rpaulo
2008-04-11
1
-1
/
+1
*
Style nit. No functional change.
rpaulo
2008-04-11
1
-2
/
+3
*
Actually, I was looking at the wrong Linux .c file. Set INIT2 to its
rpaulo
2008-04-07
2
-2
/
+2
*
* Add missing #else in the #ifdef DEBUG section.
rpaulo
2008-04-07
2
-5
/
+6
*
"Prettyfy" numbers in hexadecimal. No functional change.
rpaulo
2008-04-07
1
-2
/
+2
*
The SMC is represented on the acpi tables, so we can completely remove
rpaulo
2008-04-07
2
-56
/
+84
*
Move INTR_FILTER from opt_global.h to its own header.
jhb
2008-04-05
1
-0
/
+2
*
Move ASMC_FAN_FUNCS in the Macmini structure declaration one line up
rpaulo
2007-11-22
1
-1
/
+1
*
Driver for the Apple System Management Console (SMC). This hardware is
rpaulo
2007-11-07
2
-0
/
+1141