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_powerres.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instead of trusting _STA from power resources, cache the first value
njl
2004-09-07
1
-5
/
+11
*
MPSAFE locking
njl
2004-08-13
1
-33
/
+55
*
Add missing function debug trace macros to the new powerres functions.
njl
2004-06-30
1
-0
/
+4
*
Add a method for referencing/switching power resources based on _PRW.
njl
2004-06-30
1
-11
/
+56
*
Avoid printing extraneous warning messages when trying to switch a device
njl
2004-06-07
1
-8
/
+11
*
Return an error immediately if asked to switch a non-existent consumer.
njl
2004-04-14
1
-0
/
+4
*
Fix some warnings by commenting out unused code.
njl
2004-04-14
1
-0
/
+8
*
Replace more ad-hoc versions of acpi_GetReference(). Since the type of
njl
2004-04-09
1
-23
/
+3
*
Change to acpi_{Get,Set}Integer to provide both methods. Convert all
njl
2004-03-03
1
-2
/
+2
*
Add support for quirks for acpi tables. Key off OEM vendor and revision.
njl
2004-03-03
1
-1
/
+1
*
Fix a whitespace nit.
jhb
2004-02-12
1
-1
/
+1
*
Style and whitespace changes. Also, make the ivar functions non-inline
njl
2003-08-28
1
-174
/
+204
*
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
*
Fix a bug about the cooling system controlling in acpi_thermal driver.
iwasaki
2002-08-27
1
-11
/
+21
*
Brutally deal with __func__ being 'const char *' on gcc-3.1.
peter
2002-05-19
1
-9
/
+9
*
Match namespace cleanup changes in ACPI CA 20020217 update.
msmith
2002-02-23
1
-41
/
+48
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-2
/
+2
*
Add OS layer ACPI mutex and threading support.
iwasaki
2001-12-22
1
-0
/
+3
*
Use return_PTR, not return_VALUE when returning pointers.
dfr
2001-10-04
1
-2
/
+2
*
Updates to match the ACPI CA 20010816 import:
msmith
2001-08-26
1
-48
/
+48
*
Fix error checking about device state transition from D0 to D3.
iwasaki
2001-08-21
1
-4
/
+27
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-3
/
+3
*
Whoops; we get an ACPI_OBJECT back from evaluating a method, not
msmith
2001-07-09
1
-8
/
+6
*
This was only half-implemented when I committed it, and certainly didn't
msmith
2001-07-06
1
-30
/
+92
*
Update for new debug layer constant names in the ACPI CA 20010615
msmith
2001-06-29
1
-1
/
+1
*
Sync to my work in progress:
msmith
2001-06-28
1
-0
/
+553