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
/
acpica
/
acpi_lid.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Remove code to initialize the lid state at boot. It interfered with lid
njl
2004-08-25
1
-29
/
+16
*
MPSAFE locking
njl
2004-08-13
1
-15
/
+33
*
Move flags into a private ivar so it can't collide with device flags.
njl
2004-06-30
1
-5
/
+0
*
Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now
njl
2004-06-29
1
-6
/
+7
*
Add support to ACPI to manage its own resources. Previously, resource
njl
2004-06-13
1
-1
/
+1
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Update the new suspend/resume GPE methods to properly limit the GPE
njl
2004-05-28
1
-0
/
+1
*
Restructure the wake GPE API. Now there are three functions:
njl
2004-05-27
1
-6
/
+7
*
Enable GPE at runtime rather than suspend time. This is to match the
njl
2004-05-25
1
-1
/
+3
*
Changes to implement 20040514:
njl
2004-05-25
1
-2
/
+8
*
Add MODULE_DEPEND entries so some of these drivers can eventually be
njl
2004-04-09
1
-0
/
+1
*
Change to acpi_{Get,Set}Integer to provide both methods. Convert all
njl
2004-03-03
1
-1
/
+1
*
Add devctl(4) notify support to ACPI. Various subsystems now notify
njl
2003-10-25
1
-2
/
+4
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
1
-23
/
+22
*
Use __FBSDID().
obrien
2003-08-24
1
-2
/
+3
*
Catch up to changes in acpivar.h to add support for using ACPI on
jhb
2002-10-16
1
-2
/
+0
*
Add device(power/sleep button and lid) wake function from sleeping state.
iwasaki
2002-07-22
1
-0
/
+21
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-3
/
+3
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-5
/
+5
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Cleanups of verbose printing. All the messages for the debugging is
iwasaki
2001-11-18
1
-1
/
+3
*
- Updates for new constant naming in the ACPI CA 20010518 update.
msmith
2001-05-29
1
-4
/
+4
*
Catch up to header include changes:
jhb
2001-03-28
1
-0
/
+2
*
ACPI_NUMBER becomes ACPI_INTEGER. acpi_EvaluateNumber becomes
msmith
2001-01-31
1
-13
/
+2
*
Catch up with the recent conversion the per-eventhandler list mutex to
iwasaki
2000-12-12
1
-0
/
+1
*
- Convert a lot of homebrew debugging output to use the ACPI CA debugging
msmith
2000-12-08
1
-5
/
+21
*
Initial FreeBSD OSPM (operating system power management) modules for
msmith
2000-10-28
1
-0
/
+152