From owner-freebsd-current@FreeBSD.ORG Thu May 13 20:21:18 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 655AE106564A; Thu, 13 May 2010 20:21:18 +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 201EE8FC0C; Thu, 13 May 2010 20:21:18 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id E58AB1E00161; Thu, 13 May 2010 22:21:16 +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 o4DKHsGK036474; Thu, 13 May 2010 22:17:54 +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 o4DKHsTv036473; Thu, 13 May 2010 22:17:54 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Thu, 13 May 2010 22:17:54 +0200 To: Gary Jennejohn Message-ID: <20100513201754.GA36439@triton8.kn-bremen.de> References: <20100511184140.GA3983@triton8.kn-bremen.de> <20100512124234.12f4d156@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100512124234.12f4d156@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: Thu, 13 May 2010 20:21:18 -0000 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/ Thanx, :) Juergen