From owner-freebsd-stable@FreeBSD.ORG Wed Nov 9 03:56:00 2005 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7F9B16A41F for ; Wed, 9 Nov 2005 03:56:00 +0000 (GMT) (envelope-from bwb@holo.org) Received: from thought.holo.org (h-68-166-32-19.snvacaid.covad.net [68.166.32.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F19343D49 for ; Wed, 9 Nov 2005 03:56:00 +0000 (GMT) (envelope-from bwb@holo.org) Received: from localhost (localhost [127.0.0.1]) by thought.holo.org (8.13.3/8.13.3) with ESMTP id jA93tx6b091073 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 8 Nov 2005 19:55:59 -0800 (PST) (envelope-from bwb@holo.org) Date: Tue, 8 Nov 2005 19:55:59 -0800 (PST) From: Brian Buchanan X-X-Sender: brian@thought.holo.org To: stable@freebsd.org In-Reply-To: <00a801c5e48c$23798cd0$5317fb93@KLOBOUCEK> Message-ID: <20051108195413.N81265@thought.holo.org> References: <00a801c5e48c$23798cd0$5317fb93@KLOBOUCEK> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Subject: Re: psm0 broken with acpi_ibm on 6.0-RELEASE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2005 03:56:00 -0000 On Tue, 8 Nov 2005, Petr Holub wrote: > I've found the following problem on my IBM T41p when running 6.0-RELEASE: > when both psm and acpi_ibm are compiled in the kernel, the psm0 device > (touchpad) doesn't initialize properly - with verbose logging it says > psm0: unable to allocate IRQ > When acpi_ibm is removed from the kernel, psm0 works OK. > > However, combination of both psm and acpi_ibm used to work at least > till 6.0-BETA4, which is what I had previously on this laptop. I have the same problem with my IBM T40p. If I load acpi_ibm after boot, the module loads fine and the mouse continues to work. It looks like acpi_ibm, if loaded by /boot/loader, takes over irq 12 and prevents psm from attaching.