From owner-freebsd-acpi@FreeBSD.ORG Tue May 31 14:30:16 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 E062B16A41C for ; Tue, 31 May 2005 14:30:16 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: from wasley.bl.mmtr.or.jp (wasley.bl.mmtr.or.jp [210.228.173.142]) by mx1.FreeBSD.org (Postfix) with SMTP id EF2B943D54 for ; Tue, 31 May 2005 14:30:13 +0000 (GMT) (envelope-from rushani@bl.mmtr.or.jp) Received: (qmail 31007 invoked from network); 31 May 2005 23:30:08 +0900 Received: from unknown (HELO localhost) (210.153.208.176) by wasley.bl.mmtr.or.jp with SMTP; 31 May 2005 23:30:08 +0900 Date: Tue, 31 May 2005 23:29:33 +0900 (JST) Message-Id: <20050531.232933.115970943.rushani@bl.mmtr.or.jp> To: markus@FreeBSD.org From: Hideyuki KURASHINA In-Reply-To: <200505301857.20346.markus@FreeBSD.org> References: <200505301857.20346.markus@FreeBSD.org> X-URL: http://www.rushani.jp/ X-PGP-Public-Key: http://www.rushani.jp/rushani.asc X-PGP-Fingerprint: A052 6F98 6146 6FE3 91E2 DA6B F2FA 2088 439A DC57 X-RC5-72-Stats: http://stats.distributed.net/participant/psummary.php?project_id=8&id=432320 X-Mailer: Mew version 4.2.50 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 14:30:17 -0000 Hi, Markus >>> On Mon, 30 May 2005 18:57:09 +0200, Markus Brueffer said: > 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 I built kernel as of today, my X40 shows: hw.acpi.ibm.initialmask: 2060 hw.acpi.ibm.availmask: 2524 hw.acpi.ibm.events: 0 hw.acpi.ibm.eventmask: 2060 hw.acpi.ibm.hotkey: 1312 hw.acpi.ibm.lcd_brightness: 7 hw.acpi.ibm.volume: 0 hw.acpi.ibm.mute: 0 hw.acpi.ibm.thinklight: 0 hw.acpi.ibm.bluetooth: 0 hw.acpi.ibm.wlan: 1 hw.acpi.ibm.fan_rpm: 4285 hw.acpi.ibm.fan_status: 1 hw.acpi.ibm.thermal: 48 43 47 40 25 -1 32 -1 > In any case: Please send me your DSDT for further improvement of the driver > (even if you run FreeBSD 5): > # acpidump -t -d > name-system.asl http://www.rushani.jp/tmp/TPX40_2371-GDE.asl > - write support for: volume, mute, brightness and thinklight > - led(4) interface for the thinklight (thanks simon) > - support for reading the fan status and speed > - support for reading up to 8 thermal sensors Works fine. I cannot find any regression compared with previous one. Nice work! BTW, wlan LED only works before suspend, that is, it won't blink after suspend (this is same behavior as before). -- rushani