From owner-freebsd-current@FreeBSD.ORG Wed Mar 1 00:21:10 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 0859416A420 for ; Wed, 1 Mar 2006 00:21:10 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from ismybrain.com (ismybrain.com [64.246.42.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9505643D45 for ; Wed, 1 Mar 2006 00:21:09 +0000 (GMT) (envelope-from maksim.yevmenkin@savvis.net) Received: from [10.254.186.111] (localhost.localdomain [127.0.0.1]) by ismybrain.com (8.11.6/8.11.6) with ESMTP id k210L8M26238 for ; Tue, 28 Feb 2006 19:21:08 -0500 Message-ID: <4404E8F1.80703@savvis.net> Date: Tue, 28 Feb 2006 16:21:05 -0800 From: Maksim Yevmenkin User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4404B461.8000104@savvis.net> In-Reply-To: <4404B461.8000104@savvis.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Subject: HEADSUP: kbdmux(4)/syscons(4) patch is in the tree X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 01 Mar 2006 00:21:10 -0000 Dear Hackers, kbdmux(4)/syscons(4) patch was committed to -current. please give it a try and report any problems you might have with it. to activate kbdmux(4) simply 1) add 'kbdmux_load="YES"' to /boot/loader.conf and reboot or 2) kldload kbdmux && kbdcontrol -K < /dev/ttyv0 once kbdmux is active any keyboard (i.e. ukbd(4)/vkbd(4)) attached to the system will be automatically added to the kbdmux. to de-activate kbdmux 1) remove 'kbdmux_load="YES"' from /boot/loader.conf and reboot or 2) kldunload kbdmux -- this will set active keyboard to the first available keyboard (usually atkbd0) thanks, max