From owner-cvs-src-old@FreeBSD.ORG Sun May 23 02:18:58 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 631C5106564A for ; Sun, 23 May 2010 02:18:58 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5117A8FC08 for ; Sun, 23 May 2010 02:18:58 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4N2Iwrb049214 for ; Sun, 23 May 2010 02:18:58 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4N2IwoP049213 for cvs-src-old@freebsd.org; Sun, 23 May 2010 02:18:58 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201005230218.o4N2IwoP049213@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Sun, 23 May 2010 02:18:40 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/powerpc/aim ofw_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 May 2010 02:18:58 -0000 nwhitehorn 2010-05-23 02:18:40 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/powerpc/aim ofw_machdep.c Log: SVN rev 208427 on 2010-05-23 02:18:40Z by nwhitehorn MFC r208152,208172: On PowerMac11,2 and (presumably) PowerMac12,1, we need to quiesce the firmware in order to take over control of the SMU. Without doing this, the firmware background process doing fan control will run amok as we take over the system and crash the management chip. This is limited to these two machines because our kernel is heavily dependent on firmware accesses, and so quiescing firmware can cause nasty problems. Revision Changes Path 1.24.2.3 +40 -0 src/sys/powerpc/aim/ofw_machdep.c