From owner-freebsd-current@FreeBSD.ORG Tue May 3 15:19:50 2005 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 CA3DA16A4CE; Tue, 3 May 2005 15:19:50 +0000 (GMT) Received: from mail.qconline.com (mail.qconline.com [204.176.110.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57ED043D55; Tue, 3 May 2005 15:19:50 +0000 (GMT) (envelope-from harrycoin@qconline.com) Received: from devoffice.qconline.com (unverified [64.4.171.82]) by mail.qconline.com; Tue, 3 May 2005 10:20:10 -0500 Message-Id: <4.3.2.7.2.20050503100944.01fa4ce0@www.n4comm.com> X-Sender: harrycoin@mail.qconline.com X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 03 May 2005 10:19:25 -0500 To: bug-followup@FreeBSD.org, freebsd-current@freebsd.org From: Harry Coin Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Re: kern/80381: Mouse via KVM doesn't load on 5.4, does if plugged directly into mouse port. 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: Tue, 03 May 2005 15:19:50 -0000 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