| Summary: | [acpi] [patch] Nearly duplicate p-state entries reported | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Bryan Venteicher <mr.kodaik> | ||||
| Component: | kern | Assignee: | freebsd-acpi (Nobody) <acpi> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Unspecified | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Bryan Venteicher
2007-07-19 06:10:01 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-acpi Over to maintainer(s). I can confirm that this patch makes powered work in adaptive mode on my Lenovo T61. Simon State Changed From-To: open->closed Patch committed as rev 1.29 kern_cpu.c and will be MFCd for 7.0 njl 2008-01-16 01:05:22 UTC
FreeBSD src repository
Modified files:
sys/kern kern_cpu.c
Log:
Remove duplicate cpufreq levels, i.e. ones that are within 25 Mhz of each
other. The first one survives, the rest are removed. So far, it appears
only some acpi_perf(4) BIOS tables have these invalid states, but address
this in the core to be sure to handle other potential driver data.
PR: kern/114722
Tested by: stefan.lambrev / moneybookers.com
MFC after: 3 days
Revision Changes Path
1.29 +11 -0 src/sys/kern/kern_cpu.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|