From owner-freebsd-current Thu Jan 23 3:30:31 2003 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 631DF37B401 for ; Thu, 23 Jan 2003 03:30:30 -0800 (PST) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95DCF43F18 for ; Thu, 23 Jan 2003 03:30:29 -0800 (PST) (envelope-from marcel@xcllnt.net) Received: from dhcp01.pn.xcllnt.net (dhcp01.pn.xcllnt.net [192.168.4.201]) by ns1.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0NBUTMW033673; Thu, 23 Jan 2003 03:30:29 -0800 (PST) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp01.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6) with ESMTP id h0NBUS26053475; Thu, 23 Jan 2003 03:30:29 -0800 (PST) (envelope-from marcel@dhcp01.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp01.pn.xcllnt.net (8.12.6/8.12.6/Submit) id h0NBUSL0053474; Thu, 23 Jan 2003 03:30:28 -0800 (PST) (envelope-from marcel) Date: Thu, 23 Jan 2003 03:30:28 -0800 From: Marcel Moolenaar To: Ben Hockenhull Cc: freebsd-current@FreeBSD.ORG Subject: Re: psm0 not found on a Sony Vaio w/ 5.0-RELEASE Message-ID: <20030123113028.GA53419@dhcp01.pn.xcllnt.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.3i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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. HTH, -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message