From owner-freebsd-mobile@FreeBSD.ORG Wed Oct 24 05:32:01 2007 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13C4016A418 for ; Wed, 24 Oct 2007 05:32:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from speedfactory.net (mail6.speedfactory.net [66.23.216.219]) by mx1.freebsd.org (Postfix) with ESMTP id 82FBF13C465 for ; Wed, 24 Oct 2007 05:32:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unverified [66.23.211.162]) by speedfactory.net (SurgeMail 3.8p) with ESMTP id 215814382-1834499 for multiple; Wed, 24 Oct 2007 00:17:27 -0400 Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l9O4Er7A087307; Wed, 24 Oct 2007 00:14:56 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-mobile@freebsd.org Date: Tue, 23 Oct 2007 23:28:17 -0400 User-Agent: KMail/1.9.6 References: <471CCA24.4080400@tomjudge.com> In-Reply-To: <471CCA24.4080400@tomjudge.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710232328.18947.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Wed, 24 Oct 2007 00:14:56 -0400 (EDT) X-Virus-Scanned: ClamAV 0.88.3/4581/Tue Oct 23 22:50:45 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: Tom Judge Subject: Re: ACPI Attach (acpi_ibm) stops mouse from working 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: Wed, 24 Oct 2007 05:32:01 -0000 On Monday 22 October 2007 12:04:52 pm Tom Judge wrote: > Hi, > > > I have recently setup an IBM/Lenovo T43 with RELENG_7 as of mid last > week, however I have a problem with the acpi_ibm module. > > If I add acpi_ibm_load="YES" to loader.conf I get the following message > during boot: > > psm0: unable to allocate IRQ > > This is followed by a message stating that the acpi_ibm module has > attached to IRQ 12. > > If I remove this module from loader.conf and boot the system the mouse > attaches and works as expected. If I then kldload acpi_ibm the module > attaches to acpi0. > > > Is there any way to make this work without loading the acpi module after > boot? Can you provide your acpidump as well as devinfo -rv output from both cases? (i.e. when it is loaded at boot and when it is kldloaded after boot) -- John Baldwin