Date: Thu, 23 Jan 2003 07:50:36 -0600 From: Ben Hockenhull <benh@jpj.net> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: freebsd-current@freebsd.org Subject: Re: psm0 not found on a Sony Vaio w/ 5.0-RELEASE Message-ID: <v03102809ba559967d92d@[192.168.10.2]> In-Reply-To: <20030123113028.GA53419@dhcp01.pn.xcllnt.net> References: <v03102806ba54ff70ac3e@[192.168.10.2]> <v03102806ba54ff70ac3e@[192.168.10.2]>
next in thread | previous in thread | raw e-mail | index | archive | help
>On Wed, Jan 22, 2003 at 08:12:12PM -0600, Ben Hockenhull wrote: >> I recently installed 5.0-RELEASE on a Sony Vaio R505EC laptop and it's >> working pretty well, save for the fact that i can run X because my touchpad >> isn't found upon boot probe. >> >> It used to be /dev/psm0 under 4.x-STABLE. I understand I may need to edit >> sys/isa/psm.c and add my device, but I'm not sure what to put there. Is >> there something analogous to pciconf that'll dump this device's >> descriptors? Is there another way? > >Use acpidump(8) and grep(1) for MOUE. The definition of _HID is >the PnP id that you need to add. It probably is 0x0190d94d in >your case. You can add the PnP id, or checkout -rHEAD, because >it's fixed already. Exactly what I needed to know. I discovered that it's actually 0x090cd041 for my Vaio R505EC. I've added that to pcm.c and recompiled and it's now found and works normally. Thanks! Ben To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?v03102809ba559967d92d>