]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r245266:
authormav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Mar 2013 14:23:50 +0000 (14:23 +0000)
committermav <mav@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Mar 2013 14:23:50 +0000 (14:23 +0000)
commitc42a1573884234471a6b018ecb37cc03ada1b594
tree4e93a7b0b203de48254dfe22682e725118531c6d
parente379760de64bd684bade07f0d352f3f1bcaf5c23
MFC r245266:
Remove not very useful printf, that can be too chatty.

ASUS P8Z77-V board reports _AC2, _AC3 and _AC4 setpoints as 0C.  With active
cooling already automatically set to _AC2, that still caused driver to print
two useless lines about temperature above _AC3 and _AC4 every ten seconds.
Three setponts of 0C is probably a board bug, but the same spam could happen
also in correct case if system is runnign not with the lowest cooling level.

git-svn-id: svn://svn.freebsd.org/base/stable/9@248796 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/acpica/acpi_thermal.c