From owner-cvs-src@FreeBSD.ORG Mon Nov 26 20:07:20 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 8EA3C16A469; Mon, 26 Nov 2007 20:07:20 +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 7F2B513C469; Mon, 26 Nov 2007 20:07:20 +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 lAQK7Kba035597; Mon, 26 Nov 2007 20:07:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAQK7KCr035596; Mon, 26 Nov 2007 20:07:20 GMT (envelope-from marius) Message-Id: <200711262007.lAQK7KCr035596@repoman.freebsd.org> From: Marius Strobl Date: Mon, 26 Nov 2007 20:07:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 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 20:07:20 -0000 marius 2007-11-26 20:07:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) . UPDATING 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.507.2.3 +11 -0 src/UPDATING 1.10.2.1 +2 -0 src/sys/sparc64/conf/DEFAULTS