From owner-freebsd-current@FreeBSD.ORG Mon Feb 28 01:37:42 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 A744216A4CE for ; Mon, 28 Feb 2005 01:37:42 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28D7143D5A for ; Mon, 28 Feb 2005 01:37:42 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id j1S1Zifb004933; Sun, 27 Feb 2005 18:35:45 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 27 Feb 2005 18:35:57 -0700 (MST) Message-Id: <20050227.183557.19783274.imp@bsdimp.com> To: MH@kernel32.de From: "M. Warner Losh" In-Reply-To: <42208728.8040707@kernel32.de> References: <421EE178.4080609@gneto.com> <42208728.8040707@kernel32.de> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: 5.4 and USB keyboard support 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: Mon, 28 Feb 2005 01:37:42 -0000 In message: <42208728.8040707@kernel32.de> Marian Hettwer writes: : Hej Martin, : : : Martin Nilsson wrote: : > : > Can we put this issue on the 5.4 todo so that it gets tested on more : > keyb/KVM/motherbord-BIOS combinations than I have here. : > : Just one question: Why do you use a KVM System to Access a Unix box : (FreeBSD) ? You could easily use serial access, even during installation. : If you're lucky your BIOS is new enough to support Redirection to Serial : Port. : If not, and if you don't need to access the BIOS, a serial console : server should fit much better into your environment. I access mine through a KVM because my BIOSes aren't all smart enough to go serial, and I need to make trips into them far too often :-( Warner