From owner-freebsd-current@FreeBSD.ORG Mon Dec 15 23:13:46 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 79DE216A4CE for ; Mon, 15 Dec 2003 23:13:46 -0800 (PST) Received: from papagena.rockefeller.edu (user-0cdfenm.cable.mindspring.com [24.215.186.246]) by mx1.FreeBSD.org (Postfix) with SMTP id 4459943D1F for ; Mon, 15 Dec 2003 23:13:45 -0800 (PST) (envelope-from rsidd@online.fr) Received: (qmail 588 invoked by uid 1002); 16 Dec 2003 07:13:51 -0000 Date: Tue, 16 Dec 2003 02:13:51 -0500 From: Rahul Siddharthan To: Taku YAMAMOTO Message-ID: <20031216071351.GA564@online.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031215170030.364c7411.taku@cent.saitama-u.ac.jp> X-Operating-System: Linux 2.4.23 i686 User-Agent: Mutt/1.5.4i cc: freebsd-current@freebsd.org Subject: Re: Compaq Presario 2105US ACPI = NO MOUSE 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: Tue, 16 Dec 2003 07:13:46 -0000 Taku YAMAMOTO wrote: > I've read your ASLs and figured out how psm0 fails to attach. > > Both of the two ASLs have _CID (compat id) of MSE0 (read: psm0) as a package. > But, unfortunately, our current code does not handle such _CIDs. > > So, for interim solution, I would propose following snippet of ASL. I had the same problem, reported more than once on the list, and this works perfectly -- psm0 is now picked up with ACPI. Thanks! Now perhaps I can start using FreeBSD again. One thing, > Device (MSE0) // psm0/psmcpnp0 > { > Name (_HID, EisaId ("SYN0105")) > Name (_CID, EisaId ("PNP0F13")) /// XXX - for now > Name (_CSR, Buffer (6) ^^^ I assume that should be _CRS ? That's what I used. > { > 0x23, 0x00, 0x10, 0x01, 0x79, 0x00 > }) > } Rahul