From owner-p4-projects@FreeBSD.ORG Fri Mar 19 20:47:11 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 4789316A4D0; Fri, 19 Mar 2004 20:47:11 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 229EC16A4CE for ; Fri, 19 Mar 2004 20:47:11 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B1B243D1F for ; Fri, 19 Mar 2004 20:47:11 -0800 (PST) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i2K4lAGe089207 for ; Fri, 19 Mar 2004 20:47:10 -0800 (PST) (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i2K4lARX089087 for perforce@freebsd.org; Fri, 19 Mar 2004 20:47:10 -0800 (PST) (envelope-from marcel@freebsd.org) Date: Fri, 19 Mar 2004 20:47:10 -0800 (PST) Message-Id: <200403200447.i2K4lARX089087@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 49341 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Mar 2004 04:47:11 -0000 http://perforce.freebsd.org/chv.cgi?CH=49341 Change 49341 by marcel@marcel_nfs on 2004/03/19 20:46:38 Remove wrong prototype. While here update a comment. Affected files ... .. //depot/projects/gdb/sys/dev/uart/uart_cpu_sparc64.c#4 edit Differences ... ==== //depot/projects/gdb/sys/dev/uart/uart_cpu_sparc64.c#4 (text+ko) ==== @@ -42,8 +42,6 @@ bus_space_tag_t uart_bus_space_io; bus_space_tag_t uart_bus_space_mem; -static phandle_t uart_cpu_getdev_keyboard(phandle_t root); - static struct bus_space_tag bst_store[3]; static int @@ -104,9 +102,10 @@ /* * Get the address of the UART that's selected as the debug port. Since - * there's no place for this in the OF, we use the kernel environment. - * The environment variable is "debug_port" and its value is the device - * name (or an alias) known by the OF. + * there's no place for this in the OF, we use the kernel environment + * variable "hw.uart.dbgport". Note however that the variable is not a + * list of attributes. It's single device name or alias, as known by + * the OF. */ static phandle_t uart_cpu_getdev_dbgport(phandle_t options, char *dev, size_t devsz)