From owner-freebsd-current@FreeBSD.ORG Mon Mar 9 22:24:49 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 F1E4B10656D4 for ; Mon, 9 Mar 2009 22:24:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id AF1AD8FC28 for ; Mon, 9 Mar 2009 22:24:49 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 81C94FF6D; Tue, 10 Mar 2009 11:24:48 +1300 (NZDT) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uya9E43p+n9d; Tue, 10 Mar 2009 11:24:44 +1300 (NZDT) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Tue, 10 Mar 2009 11:24:44 +1300 (NZDT) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 66AC81142F; Tue, 10 Mar 2009 11:24:44 +1300 (NZDT) Date: Mon, 9 Mar 2009 15:24:44 -0700 From: Andrew Thompson To: Doug Barton Message-ID: <20090309222444.GA60744@citylink.fud.org.nz> References: <49B594F5.2030800@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <49B594F5.2030800@FreeBSD.org> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: FreeBSD Current 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: Mon, 09 Mar 2009 22:24:51 -0000 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. r189583 seems to be the only related change, do you want to try a current kernel minus that diff. Andrew