From owner-cvs-all@FreeBSD.ORG Sat Mar 12 01:55:53 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 5D53816A4CE; Sat, 12 Mar 2005 01:55:53 +0000 (GMT) Received: from gw-kit.locore.ca (gw-kit.locore.ca [67.43.130.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CEA743D46; Sat, 12 Mar 2005 01:55:53 +0000 (GMT) (envelope-from jake@locore.ca) Received: from [10.0.0.3] (ws.locore.ca [10.0.0.3]) by gw-kit.locore.ca (Postfix) with ESMTP id 15B7920D2DA; Fri, 11 Mar 2005 20:55:52 -0500 (EST) Message-ID: <42324C27.1080700@locore.ca> Date: Fri, 11 Mar 2005 20:55:51 -0500 From: Jake Burkholder User-Agent: Mozilla Thunderbird 1.0 (X11/20050213) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200501300927.j0U9RnQU008885@repoman.freebsd.org> <20050310193237.GA52299@dragon.nuxi.com> <20050311093740.B55534@newtrinity.zeist.de> <20050311182519.GA8792@dragon.nuxi.com> <20050312010210.D55534@newtrinity.zeist.de> In-Reply-To: <20050312010210.D55534@newtrinity.zeist.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Marcel Moolenaar cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: David O'Brien Subject: Re: cvs commit: src/sys/sparc64/conf GENERIC 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: Sat, 12 Mar 2005 01:55:53 -0000 Marius Strobl wrote: >On Fri, Mar 11, 2005 at 10:25:19AM -0800, David O'Brien wrote: > > >>On Fri, Mar 11, 2005 at 09:37:40AM +0100, Marius Strobl wrote: >> >> >>>On Thu, Mar 10, 2005 at 11:32:37AM -0800, David O'Brien wrote: >>> >>> >>>>On Sun, Jan 30, 2005 at 09:27:49AM +0000, Marcel Moolenaar wrote: >>>> >>>> >>>>>marcel 2005-01-30 09:27:49 UTC >>>>> >>>>> FreeBSD src repository >>>>> >>>>> Modified files: >>>>> sys/sparc64/conf GENERIC >>>>> Log: >>>>> o Enable puc(4) and uart(4). >>>>> o Disable ofw_console(4), sab(4) and zs(4). >>>>> >>>>> Thanks for doing this. >>>> >>>>Please Back commit out. You broke the console on the most modern Sparc >>>> >>>> [...] David may be using ttyb. It seems that uart_cpu_sparc64.c assumes ttya if input-device is keyboard and output-device is screen, but the firmware handles for stdin and stdout are equal. I can't think of a clean way to fix this, maybe get the handles for stdin and stdout and then search the firmware tree for a matching device? Or it may be possible to use stdin and stdout directly somehow. Jake