From owner-cvs-all@FreeBSD.ORG Sun Oct 14 10:59:44 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AAE116A420; Sun, 14 Oct 2007 10:59:44 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 48CF913C46E; Sun, 14 Oct 2007 10:59:44 +0000 (UTC) (envelope-from netchild@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9EAxi3X059662; Sun, 14 Oct 2007 10:59:44 GMT (envelope-from netchild@repoman.freebsd.org) Received: (from netchild@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9EAxivf059661; Sun, 14 Oct 2007 10:59:44 GMT (envelope-from netchild) Message-Id: <200710141059.l9EAxivf059661@repoman.freebsd.org> From: Alexander Leidinger Date: Sun, 14 Oct 2007 10:59:44 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/share/man/man4 coretemp.4 src/sys/dev/coretemp coretemp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Oct 2007 10:59:44 -0000 netchild 2007-10-14 10:59:44 UTC FreeBSD src repository Modified files: share/man/man4 coretemp.4 sys/dev/coretemp coretemp.c Log: Convert coretemp(4) to the hardware sensors framework and make sure to never call sched_bind() for uninitialised CPUs. Submitted by: Constantine A. Murenin Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith Revision Changes Path 1.2 +14 -6 src/share/man/man4/coretemp.4 1.3 +46 -35 src/sys/dev/coretemp/coretemp.c