Subject: CVS commit: src/sys/dev/apm
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 11/25/2007 07:55:21
Module Name: src
Committed By: xtraeme
Date: Sun Nov 25 07:55:21 UTC 2007
Modified Files:
src/sys/dev/apm: apm.c
Log Message:
Do not run the get_powstat callback in apm_attach(), this has a bad
effect with coretemp(4) where it tries to run xc_unicast() before
the xc_thread is ready. Anyway the get_powstat callback was there only
for APM_POWER_PRINT, which will print the correct info if requested
later.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/apm/apm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.