From owner-freebsd-current@FreeBSD.ORG Wed Jul 23 18:34:36 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 ED97A37B401 for ; Wed, 23 Jul 2003 18:34:35 -0700 (PDT) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id D16C643FBD for ; Wed, 23 Jul 2003 18:34:33 -0700 (PDT) (envelope-from Alex.Wilkinson@dsto.defence.gov.au) Received: from dsto-ms2.dsto.defence.gov.au (dsto-ms2.dsto.defence.gov.au [131.185.2.150]) by digger1.defence.gov.au with ESMTP id h6O1YgDb021552 for ; Thu, 24 Jul 2003 11:04:42 +0930 (CST) Received: from ednmsw503.dsto.defence.gov.au (unverified) by dsto-ms2.dsto.defence.gov.au for ; Thu, 24 Jul 2003 11:04:23 +0930 Received: from muttley.dsto.defence.gov.au (unverified) by ednmsw503.dsto.defence.gov.au (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Thu, 24 Jul 2003 11:04:23 +0930 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 h6O1TX816735 for ; Thu, 24 Jul 2003 10:59:33 +0930 (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 MX7HKRYQ; Thu, 24 Jul 2003 10:59:21 +0930 Date: Thu, 24 Jul 2003 10:59:33 +0930 (CST) From: "Wilkinson,Alex" X-X-Sender: wilkinsa@squirm.dsto.defence.gov.au To: current@freebsd.org Message-ID: <20030724103830.H425@squirm.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" cc: matthew.thyer@dsto.defence.gov.au Subject: psmintr: discard a byte (1) [moused issues] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alex.Wilkinson@dsto.defence.gov.au List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jul 2003 01:34:36 -0000 Hi all, I have a relatively current repository (CTM delta cvs-cur 9444), and have just built world/kernel. I am switching between several OS's with a Cybex KVW switch. I now seem to have a problem with my mouse (after build world/kernel) I am getting these messages on the console when I move my mouse, the cursor moves in a very choppy motion (painfully slow). Jul 23 17:01:35 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:01:35 hostname kernel: psmintr: discard a byte (1). Jul 23 17:01:36 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:01:36 hostname kernel: psmintr: discard a byte (2). Jul 23 17:01:36 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:01:36 hostname kernel: psmintr: discard a byte (3). Jul 23 17:01:36 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:01:36 hostname kernel: psmintr: re-enable the mouse. Jul 23 17:02:01 hostname kernel: psmintr: delay too long; resetting byte count Jul 23 17:02:02 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:02 hostname kernel: psmintr: discard a byte (1). Jul 23 17:02:02 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:02 hostname kernel: psmintr: discard a byte (2). Jul 23 17:02:03 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:03 hostname kernel: psmintr: discard a byte (3). Jul 23 17:02:04 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:04 hostname kernel: psmintr: re-enable the mouse. Jul 23 17:02:06 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:06 hostname kernel: psmintr: discard a byte (5). Jul 23 17:02:06 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:02:06 hostname kernel: psmintr: discard a byte (6). Jul 23 17:04:10 hostname kernel: psmintr: delay too long; resetting byte count Jul 23 17:04:41 hostname kernel: psmintr: delay too long; resetting byte count Jul 23 17:04:42 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:04:42 hostname kernel: psmintr: discard a byte (1). Jul 23 17:04:42 hostname kernel: psmintr: out of sync (0000 != 0008). Jul 23 17:04:42 hostname kernel: psmintr: discard a byte (2). Jul 23 17:04:44 hostname kernel: psmintr: out of sync (0000 != 0008). .... moused is running with the following: "moused -p /dev/psm0 -t microsoft" The mouse is a Microsoft IntelliMouse. If I boot the same machine into -STABLE this does *not* happen. I have tryed running moused with different protocols etc without any luck. Can anyone help me solve this problem ? I have to run -STABLE if I can't solve this problem, so any help would be appreciated. Thanks - aW