From owner-freebsd-current@FreeBSD.ORG Sat May 13 23:47:36 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1DF4A16A400 for ; Sat, 13 May 2006 23:47:36 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50A9743D46 for ; Sat, 13 May 2006 23:47:35 +0000 (GMT) (envelope-from grafan@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so402761nzi for ; Sat, 13 May 2006 16:47:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QOinA0tTb9nFXv3CaJwJD30gtDSTq71RAwbyVxoqoBJIvPQayjPQeXBdLebyKMTIRlI8tQPJX8yHGHgDtm5h8ZEkkhiICcp9YTxBgSr1jyM1zBWU+nd2+0SeBIRank6DnzlEFB4NVIThD6pyBD5k1c9+H8VJENXsMrh9Ha9cV7s= Received: by 10.37.18.17 with SMTP id v17mr62416nzi; Sat, 13 May 2006 16:47:31 -0700 (PDT) Received: by 10.36.60.19 with HTTP; Sat, 13 May 2006 16:47:31 -0700 (PDT) Message-ID: <6eb82e0605131647o29e004d4yd1d9b252c8610218@mail.gmail.com> Date: Sat, 13 May 2006 19:47:31 -0400 From: "Rong-en Fan" To: "Jordan Sissel" In-Reply-To: <20060507080835.A58C615BD@fury.csh.rit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060507080835.A58C615BD@fury.csh.rit.edu> Cc: freebsd-current@freebsd.org Subject: Re: [patch] new moused and psm patchset X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 13 May 2006 23:47:37 -0000 On 5/7/06, Jordan Sissel wrote: > I know the code violates some of style(9), these will be fixed soon. > > I need testers' and developers' help. I'm willing to code whatever folks > want to see in this new system, I just need to know what you want. > > Testers: Tell me if it works or breaks and what mice you want supported. I'm running this with my ThinkPad X31 (recently current), dmesg shows: psm0: unable to allocate IRQ psmcpnp0: irq 12 on acpi0 psm0: current command byte:0047 psm0: <(new) PS/2 Mouse> irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: attached And I have to manually start moused by # moused -m generic -d /dev/psm0 -U 6 -V Both console and X.org mouse works well except there is no horizontal virtual scrolling :) The new moused's synopsis is a bit different from the current one. Can we use the same options so that /etc/rc.d/moused can start it with some tweaks in rc.conf? That will be nice. Regards, Rong-En Fan