From owner-cvs-src@FreeBSD.ORG Tue Nov 27 20:48:13 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 630CD16A41A; Tue, 27 Nov 2007 20:48:13 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 570F213C461; Tue, 27 Nov 2007 20:48:13 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lARKmD1C099543; Tue, 27 Nov 2007 20:48:13 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lARKmDlN099542; Tue, 27 Nov 2007 20:48:13 GMT (envelope-from marius) Message-Id: <200711272048.lARKmDlN099542@repoman.freebsd.org> From: Marius Strobl Date: Tue, 27 Nov 2007 20:48:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_3 Cc: Subject: cvs commit: src UPDATING src/sys/sparc64/conf DEFAULTS X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 27 Nov 2007 20:48:13 -0000 marius 2007-11-27 20:48:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_3) . UPDATING Added files: (Branch: RELENG_6_3) sys/sparc64/conf DEFAULTS Log: MFC: UPDATING 1.512, sys/sparc64/conf/DEFAULTS 1.11 Let sunkbd(4) emulate an AT keyboard by default. This has the following benefits: - allows to use the AT keyboard maps in share/syscons/keymaps with sunkbd(4), - allows to use kbdmux(4) with sunkbd(4), - allows Sun RS232 keyboards to be configured and used the same way as Sun USB keyboards driven by ukbd(4) (which also does AT keyboard emulation) with X.Org, putting an end to the problem of native support for the former in X.Org being broken over and over again. Approved by: re (kensmith) Revision Changes Path 1.416.2.37.2.1 +11 -0 src/UPDATING 1.11.4.1 +7 -0 src/sys/sparc64/conf/DEFAULTS (new)