From owner-freebsd-current@FreeBSD.ORG Wed Aug 8 15:18:08 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E897516A418; Wed, 8 Aug 2007 15:18:08 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by mx1.freebsd.org (Postfix) with ESMTP id 356B513C442; Wed, 8 Aug 2007 15:18:08 +0000 (UTC) (envelope-from rpaulo@fnop.net) Received: from core.fnop.net (mx.fnop.net [82.102.11.82]) by core.fnop.net (Postfix) with ESMTP id D6FF4690FB8; Wed, 8 Aug 2007 16:10:23 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 972FA690FBA; Wed, 8 Aug 2007 16:10:23 +0100 (WEST) X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on core.fnop.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.7 Received: from epsilon.local (62.169.79.159.rev.optimus.pt [62.169.79.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by core.fnop.net (Postfix) with ESMTP id 0259B690FB8; Wed, 8 Aug 2007 16:10:21 +0100 (WEST) Message-ID: <46B9D099.1090806@fnop.net> Date: Wed, 08 Aug 2007 15:18:01 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.5 (X11/20070801) MIME-Version: 1.0 To: Eric Anderson References: <46B0A9A9.6030907@fnop.net> <46B9C543.20407@FreeBSD.org> <46B9D45A.8070301@freebsd.org> In-Reply-To: <46B9D45A.8070301@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-current@freebsd.org, Joe Marcus Clarke Subject: Re: MacBook patches X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Aug 2007 15:18:09 -0000 Eric Anderson wrote: > Joe Marcus Clarke wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Rui Paulo wrote: >>> Hi, >>> There's a new version of the MacBook patchset eagerly awaiting your >>> testing. :-) >>> >>> http://fnop.net/~rpaulo/priv/freebsd/macbook-aug-1.diff >>> >>> (remember to apply this patch with your CWD src/sys) >>> >>> New changes include: >>> * Fixed asmc support for the MacMini. >> >> I think this looks okay: >> >> dev.asmc.0.%desc: Apple SMC MacBook Pro Core Duo (15-inch) >> dev.asmc.0.%driver: asmc >> dev.asmc.0.%parent: isa0 >> dev.asmc.0.fan.0.speed: 1010 >> dev.asmc.0.fan.0.safespeed: 1200 >> dev.asmc.0.fan.0.minspeed: 1000 >> dev.asmc.0.fan.0.maxspeed: 6000 >> dev.asmc.0.fan.0.targetspeed: 1010 >> dev.asmc.0.fan.1.speed: 1009 >> dev.asmc.0.fan.1.safespeed: 1200 >> dev.asmc.0.fan.1.minspeed: 1000 >> dev.asmc.0.fan.1.maxspeed: 6000 >> dev.asmc.0.fan.1.targetspeed: 1010 >> dev.asmc.0.temp.enclosure: 32 >> dev.asmc.0.temp.heatsink1: 42 >> dev.asmc.0.temp.heatsink2: 41 >> dev.asmc.0.temp.memory: 52 >> dev.asmc.0.temp.graphics: 61 >> dev.asmc.0.temp.graphicssink: 56 >> dev.asmc.0.temp.unknown: 62 >> >> This "unknown" guy is interesting. > > > Is that the CPU sensor? Not the one inside each core, but the one that > is on the motherboard next to the processor? I don't think so. The key names for the last three nodes are "TG0H", "TG0P" and "TG0T". Hardware Monitor for Mac OS X doesn't seem to display the "unknown" one, I got it from Linux. Regards. -- Rui Paulo