From owner-cvs-all@FreeBSD.ORG Wed Aug 4 00:09:17 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D3AF16A4CE; Wed, 4 Aug 2004 00:09:17 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 098D443D5F; Wed, 4 Aug 2004 00:09:17 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-127-84-57.dsl.snfc21.pacbell.net [67.127.84.57]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i7409G2a013144; Tue, 3 Aug 2004 17:09:16 -0700 Message-ID: <4110292B.3030000@root.org> Date: Tue, 03 Aug 2004 17:09:15 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.2 (Windows/20040707) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert Watson References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: nork@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys mouse.h src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 00:09:17 -0000 Robert Watson wrote: > On Tue, 3 Aug 2004, Nate Lawson wrote: >>>psm now reports as "model Synaptics Touchpad, device ID 0" which I don't >>>recall it doing previously. >> >>Also, what is your mouse configuration (i.e. moused, X, xevent vs. >>direct psm0)? > > Sorry, should have included that before. I'm running with moused: > > paprika:~> grep moused /etc/rc.conf > moused_enable="yes" > moused_flags="-3" > > paprika:~> ps ax | grep moused > 526 ?? Rs 0:03.48 /usr/sbin/moused -3 -p /dev/psm0 -t auto > > paprika:~> dmesg | grep psm > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model Generic PS/2 mouse, device ID 0 > > (This is with the change backed out). Philip@ just committed moused support. Please cvsup, build moused, and try again. -- Nate