From owner-freebsd-current@FreeBSD.ORG Sat May 5 01:03:02 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D093E16A400 for ; Sat, 5 May 2007 01:03:02 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from host.omnisec.de (host.omnisec.de [62.245.232.135]) by mx1.freebsd.org (Postfix) with ESMTP id 53B2713C458 for ; Sat, 5 May 2007 01:03:02 +0000 (UTC) (envelope-from h.schmalzbauer@omnisec.de) Received: from tek.flintsbach.schmalzbauer.de (tek.flintsbach.schmalzbauer.de [172.21.2.3]) by host.omnisec.de (8.13.8/8.13.8) with ESMTP id l4512tTT024198 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 5 May 2007 03:03:01 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from titan.flintsbach.schmalzbauer.de (titan.flintsbach.schmalzbauer.de [IPv6:fec0::1:0:0:1:1]) by tek.flintsbach.schmalzbauer.de (8.13.8/8.13.8) with ESMTP id l4512t5X032021 for ; Sat, 5 May 2007 03:02:55 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) Received: from localhost (localhost [[UNIX: localhost]]) by titan.flintsbach.schmalzbauer.de (8.14.1/8.14.1/Submit) id l4512tka007409 for freebsd-current@freebsd.org; Sat, 5 May 2007 03:02:55 +0200 (CEST) (envelope-from h.schmalzbauer@omnisec.de) From: Harald Schmalzbauer Organization: OmniSEC To: freebsd-current@freebsd.org Date: Sat, 5 May 2007 03:02:55 +0200 User-Agent: KMail/1.9.6 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200705050302.55404.h.schmalzbauer@omnisec.de> Subject: kbdmux and KBD_DFLT_KEYMAP 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: Sat, 05 May 2007 01:03:02 -0000 Hello, I think I lost some understanding... I always compiled SC_DFLT_FONT and [AT|U]KBD_DFTL_KEYMAP into my kernels and saw that ever since kbdmux was introduced with 6. (0|1?) the mapping hadn't worked. I was astonished that, again with current, it seems that it's still not working and I haven't found anything in NOTES which points me to something like KBDMUX_DFLT_KEYMAP. Usually I access my servers via serial console, so this wasn't really that problem for me, but today I missed it, so I wanted to ask if I missed something or if I should file a PR? Thanks, -Harry