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
*
Unify ACPI_DEBUG support for all OEM drivers under ACPI_OEM. Since more than
njl
2004-12-13
5
-2
/
+13
*
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
*
Attach the device at acpi_sony instead of acpi_snc. Rename some
imp
2004-11-29
1
-39
/
+39
*
Remove more debugging
imp
2004-11-15
1
-1
/
+1
*
Merge 1.3 from acpi_snc.c: don't use return_VALUE() macro
imp
2004-11-15
1
-24
/
+22
*
Kill ACPI_FUNCTION_TRACE. It is killing the tinderbox build, and it
imp
2004-11-13
1
-10
/
+6
*
o Change the strcmp() to a strncmp() to allow us to attach to 'E'
philip
2004-11-12
1
-69
/
+67
*
Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]
philip
2004-11-12
1
-9
/
+6
*
Commit takawata-san's Sony Notebook Controller driver, integrated into
imp
2004-11-11
1
-0
/
+172
*
Add support for gadgets on Asus L4R and M6R notebooks.
philip
2004-11-08
1
-0
/
+22
*
Add power profile support so that the LCD changes brightness levels based
njl
2004-11-07
1
-20
/
+86
*
Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.
philip
2004-11-05
1
-9
/
+47
*
Add support for Asus M6N laptops
philip
2004-11-02
1
-0
/
+11
*
Be sure to always unlock the sx lock when exiting the sysctl function.
njl
2004-08-24
1
-1
/
+1
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+20
*
MPSAFE locking
njl
2004-08-13
1
-2
/
+15
*
MPSAFE locking
njl
2004-08-13
1
-0
/
+10
*
Unbreak LINT by making sure that method is always defined.
philip
2004-08-04
1
-0
/
+4
*
Further cleanup: merge the three led toggling functions
philip
2004-08-03
1
-41
/
+55
*
Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.
njl
2004-08-03
1
-78
/
+32
*
Whitespace cleanup and move static variables together.
njl
2004-07-24
1
-23
/
+23
*
Remove unneeded parens and fix whitespace.
njl
2004-07-24
1
-36
/
+29
*
Add the ACPI Panasonic extras driver.
nyan
2004-07-21
1
-0
/
+410
*
Update for acpi_id_probe()
njl
2004-06-29
2
-26
/
+19
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-3
/
+3
*
s/device_get_handle/acpi_get_handle
njl
2004-06-15
1
-1
/
+1
*
Catch one more use of acpi_MatchHid and update for new API.
njl
2004-06-15
1
-1
/
+1
*
Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLE
njl
2004-06-14
2
-3
/
+5
*
Add missing #include <sys/module.h>
phk
2004-05-30
2
-0
/
+2
*
Enable the led-toggling magic. Compiling files which are in the kernel into
philip
2004-04-23
1
-12
/
+0
*
Add the ACPI Asus extras driver. Provides support for cool ACPI-controled
philip
2004-04-22
1
-0
/
+629
*
Use METHOD_VIDEO instead of the method string itself.
njl
2004-04-14
1
-1
/
+1
*
Add support for video output switching. It appears no systems use HCI to
njl
2004-04-14
1
-10
/
+78
*
Unify on version 1 to be similar to the rest of the tree. After 5-stable
njl
2004-04-08
1
-1
/
+1
*
Add support for quirks for acpi tables. Key off OEM vendor and revision.
njl
2004-03-03
1
-7
/
+0
*
Only remove the handler if we installed it.
njl
2004-01-12
1
-2
/
+4
*
Clean up the probe message and sort the function table according to
njl
2004-01-12
1
-3
/
+3
*
Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,
njl
2004-01-11
1
-0
/
+485