From owner-freebsd-mobile@FreeBSD.ORG Thu Jun 16 22:37:16 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85A5C16A41C; Thu, 16 Jun 2005 22:37:16 +0000 (GMT) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C9043D55; Thu, 16 Jun 2005 22:37:14 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j5GMb3Z6029510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 16 Jun 2005 15:37:04 -0700 Message-ID: <42B1FE1D.7010200@root.org> Date: Thu, 16 Jun 2005 15:33:01 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Cracauer References: <200505301857.20346.markus@FreeBSD.org> <20050616180521.A86735@cons.org> In-Reply-To: <20050616180521.A86735@cons.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, Markus Brueffer , freebsd-mobile@freebsd.org Subject: Re: Call for testers: New acpi_ibm driver X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Jun 2005 22:37:16 -0000 Martin Cracauer wrote: > All right, updated my thinkpad to 6.0-current. Frozen is as good as > -stable, no? :-) > > Having trouble with the acpi_ibm module, it seems my R40 is not > recognized as a thinkpad. > > 6.0-current as of yesterday, revision 1.6 of acpi_ibm (June 10). > > $ kldload acpi_ibm > # prints to console that sio4 irq is not in bitmaps > > $ sysctl -a | grep -i ibm > dev.acpi.0.%desc: IBM TP-1P > dev.psmcpnp.0.%pnpinfo: _HID=IBM0057 _UID=0 I think the current driver only recognizes IBM0068. Adding your HID string to the list at the top of acpi_ibm.c would get things rolling. Whether it works correctly on your model would be another question. > http://www.cons.org/tmp/acpidump-t-d_thinkpad-r40 > > Any ideas how to make it detect? > > I do get other acpi stuff like the termal zone and the video/display > just fine. > > Martin -- Nate