From owner-freebsd-current@FreeBSD.ORG Wed Aug 8 15:13:05 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 D032616A420 for ; Wed, 8 Aug 2007 15:13:05 +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 5464313C494 for ; Wed, 8 Aug 2007 15:13:05 +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 435F8690F7B; Wed, 8 Aug 2007 16:05:20 +0100 (WEST) Received: by core.fnop.net (Postfix, from userid 1015) id 102C2690FB8; Wed, 8 Aug 2007 16:05:20 +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 C4356690F7B; Wed, 8 Aug 2007 16:05:17 +0100 (WEST) Message-ID: <46B9CF6A.4000206@fnop.net> Date: Wed, 08 Aug 2007 15:12:58 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.5 (X11/20070801) MIME-Version: 1.0 To: Joe Marcus Clarke References: <46B0A9A9.6030907@fnop.net> <46B9C543.20407@FreeBSD.org> In-Reply-To: <46B9C543.20407@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 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:13:05 -0000 Joe Marcus Clarke wrote: > 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. I'm sure it's a temperature sensor located at the graphics card, but I'm not sure what to call it. > Backlight control still does not work on the MBP Core Duo with the ATI > X1600 chip. Work in progress, sorry :( > I noticed that the trackpad starting working a while ago with some of > imp's USB commits. However, I can't get any kind of right-click with it > (no keyboard modifiers work). I also can't make use of the "fn" key or > any of the keys it activates (e.g. Page Up/Down, etc.). I wasn't sure > if these should work working yet. Regarding to the touchpad, that's a work in progress. Regarding to the keyboard, I'm still trying to figure out how to do it. I already mailed Lennart Augustson, but I got no reply yet. Stay tunned. > Thanks your work on this. You're welcome! Regards. -- Rui Paulo