From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 04D632C007B for ; Fri, 18 Jan 2013 10:38:14 +1100 (EST) Message-ID: <1358465885.2782.24.camel@pasglop> Subject: Re: therm_pm72 units, interface From: Benjamin Herrenschmidt To: Jan Engelhardt Date: Fri, 18 Jan 2013 10:38:05 +1100 In-Reply-To: References: <1345066616.11751.2.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2013-01-17 at 15:38 +0100, Jan Engelhardt wrote: > > Meanwhile, I run Linux 3.7.1 and the software side changed somewhat. > windfarm_rm31 seems to no longer calm the fans down once loaded, > whereas therm_pm72 on Linux 3.0 did so. Hrm, that would be a bug ... unfortunately I never got to test it properly due to my xserve being dead. Can you turn on debug in there ? -#undef DEBUG -#undef LOTSA_DEBUG +#define DEBUG +#define LOTSA_DEBUG It will be *very* verbose .... Cheers, Ben.