From owner-freebsd-current@FreeBSD.ORG Tue Mar 10 07:40:58 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08B751065672; Tue, 10 Mar 2009 07:40:58 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe12.swipnet.se [212.247.155.97]) by mx1.freebsd.org (Postfix) with ESMTP id 334128FC1B; Tue, 10 Mar 2009 07:40:56 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=65oF92ogUoYA:10 a=1iM0JAylEWEA:10 a=j+k/Ze5hWUCaCztCgEjzDQ==:17 a=6I5d2MoRAAAA:8 a=3A7IDU5wrdJGMVR37oMA:9 a=dxYYmZz9GTU--OxblYAA:7 a=51wAj1SxqRcSPEdF6KNLnNoktWIA:4 a=LY0hPdMaydYA:10 Received: from [81.191.55.181] (account mc467741@c2i.net HELO laptop) by mailfe12.swip.net (CommuniGate Pro SMTP 5.2.6) with ESMTPA id 1034908814; Tue, 10 Mar 2009 08:40:55 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Tue, 10 Mar 2009 08:43:27 +0100 User-Agent: KMail/1.9.7 References: <49B594F5.2030800@FreeBSD.org> <20090309222444.GA60744@citylink.fud.org.nz> <49B5A02E.3020203@FreeBSD.org> In-Reply-To: <49B5A02E.3020203@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903100843.27694.hselasky@c2i.net> Cc: Doug Barton , Andrew Thompson Subject: Re: Apparent moused regression since r189490 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: Tue, 10 Mar 2009 07:40:58 -0000 On Tuesday 10 March 2009, Doug Barton wrote: > Andrew Thompson wrote: > > On Mon, Mar 09, 2009 at 03:15:17PM -0700, Doug Barton wrote: > >> Howdy, > >> > >> In the kernel I'm using now, 8.0-CURRENT #0 r189490: Sat Mar 7 > >> 10:18:21 PST 2009, moused works as expected both in the console and in > >> X (without HAL). I tried updating my sources last night and today, and > >> when I boot those kernels as soon as I move the mouse the first time > >> it drops to the bottom of the screen and then I cannot move it any > >> longer. > >> > >> If this is a situation where I need to install the userland stuff to > >> match the kernel then I'm happy to do that, but if so there should be > >> something in src/UPDATING. Following the typical method of installing > >> and booting the new kernel first in -current gives the results I > >> described above, so I'm loathe to install userland till I know it's > >> going to work. > > > > I take it this is a usb mouse. > > Yes. Sorry, forgot to mention that. Specifically it's a logitech > trackball, in case that helps. > > > r189583 seems to be the only related > > change, do you want to try a current kernel minus that diff. > > As I mentioned above, I tried last night (before 189583) and this > morning. In fact, I tried again this morning hoping that revision > would help, but it did not. > r189583 does not fully work without: http://perforce.freebsd.org/chv.cgi?CH=158916 It looks like Andrew did not commit this patch yet ... --HPS