From owner-freebsd-current@FreeBSD.ORG Fri May 14 17:20:20 2010 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 915541065674; Fri, 14 May 2010 17:20:20 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 4C5098FC20; Fri, 14 May 2010 17:20:20 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 3A4361E0013A; Fri, 14 May 2010 19:20:18 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o4EHIdHM051501; Fri, 14 May 2010 19:18:39 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o4EHIdcV051500; Fri, 14 May 2010 19:18:39 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 14 May 2010 19:18:39 +0200 To: Gary Jennejohn Message-ID: <20100514171839.GA51477@triton8.kn-bremen.de> References: <20100511184140.GA3983@triton8.kn-bremen.de> <20100512124234.12f4d156@ernst.jennejohn.org> <20100513201754.GA36439@triton8.kn-bremen.de> <20100514131221.5669c666@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100514131221.5669c666@ernst.jennejohn.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@FreeBSD.org, yokota@FreeBSD.org, Juergen Lock Subject: Re: [PATCH:] psm(4) IntelliMouse Explorer KVM hack breaks my mouse 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: Fri, 14 May 2010 17:20:20 -0000 On Fri, May 14, 2010 at 01:12:21PM +0200, Gary Jennejohn wrote: > On Thu, 13 May 2010 22:17:54 +0200 > Juergen Lock wrote: > > > On Wed, May 12, 2010 at 12:42:34PM +0200, Gary Jennejohn wrote: > > > On Tue, 11 May 2010 20:41:41 +0200 > > > Juergen Lock wrote: > > > > > > > So now I made a patch that allows disabling that KVM hack via device > > > > hints, appended below. (hint.psm.0.flags="0x10000" - or do you guys > > > > think the hack should be disabled by default instead?) > > > > > > > > > > Don't change the behavior, leave it enabled by default. For POLA. > > > > Yeah ok I guess you are right... > > > > I've now put the patch on freefall:public_html too, and added links > > to the relevant threads for it and the other pending src patches: > > > > http://people.freebsd.org/~nox/ > > > > Looks good to me FWIW. Thanx, feel free to commit! :) Juergen