From owner-cvs-all@FreeBSD.ORG Thu Mar 17 13:49:20 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5E1716A4CE; Thu, 17 Mar 2005 13:49:20 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7837743D5C; Thu, 17 Mar 2005 13:49:20 +0000 (GMT) (envelope-from kensmith@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 j2HDnKFQ080876; Thu, 17 Mar 2005 13:49:20 GMT (envelope-from kensmith@repoman.freebsd.org) Received: (from kensmith@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j2HDnKmq080875; Thu, 17 Mar 2005 13:49:20 GMT (envelope-from kensmith) Message-Id: <200503171349.j2HDnKmq080875@repoman.freebsd.org> From: Ken Smith Date: Thu, 17 Mar 2005 13:49:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 13:49:20 -0000 kensmith 2005-03-17 13:49:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/uart uart_cpu_sparc64.c Log: MFC of Rev 1.18: Fix for problem with Sparc machines like the SunBlade-100 that have USB keyboards. See commit log for 1.18 for full details. Work done by: marius Approved by: re (scottl) Revision Changes Path 1.12.2.3 +6 -4 src/sys/dev/uart/uart_cpu_sparc64.c