From owner-cvs-src@FreeBSD.ORG Mon Nov 26 21:04:59 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 7523816A46B; Mon, 26 Nov 2007 21:04:59 +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 6423913C46A; Mon, 26 Nov 2007 21:04:59 +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 lAQL4xhP047647; Mon, 26 Nov 2007 21:04:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAQL4xFc047646; Mon, 26 Nov 2007 21:04:59 GMT (envelope-from marius) Message-Id: <200711262104.lAQL4xFc047646@repoman.freebsd.org> From: Marius Strobl Date: Mon, 26 Nov 2007 21:04:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 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: Mon, 26 Nov 2007 21:04:59 -0000 marius 2007-11-26 21:04:59 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) . UPDATING Added files: (Branch: RELENG_6) 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.38 +11 -0 src/UPDATING 1.11.2.1 +7 -0 src/sys/sparc64/conf/DEFAULTS (new)