cvs commit: src/sys/conf files src/sys/modules/acpi/acpi
Makefile
src/sys/dev/acpica acpi_battery.c acpi_smbat.c acpi_smbus.h
acpiio.h
Nate Lawson
nate at root.org
Sat Nov 5 17:34:18 PST 2005
Moving to the acpi@ list.
Mike Silbersack wrote:
>
> Hm, since I cvsup'd from last week's releng_6 to today's, I noticed two
> acpi-related things.
>
> 1. The smart battery support seems to work properly for me. However,
> the sysctls hw.acpi.battery.life, hw.acpi.battery.time, and
> hw.acpi.battery.state take forever to read, so a sysctl -a | grep acpi
> (or any other use of sysctl -a) takes far longer than it used to.
Sprinkle some printfs into sys/dev/acpica/acpi_smbat.c, in particular
the bst and bif functions. Are they timing out? Where is the time
spent, reading from the EC?
> 2. Now, powerd seems to be causing ~30% system cpu load - top shows it
> switching between the "nanslp" and "ecpoll" wait states. This may be
> due to some other recent change to acpi, I'm not sure how to best test.
ecpoll is the sleep label in acpi_ec.c for accessing the embedded
controller. The only thing powerd does that is related to acpi is read
the AC line status. So perhaps that hits your ec and it is timing out.
Can you try the powerd from -current? It waits for events from devd
instead of polling the AC line status.
--
Nate
More information about the cvs-all
mailing list