From owner-cvs-all@FreeBSD.ORG Sat Aug 27 15:52:06 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org 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 4F6C416A41F; Sat, 27 Aug 2005 15:52:06 +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 2088443D45; Sat, 27 Aug 2005 15:52:06 +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 j7RFq5mQ062283; Sat, 27 Aug 2005 15:52:05 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7RFq5EZ062282; Sat, 27 Aug 2005 15:52:05 GMT (envelope-from marius) Message-Id: <200508271552.j7RFq5EZ062282@repoman.freebsd.org> From: Marius Strobl Date: Sat, 27 Aug 2005 15:52:05 +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/sys/boot/sparc64/loader metadata.c src/sys/dev/uart uart_cpu_sparc64.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 27 Aug 2005 15:52:06 -0000 marius 2005-08-27 15:52:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/boot/sparc64/loader metadata.c sys/dev/uart uart_cpu_sparc64.c Log: MFC: sys/boot/sparc64/loader/metadata.c 1.14, sys/dev/uart/uart_cpu_sparc64.c 1.21 - Change the code that determines whether to use a serial console and which serial device to use in that case respectively to not rely on the OFW names of the input/output and stdin/stdout devices. While at it save on some variables and for sys/boot/sparc64/loader/metadata.c move the code in question to a new function md_bootserial() so it can be kept in sync with uart_cpu_getdev_console() more easily. - Adjust the size of some buffers. - Remove the package handle of the '/options' node from the argument list of uart_cpu_getdev_dbgport(). Approved by: re (scottl) Revision Changes Path 1.13.2.1 +41 -17 src/sys/boot/sparc64/loader/metadata.c 1.19.2.1 +21 -21 src/sys/dev/uart/uart_cpu_sparc64.c