From owner-freebsd-current@FreeBSD.ORG Tue Nov 4 17:44:13 2003 Return-Path: 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 18F6816A4CE for ; Tue, 4 Nov 2003 17:44:13 -0800 (PST) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CA443FEA for ; Tue, 4 Nov 2003 17:44:11 -0800 (PST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: from ednmsw503.dsto.defence.gov.au (ednmsw503.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id hA51i766006061 for ; Wed, 5 Nov 2003 12:14:07 +1030 (CST) Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id ; Wed, 5 Nov 2003 12:13:57 +1030 Received: from ednex501.dsto.defence.gov.au (ednex501.dsto.defence.gov.au [131.185.2.81]) by muttley.dsto.defence.gov.au (8.11.3/8.11.3) with ESMTP id hA51bio08641; Wed, 5 Nov 2003 12:07:44 +1030 (CST) Received: from squirm.dsto.defence.gov.au ([131.185.40.211]) by ednex501.dsto.defence.gov.au with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id WHC69N39; Wed, 5 Nov 2003 12:07:42 +1030 Received: from squirm.dsto.defence.gov.au (localhost [127.0.0.1]) by squirm.dsto.defence.gov.au (8.12.9p2/8.12.9) with ESMTP id hA51biIg061903 ; Wed, 5 Nov 2003 12:07:44 +1030 (CST) (envelope-from wilkinsa@squirm.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by squirm.dsto.defence.gov.au (8.12.9p2/8.12.9/Submit) id hA51bgH7061902; Wed, 5 Nov 2003 12:07:42 +1030 (CST) (envelope-from wilkinsa) Date: Wed, 5 Nov 2003 12:07:42 +1030 From: Alex Wilkinson To: Eirik Oeverby Message-ID: <20031105013742.GL90988@squirm.dsto.defence.gov.au> References: <3FA82486.7000200@morten-johansen.net> <3FA835C8.6010304@anduin.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <3FA835C8.6010304@anduin.net> User-Agent: Mutt/1.4.1i cc: freebsd-current@freebsd.org cc: Morten Johansen Subject: Re: Was: More ULE bugs fixed. Is: Mouse problem? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Wed, 05 Nov 2003 01:44:13 -0000 On Wed, Nov 05, 2003 at 12:27:04AM +0100, Eirik Oeverby wrote: Just for those interested: I do *not* get any messages at all from the kernel (or elsewhere) when my mouse goes haywire. And it's an absolute truth (just tested back and forth 8 times) that it *only* happens with SCHED_ULE and *only* with old versions (~1.50) and the very latest ones (1.75 as I'm currently running). 1.69 for instance did *not* show any such problems. I will, however, update my kernel again now, to get the latest sched_ule.c (if any changes have been made since 1.75) and to test with the new interrupt handler. I have a suspicion it might be a combination of SCHED_ULE and some signal/message/interrupt handling causing messages to get lost along the way. Because that's exactly how it feels... Question: How can I find out what verion of SCHED_ULE I am running ? - aW