From owner-freebsd-bugs@FreeBSD.ORG Tue May 3 15:20:11 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54F4216A4CE for ; Tue, 3 May 2005 15:20:11 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D42E43D6D for ; Tue, 3 May 2005 15:20:11 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j43FK6RX022671 for ; Tue, 3 May 2005 15:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j43FK6pF022670; Tue, 3 May 2005 15:20:06 GMT (envelope-from gnats) Date: Tue, 3 May 2005 15:20:06 GMT Message-Id: <200505031520.j43FK6pF022670@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Harry Coin Subject: Re: kern/80381: Mouse via KVM doesn't load on 5.4, does if plugged directly into mouse port. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harry Coin List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2005 15:20:11 -0000 The following reply was made to PR kern/80381; it has been noted by GNATS. From: Harry Coin To: bug-followup@FreeBSD.org, freebsd-current@freebsd.org Cc: Subject: Re: kern/80381: Mouse via KVM doesn't load on 5.4, does if plugged directly into mouse port. Date: Tue, 03 May 2005 10:19:25 -0500 Workaround Solution Found: If you build a custom kernel 5.4 with options KBD_RESETDELAY=401 it finds the mouse and loads properly at boot time with or without the KVM. I guess there is something about the timing in 5.4 where it just doesn't take as long to reset the ps/2 mouse psm0 aux device with the same parameters as 5.3 did. So a generic 5.3 kernel worked via the KVM setup but 5.4 on the same box required the specified amount of time to increase, so needs a custom kernel. I suggest whoever is looking at the 5.4 release refer this change to the psm0 responsible party to consider making this change permanent. It doesn't appreciably delay the boot process so far as I can tell. Harry --- I've found that 5.4 as of today won't load the psm0 driver if the box is connected through a KVM instead of directly to the mouse. When I plug the mouse directly into the box, 5.4 and 5.3 load psm0 no problem. When I plug the mouse in via the KVM, 5.4 won't load psm0 but 5.3 will. If I plug the mouse in directly at boot time under 5.4, so psm0 loads, then (don't do this at home) hot-unplug it and plug in the kvm-- the mouse works via the KVM. Hope this helps Sincerely Harry Coin