From owner-freebsd-hackers@FreeBSD.ORG Sat Dec 18 04:05:14 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BF6516A4CF for ; Sat, 18 Dec 2004 04:05:14 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7684443D2F for ; Sat, 18 Dec 2004 04:05:13 +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 iBI44FTk053456; Fri, 17 Dec 2004 21:04:16 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 17 Dec 2004 21:04:23 -0700 (MST) Message-Id: <20041217.210423.67791831.imp@bsdimp.com> To: NKoch@demig.de From: "M. Warner Losh" In-Reply-To: <000001c4e43e$e32b7d80$4801a8c0@ws-ew-3.W2KDEMIG> References: <000001c4e43e$e32b7d80$4801a8c0@ws-ew-3.W2KDEMIG> 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-hackers@freebsd.org Subject: Re: A program to automatically switch keyboards for syscons X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Dec 2004 04:05:14 -0000 You might be happier using the new vkbd as the 'main' keyboard and feeding events to it from kbd[0-9] (excepting vkbd). Won't work in the debugger, or before the daemon starts, but will be a heck of a lot better than we have now w/o doing the switch-o-matic this program does. Warner