From owner-cvs-src@FreeBSD.ORG Fri Aug 27 23:53:30 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0501516A4D0 for ; Fri, 27 Aug 2004 23:53:30 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4720243D45 for ; Fri, 27 Aug 2004 23:53:29 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 61408 invoked from network); 27 Aug 2004 23:52:03 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.54]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 27 Aug 2004 23:52:03 -0000 Message-ID: <412FC97D.7A25D5D5@freebsd.org> Date: Sat, 28 Aug 2004 01:53:33 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Brian Somers References: <200408272125.i7RLPG3K076074@repoman.freebsd.org> <20040828003309.2796b8f3@dev.lan.Awfulhak.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: "Justin T. Gibbs" cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Aug 2004 23:53:30 -0000 Brian Somers wrote: > > Large Portions by: Brian Somers > > Inspired and Frustrated by: Belkin KVMs > > Reviewed by: njl, philip > > > > Revision Changes Path > > 1.80 +120 -98 src/sys/isa/psm.c > > Good stuff - thanks for all your work! Do have an idea how to get a PS2 keyboard recognized if none was connected when the machine booted? The docs say it will reprobe from time to time if the appropriate flags are set. But it never worked for me on any machine I tried. It's quite nasty on KVMs when you boot a machine and it is switched to some other screen when the kernel probes the keyboard. -- Andre