From owner-freebsd-acpi@FreeBSD.ORG Tue May 31 09:25:53 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A11916A41C; Tue, 31 May 2005 09:25:53 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D07643D1D; Tue, 31 May 2005 09:25:52 +0000 (GMT) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1]) by svm.csie.ntu.edu.tw (8.13.3/8.13.1) with ESMTP id j4V9Pp9G060785; Tue, 31 May 2005 17:25:51 +0800 (CST) (envelope-from rafan@svm.csie.ntu.edu.tw) Received: (from rafan@localhost) by svm.csie.ntu.edu.tw (8.13.3/8.13.1/Submit) id j4V9PoGh060783; Tue, 31 May 2005 17:25:50 +0800 (CST) (envelope-from rafan) Date: Tue, 31 May 2005 17:25:50 +0800 From: Rong-En Fan To: Markus Brueffer Message-ID: <20050531092550.GA59763@svm.csie.ntu.edu.tw> References: <200505301857.20346.markus@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200505301857.20346.markus@FreeBSD.org> User-Agent: Mutt/1.5.9i Cc: freebsd-acpi@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: Call for testers: New acpi_ibm driver X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 09:25:53 -0000 On Mon, May 30, 2005 at 06:57:09PM +0200, Markus Brueffer wrote: > Hi, > > I'm looking for testers for a mostly rewritten and enhanced version of the > acpi_ibm (ACPI Thinkpad Extras) driver. > > You can find it along with a first draft of the new manpage at: > > http://people.freebsd.org/~markus/ibm/ > > If you are running -CURRENT, simply replace the former driver with the new > one in sys/dev/acpi_support and rebuild it. (sorry, no patch for 5.x for > now). > > Please mail me on failure and success and include the output of > # sysctl hw.acpi.ibm hw.acpi.ibm.initialmask: 2060 hw.acpi.ibm.availmask: 16777215 hw.acpi.ibm.events: 0 hw.acpi.ibm.eventmask: 2060 hw.acpi.ibm.hotkey: 2432 hw.acpi.ibm.lcd_brightness: 5 hw.acpi.ibm.volume: 6 hw.acpi.ibm.mute: 0 hw.acpi.ibm.thinklight: 0 hw.acpi.ibm.bluetooth: 0 hw.acpi.ibm.wlan: 0 hw.acpi.ibm.fan_rpm: 3516 hw.acpi.ibm.fan_status: 1 hw.acpi.ibm.thermal: 61 -1 55 39 41 -1 27 -1 It's few days' ago -current on IBM X31-IDV. Works good. I tried write to lcd_brightness, volume, thinklight and it works ! Thanks. But, seems that wlan's value is not correct. For example, after boot, wlan=1. I ifconfig ath0 up, sysctl wlan=0, wireless stills works. Does it supposed to work in that way? > - support for reading up to 8 thermal sensors Is there any reference that describes which sensor monitors what part of ThinkPad? Cheers, rafan.