From owner-freebsd-current@FreeBSD.ORG Thu May 22 07:15:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E9E937B401 for ; Thu, 22 May 2003 07:15:45 -0700 (PDT) Received: from catalyst.chemikals.org (cae88-25-169.sc.rr.com [24.88.25.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBAA943F3F for ; Thu, 22 May 2003 07:15:43 -0700 (PDT) (envelope-from morganw@chemikals.org) Received: from catalyst.chemikals.org (morganw@localhost [127.0.0.1]) h4MEFfxI006145; Thu, 22 May 2003 10:15:41 -0400 (EDT) (envelope-from morganw@chemikals.org) Received: from localhost (morganw@localhost)h4MEFfXE006142; Thu, 22 May 2003 10:15:41 -0400 (EDT) (envelope-from morganw@chemikals.org) X-Authentication-Warning: catalyst.chemikals.org: morganw owned process doing -bs Date: Thu, 22 May 2003 10:15:41 -0400 (EDT) From: Wesley Morgan To: Rahul Siddharthan In-Reply-To: <20030521235327.B12533@online.fr> Message-ID: <20030522101425.C6126@catalyst.chemikals.org> References: <20030521235327.B12533@online.fr> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: psm0 isn't detected with acpi enabled X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2003 14:15:45 -0000 On Wed, 21 May 2003, Rahul Siddharthan wrote: > Any suggestions? This seems similar to pr i386/49116, but that report > shows a message "psm0: unable to allocate irq" while in my case psm > doesn't show up at all in dmesg. Try putting this in your /boot/device.hints: hint.atkbdc.0.at="acpi" hint.atkbdc.0.port="0x060" hint.psm.0.at="atkbdc" hint.psm.0.irq="12" Not sure if this will help or not because my laptop works with or without these.