From owner-cvs-src@FreeBSD.ORG Fri Jun 10 20:59:00 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B39516A41C; Fri, 10 Jun 2005 20:59:00 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C480543D1D; Fri, 10 Jun 2005 20:58:59 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5AKwxlC000834; Fri, 10 Jun 2005 20:58:59 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5AKwxWT000833; Fri, 10 Jun 2005 20:58:59 GMT (envelope-from marius) Message-Id: <200506102058.j5AKwxWT000833@repoman.freebsd.org> From: Marius Strobl Date: Fri, 10 Jun 2005 20:58:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/conf files.sparc64 options.sparc64 src/sys/sparc64/conf GENERIC NOTES 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: Fri, 10 Jun 2005 20:59:00 -0000 marius 2005-06-10 20:58:59 UTC FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 sys/sparc64/conf GENERIC NOTES Log: - Hook up atkbdc(4), atkbd(4) and psm(4) to the sparc64 build, not enabled in GENERIC by default, yet. - While here remove the exclusion of ukbd(4) from the sparc64 NOTES as ukbd(4) compiles and works on sparc64. Revision Changes Path 1.72 +13 -0 src/sys/conf/files.sparc64 1.13 +5 -0 src/sys/conf/options.sparc64 1.95 +4 -0 src/sys/sparc64/conf/GENERIC 1.19 +0 -4 src/sys/sparc64/conf/NOTES