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_perf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+2
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
1
-3
/
+3
*
Re-work Cx handling to be per-cpu and asymmetrical, fixing support on
njl
2007-01-07
1
-3
/
+3
*
Eliminate duplicate p-states entries
bruno
2006-07-15
1
-0
/
+6
*
Don't flood kernel logs with "invalid _PSS package" messages.
bruno
2005-12-12
1
-1
/
+5
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-1
/
+0
*
Revert part of 1.19. We do want to set the count to 0 since otherwise
njl
2005-04-07
1
-2
/
+2
*
Don't free the _PSS buffer until after we check to see if we have no valid
jhb
2005-04-05
1
-2
/
+2
*
Clean up resources properly if acpi_perf fails to attach. First, change
njl
2005-03-27
1
-1
/
+17
*
Check for invalid frequencies after parsing the package. Keep a running
njl
2005-03-26
1
-8
/
+19
*
Attach acpi_perf early. Especially when it is being used to provide info
njl
2005-03-20
1
-1
/
+6
*
Check for some impossible frequencies that some systems use to indicate
njl
2005-03-04
1
-0
/
+9
*
Make a pass through all drivers checking specs for desired behavior on
njl
2005-02-27
1
-0
/
+5
*
Don't bother with cpufreq_register if we're info-only.
njl
2005-02-26
1
-1
/
+2
*
Increase the maximum to wait for a transition from 1 to 10 ms. In some
njl
2005-02-22
1
-4
/
+16
*
Support disabling individual cpufreq drivers with hints, e.g.,
njl
2005-02-22
1
-0
/
+3
*
Add a new field to struct cf_setting for special values. These are driver-
njl
2005-02-19
1
-1
/
+7
*
Introduce a new method, cpufreq_drv_type(), that returns the type of the
njl
2005-02-18
1
-5
/
+19
*
The correct error value for not having enough storage is E2BIG, not
njl
2005-02-17
1
-1
/
+1
*
Add support for the CPUFREQ_FLAG_INFO_ONLY flag. Devices that report this
njl
2005-02-13
1
-12
/
+39
*
Attach an acpi_perf device for every processor that offers the right
njl
2005-02-13
1
-2
/
+2
*
Remove handling _PSS notifies from acpi_cpu and let acpi_perf handle them.
njl
2005-02-07
1
-1
/
+6
*
Notify the OS that we're taking over Px states in acpi_perf(4) instead of
njl
2005-02-06
1
-2
/
+15
*
Convert to the new GAS APIs to allow for detach in the future. Also, check
njl
2005-02-05
1
-6
/
+36
*
Don't print out a failure message when an attach for FFixedHW fails.
njl
2005-02-04
1
-16
/
+25
*
Add the ACPI Performance states driver. This driver offers two or more
njl
2005-02-04
1
-0
/
+420