Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Dec 2003 02:13:51 -0500
From:      Rahul Siddharthan <rsidd@online.fr>
To:        Taku YAMAMOTO <taku@cent.saitama-u.ac.jp>
Cc:        freebsd-current@freebsd.org
Subject:   Re: Compaq Presario 2105US ACPI = NO MOUSE
Message-ID:  <20031216071351.GA564@online.fr>
In-Reply-To: <20031215170030.364c7411.taku@cent.saitama-u.ac.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031216071351.GA564>